Tag: Development

Community

The Back Side of Exceptions

(Sergei Kitaev) Error handling is a general topic. This article is concerned with the strategy based on exceptions (which are a universal mechanism for raising and reporting an error) in relation to .NET. Here, you will learn about two problems of exception handling (that are not covered enough in e

Community

Predicates and Actions

(Ken Getz) It’s not that I’m lazy, but it really bothers me to have to manually iterate through all the members of a collection, taking an action on each. I wish I could just tell the collection what to do for each member and let it do the iterating. Well, guess what? On a recent exploration of the

Community

Caching part 1

(Abey George) Caching is a technique which is used to increase performance by decreasing access times for obtaining data. This is accomplished by retaining the frequently accessed data in memory. This technique is used by many operating system and databases to cut down on the no of times the data is

Community

Extended GridView Control

(Bilal Haidar) This article focuses on explaining a set of features that have been added to the GridView controls that ship with ASP.NET 2.0. Two main features among the list are the ContextMenu row-based and Filter Textbox to filter GridView’s rows. During the last few weeks we have been working