Comparing LINQ to SQL vs the classic SqlCommand

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Mon, 08 Mar 2010 00:00:00 GMT Indexed on 2010/03/08 14:38 UTC
Read the original article Hit count: 771

Filed under:
tweetmeme_url = 'http://alpascual.com/blog/comparing-linq-to-sql-vs-the-classic-sqlcommand/';tweetmeme_source = 'alpascual';When you are coming from using SqlCommand and SqlConnection is difficult to move to another library for your database needs. For those people still in the limbo to make the decision to move to another DAL, here is a comparison to help you see the light or to move away for ever.   How to do a select query using SqlCommand: 1: SqlConnection myConnection = new...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Comparing LINQ to SQL vs the classic SqlCommand

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Mon, 08 Mar 2010 00:00:00 GMT Indexed on 2010/03/08 3:51 UTC
Read the original article Hit count: 771

Filed under:
tweetmeme_url = 'http://alpascual.com/blog/comparing-linq-to-sql-vs-the-classic-sqlcommand/';tweetmeme_source = 'alpascual';When you are coming from using SqlCommand and SqlConnection is difficult to move to another library for your database needs. For those people still in the limbo to make the decision to move to another DAL, here is a comparison to help you see the light or to move away for ever.   How to do a select query using SqlCommand: 1: SqlConnection myConnection = new...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner