Wednesday, November 04, 2009

LINQ to SQL

Survey Says: NOPE!

Well at least not for SQL.  LINQ is great for running queries on XML data, Arrays, and objects but not for SQL.  I have spent hours on LINQ learning it etc.. and it does not hold a torch to my tried and true methods such as creating stored procedures, data sets, readers etc…

LINQ is great for smaller less complicated programs.  A good analogy would be like using a wizard to create something as opposed to going the manual route. Bottom line is I am not sold on LINQ, especially for complicated applications.

 

No comments: