Pergunta

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.

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top