In this post, I am explaining about Constructor Chaining in C#. I konw this will be taken for granted for those of us who have been working with C# for a while now but may be a newbie will find this helpful.
...Read more
|
When we are using object oriented approach in web application, It is always better to use Generic List of objects. But there are several cases when we need to convert the list of object into DataTable. Here, I will explain how to convert a Generic List into a DataTable.
...Read more
|
A short 5 step guide that explains how to create an event calendar/ scheduler in ASP.NET MVC4 using Entity Framework.
You'll learn how to apply an ADO.NET Entity Data Model Designer and generate a database from the created model.
The event calendar is created with DHTMLX Scheduler .NET that is quickly installed via NuGet.
It takes only 5 minutes to get an attractive event calendar with basic views (day, week, month), advanced drag-and-drop UI and data load and save.
The described project is implemented in Visual Studio 2012. A ready demo sample is provided.
...Read more
|
DHTMLX has announced the next release of DHTMLX Scheduler .NET for ASP.NET. The new version of the calendar control introduced improved support for touch screens (tablets, touch screen monitors and smartphones) that run iOS, Android and Windows 8.
In this release Scheduler .NET got a new useful extension "Quick info" - an updated details form with bigger and handier buttons "Details" and "Delete". It is especially good on touch screens and is recommended for use with the 'terrace' skin. The default buttons of the edit form can be customized, if necessar
...Read more
|
To get the name of properties of a specific type use Type.GetProperties method. This method returns the array of PropertyInfo object.
...Read more
|
Let me know about my blog guys
Do you like it or not
...Read more
|
The ZOHO Viewer is an embeddable browser-based viewer that requires only a URL to a file available online. This, just like Google Docs Viewer, bypasses the need for users to have compatible software on their machines for those file types and displays the document right in the browser.
...Read more
|
In this post, I have given a simple tip to check that primary is exists or not in table.
...Read more
|
With the tool you can easily create banners for your Windows 8 app. The tool is free, but the free images contain a watermark. You can remove the watermark and let us host your banners for only $6.99!
...Read more
|
In this post, I explained how to get the system information like OS information, Processor information etc using C#.
...Read more
|