LINQ to SQL tips and tricks #3
- 📅
- 📝 925 words
- 🕙 5 minutes
- 📦 .NET
- 🏷️ LINQ, C#, SQL
- 💬 3 responses
Another set of useful and lesser-known LINQ to SQL techniques.
LINQ to SQL supports stored procedures for retrieving entities, insert, update and delete operations, as you know. But you can also use them to perform lazy-loading of navigation properties.