list
-
linq to csv extension method
Can be used to convert list of strongly typed objects to csv output. Continue reading
-
Multiple Stored Procedures with same return type in LINQ
Previously you may have achieved this functionality using datareader. Now that you are using LINQ, you may be wondering how to achieve the same with lists of strongly typed objects. Quite a few articles out there have reproduced DataReader functionality… Continue reading
-
c# .net list anonymous read only store dynamic types in session
If you’re new to .Net 4.0 “dynamic” type, then you may or may not be surprised to find this is reserved for unique object types with read-only properties, as compared to its previous counterpart the “object” type. In general, this… Continue reading