Create A Data Access Layer (DAL) Without Writing Any CodeWe will be using the Repository Factory Package from the Microsoft Patterns & Practices Team to create our data access layer. The Repository Factory is a CodePlex project that integrates with Visual Studio and it can be used to generate all our business objects, stored procedures and data access code.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.