LINQ to SQL Tips
Monday, July 07 2008 - linq-to-sql, linq, tips, tricks
I found a series of LINQ to SQL tips over at Dinesh's Cyberstation.
- LINQ to SQL Tips 1: how to map an enum
- LINQ to SQL Tips 2: how to use common base class for all entities
- LINQ to SQL Tips 3: Deferred (lazy) or eager loading of related objects with stored procs
- LINQ to SQL Tips 4: Use DeleteOnNull if you want to delete object with null FK
- LINQ to SQL Tips 5
- LINQ to SQL Tips 6: How to refresh given DataContext won't stomp on your objects
- LINQ to SQL Tips 7: Minimal update when you don't want optimistic concurrency check
- LINQ to SQL Tips 8: How to (and why) create a partial class in the designer to augment generated code
- LINQ to SQL Tips 9: Understanding DataContext's internal caching
