I wish to Implement LINQ-to-SQL as my Data Access Layer. I am using SQL Server. Is there any Linq-to-SQL framework (commercial or open source) available that can function like Application Block (caching block, validation, etc..)?
+1
A:
Microsoft provide a Linq to SQL framework. There are plenty of articles about it in the web, e.g.
AdamRalph
2009-12-19 17:55:14
A:
Perhaps you need something like the Microsoft Enterprise Library? It contains frameworks for: caching, logging, exception handling, validation, policy injection, and others.
Steven
2010-02-02 20:45:54