are practicualar to use generic methods all time
what are disavantages of uses generic method?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Apr 30, 2015, 8:36 AM
Using generic methods or not depends on your system / project requirements.
Refer -
http://forums.asp.net/t/1963822.aspx?Write+a+Generic+Method+
This is the best - Swapping Example.
Manoj BhoirPosted May 1, 2015, 1:12 AM
Generics introduce to the .NET Framework the concept of type parameters, which make it possible to design classes and methods that defer the specification of one or more types until the class or method is declared and instantiated by client code.
Advantages and Limitations of Generics
https://msdn.microsoft.com/en-us/library/ms172194%28v=vs.110%29.aspx
Use of Generics and it's Advantages
https://msdn.microsoft.com/en-us/library/512aeb7t.aspx