Community

Using LINQ in ASP.NET (Part 2)

(Bipin Joshi) In the Part 1 of this series I discussed the basic operations of LINQ to SQL. By default when you use LINQ to SQL queries as shown earlier, they internally use SQL statements i.e. INSERT, UPDATE, DELETE and SELECT. In many real world applications you use stored procedures. Luckily, LIN

Read More - Register for Free Membership