c#

Visual Studio2008 Themes

If you are also fond of changing the look and feel of Visual Studio using cools themes, here is some cool links for you - 1. A list of Cool themes in Scott

Passing Parameter to a Predicate in .Net2.0

In this post, we will see how to pass parameter to a method representing Predicate. Let's say, we have a collection of SprintBacklogItems and we want to filter all the SprintBacklogItem

Using Predicate & Action of .Net2.0

While I started developing software, I faced this situation over and over again where I had to iterate thorough the whole collection and perform some action on each of the element of the