I have tried to explain relevant events in the Page lifecycle and their importance with some gotchas. I will keep updating this article with more tips and tricks, besides readers are welcome to point ...
This is a brief quick tutorial on how to use Windows DataGridView control in your windows forms based applications with custom collections in C# or VB.NET
This article gives a brief introduction on ViewState and Control State in ASP.NET, and also focuses on some of the tricky issues with both.
This article explains how to globalize an ASP.NET 2.0 website, step by step, with a practical example.
We examined the static keyword in C#, and saw how it helps in writing good code. It is best to think and foresee possible uses of the static keyword so that the code efficiency, in general, increases.
The Model View Controller (MVC) is a buzzword in the ASP.NET community, thanks to the upcoming ASP.NET MVC Framework that Microsoft has launched recently. The Framework allows easier adoption of the d...
Using simple design patterns can help create flexible software which is also easy to maintain and also reduce costs. By the help of this article I wanted to explain how this flexibility can be achieve...
This story tells the reader the difference between different types of controls and the importance of Viewstate; Author: Vivek Thakur; Section: ASP.NET;
This article aims to discuss the true meaning of a shell in both Unix and Windows