Search

Jul 31, 2010

Domain name replaced with Machine Name in WCF Service

This post has been moved to beyondrelational.

Jul 17, 2010

How to get multiple result set of procedure using LINQ to SQL

There always be case where one procedure returns more then one result set. Getting those data in DataSet is lazy way of coding, best way to do that is using DataReader. DataReader having method call NextResult which allows us to read next result set if any.

Read more from here.

Jul 16, 2010

How to add method in Sealed class

It is possible with C# 3.0 to add method into sealed class. For more details please visit following link

http://beyondrelational.com/blogs/ibhadelia/archive/2010/07/16/how-to-add-method-in-sealed-class.aspx