Is there a simple and extensible data class for ASP.NET?
I've worked with some of these in the past, but I'm looking for a good, reliable, and extensible data class for ASP.NET 3.5 that I can adopt and extend for future projects.
I'm not looking for LinQ, and I don't want anything that isn't a source-level solution.
Ideally, this won't be hard either.
Simple.Best Practices.Easy to Implement.Easy to Extend.
0
source to share
2 answers
Maybe you should take a look at Mircrosoft Enterprise Library Data Access Block I found it useful and is a building block . netTiers . Patterns and Practices Codeplex Page
+1
source to share