3

What are the possible data access layer design-patterns for c# applications ?

Any advice will be useful. Thanks.

  • http://stackoverflow.com/questions/1055710/data-access-layer-design-patterns – Haris Hasan Oct 04 '11 at 09:35
  • Learn how to ask specific questions, please. Your question would take years to asnwer listing ALL POSSIBLE (!) layers, regardless whether they make sense or not. Voted to close. – TomTom Oct 04 '11 at 12:11

2 Answers2

0

A lot of data access layer design-patterns are described here. 3 tier architecture with data mapping is widely spread

Yurii Hohan
  • 4,021
  • 4
  • 40
  • 54
0

Despite the question being somewhat broad, you might find Spring.NET's DAO support helpful (particularly the ADO chapter).

Nano Taboada
  • 4,148
  • 11
  • 61
  • 89