LINQ to SQL details, issues and patterns
- 📅
- 📝 872 words
- 🕙 4 minutes
- 📦 .NET
- 🏷️ LINQ
- 💬 8 responses
LINQ to SQL (formerly called DLINQ) is a simple object-relational mapper (ORM) scheduled for .NET Framework 3.5/Visual Studio 2007 (Orcas).
On projects with new data I’m keen on keeping the tables and classes as similar as possible and so the limited functionality of LINQ to SQL really appeals to me.