2

What do you think about http://microsoftnlayerapp.codeplex.com/ ? I am interesting in data access implementation (UnitOfWork, repositories, transactions). Is it the "best" example of implementing this issue on microsoft technologies ? If you have some interesting samples or posts describing implementation UnitOfWork + Repository with transaction management please share them.

EDIT: I just want to know some thoughtes of expert about this implementation or some usefull links which can help me to solve my problem.

Maksim Kondratyuk
  • 1,379
  • 16
  • 27
  • Consider narrowing down the scope of your question, otherwise it is too open ended to have an answer. Perhaps stick to critiques of the sample you have mentioned. That would still be a good question. – Tim Lloyd Jan 24 '11 at 12:10

2 Answers2

0

The link microsoftnlayerapp.codeplex.com,mentioned in you post has been obsoleted.

There are samples(WPF, WCF, Windows Form, ASP.NET,MVC and etc...) based on Microsoft Layered Architecture Pattern here: Layered Architecture Samples for .NET

fbarikzehy
  • 4,885
  • 2
  • 33
  • 39
0

You can see this sample : http://nhibernateasp.codeplex.com/ but is based on NHibernate that is a good solution for data access layer.

Shayan
  • 402
  • 1
  • 4
  • 18