Why Shoud i use LINQ when i have SQL Query ?
Why Shoud i use LINQ when i have SQL Query ?
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.
Shankar MPosted Apr 26, 2013, 5:51 AM
Hope this link might help you the advantages of Using LINQ
http://www.c-sharpcorner.com/UploadFile/c5c6e2/using-linq-in-net/
Rodrigo BeretaPosted Apr 12, 2013, 4:05 PM
Entity to SQL has a syntax very similar to SQL, I put an example in this post:
http://www.c-sharpcorner.com/Forums/Thread/204462/need-a-solution-for-stop-sql-injection.aspx
Regards.