I am going to develop a winform project of considerable size. I am planning to use Entity Framework as ORM tool. Now I am searching for an architecture(MVC/MVP/MVVM etc..) to implement all these. Firs
Asp.net application in a n-layered ar开发者_运维知识库chitecture (better if is a DDD architecture).
N-开发者_JAVA技巧Layered ASP.NET Application: One class library for all my layers or one class library for each layer?If your project is small enough that only one library suffices for each layer, the
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 th
I\'m using TableProfileProvider to use ASP.NET profile system in an n-layer architecture. The UI layer is a web application so I have to expose the profilecommon class to be able to use profiles.
I am contemplating about using an MVC pattern in my new project and I can clearly see the main advantage of being able to put the data layer (the model) a little closer to the presentation layer (the
I have a question regarding n-layer architecture. I thought long and hard before asking this question as there\'s a lot of similar questions here already... however, after literally a day and a half l
I have a 4 layered web application programmed in C#... .Net 4.0: UI Layer Business Layer Data access Layer
What are the benefits 开发者_JAVA百科of an N-layered architecture? How does that make an application better?From here:
After spending a couple months studying DDD methodology, I\'ve now began to apply these concepts into actual products at my company.In fact, I\'ve been tasked with creating a suitable and maintainable