September 2012 - Posts

2
Comments

Predicate delegate in C# by Jalpesh P. Vadgama

I am writing few post on different type of delegates and and this post also will be part of it. In this post I am going to write about Predicate delegate which is available from C# 2.0. Following is list of post that I have written about delegates. Delegates...
Filed under: , , ,
2
Comments

Action delegate in C# by Jalpesh P. Vadgama

In last few posts about I have written lots of things about delegates and this post is also part of that series. In this post we are going to learn about Action delegates in C#.  Following is a list of post related to delegates. Delegates in C#....
Filed under: , ,
0
Comments

Incremental search in Visual Studio by Jalpesh P. Vadgama

Visual studio is a Great IDE and there are still lots of feature that not known to developers. Incremental search is one of them. This is a amazing feature to find code in particular document and its available from Visual Studio 2010 and carried over...
0
Comments

Func Delegate in C# by Jalpesh P. Vadgama

We already know about delegates in C# and I have previously posted about basics of delegates in C#. Following are posts about basic of delegates I have written. Delegates in C# Multicast Delegates in C# In this post we are going to learn about Func Delegates...
Filed under: ,
More Posts