What are the possible data access layer design-patterns for c# applications ?
Any advice will be useful. Thanks.
What are the possible data access layer design-patterns for c# applications ?
Any advice will be useful. Thanks.
A lot of data access layer design-patterns are described here. 3 tier architecture with data mapping is widely spread
Despite the question being somewhat broad, you might find Spring.NET's DAO support helpful (particularly the ADO chapter).