Showing posts from 2009

How to use Generic Delegate in C#

Action<T> Encapsulates a method that takes a single parameter and does not return a value. Action<T1,T2> : En…

How To display Image using LINQ To SQL

LINQ is a very powerful feature of C#. In this article, I will show you how to read binary data from SQL using LINQ. Let…

Load More
That is All