Thursday, June 12, 2014

Working with Generics

Generics in C# help you to create light weight class that can take any type of parameter as input. This sort of helps in maximum code reuse.
I came across an excellent explanation on Generics and its uses on MSDN.

Below is the link :-
http://msdn.microsoft.com/en-us/library/ms379564(v=vs.80).aspx

Here is a brief tutorial on using generics :-
http://www.tutorialspoint.com/csharp/csharp_generics.htm

No comments:

Post a Comment