Archives: .Net Stuff

Creating Indexed Properties in C#

May 11, 2012 | By Rakhitha | No Comments | Filed in: .Net Stuff, Tech.

Indexers is a neat little feature that is available for objects in C#.  But it would have been even neater same support was there for properties as well. But all is not lost because if you spend little time getting your hands dirty you can actually implement indexed properties. All you got to do is • Read More »

Tags: , , , , ,

ASP.Net: Reduce Page Size, and Make Pages Load Faster by Storing View State on Server

July 6, 2010 | By Rakhitha | 3 Comments | Filed in: .Net Stuff, Tech.

View state is a mechanism which allow storing data related to the view of the web applications. That includes all data in your controls which is not yet saved to database. But the problem is this can get quite large and take  big bite out of your bandwidth and performance. When to Use View State & How • Read More »

Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,