Today I am not writing any technical post. This post is out of subject for this technical blog. But the intension of this blog to reach more and more people to help community so I am writing this. In this post I am going to explain few tips for improving Alexa rank for your technical blog.
What is Alexa Rank?
Alexa.com is a private company founded in 1996. They defined themselves as the “Web...
Wednesday, September 12, 2012
Saturday, September 8, 2012
Predicate delegate in C#
I am writing few post on different type of delegates 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 in C#.
Multicast delegates in C#.
Func delegate in C#.
Action delegate in C#.
Predicate delegate in C#:As per MSDN predicate delegate is a...
Thursday, September 6, 2012
Action delegates in C#
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#.
Multicast Delegates in C#.
Func Delegates in C#.
Action Delegates in c#:As per MSDN action delegates used to pass a method as parameter without...
Wednesday, September 5, 2012
Incremental search in Visual Studio
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 in Visual Studio 2012. Incremental search allows...