Advanced Features in LINQ to SQL: Part 2 In the preceding article in this series we explored deferred execution concepts in LINQ and how we can invoke stored procedures and functions using LINQ. In the concluding part of this series, we will examine the following points: ü Handling Data concurrencies Managing Transactions Handling Data Concurrencies Concurrency in database arises when...
Tag: Advanced LINQ
Advanced Features in LINQ to SQL: Part 1
Advanced Features in LINQ to SQL: Part 1 In this series of articles, we will cover the following points: ü U Using Stored Procedures in LINQ to SQL Deferred execution in LINQ to SQL Calling SQL Functions Handling Data concurrencies Managing Transactions Using Stored Procedures in LINQ to SQL Stored procedure is a compiled set of SQL statements referred by...