n-layer
MVC or MVP architecture for winform applications using Entity Framework as ORM
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[详细]
2023-04-09 06:31 分类:问答n-layerd application and linqdatasource
Asp.net application in a n-layered ar开发者_运维知识库chitecture (better if is a DDD architecture).[详细]
2023-03-20 22:22 分类:问答N-Layered ASP.NET Application: One class library for all my layers or one class library for each layer?
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[详细]
2023-02-14 12:20 分类:问答Microsoft N-Layer sample
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[详细]
2023-02-06 22:31 分类:问答Adding System.Web reference to Business Logic Layer in n-layer Architecture
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.[详细]
2023-02-06 13:50 分类:问答What are the main advantages of MVC pattern over the old fashioned 3-layer pattern
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[详细]
2023-02-02 13:24 分类:问答n-layered architecture - BLL, DAL and interfaces. What is best practice?
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[详细]
2023-01-04 23:52 分类:问答Using EF POCO classes as MVC 2 models (with data annotations)
I have a 4 layered web application programmed in C#... .Net 4.0: UI Layer Business Layer Data access Layer[详细]
2023-01-02 02:56 分类:问答What are the benefits of an N-layered architecture?
What are the benefits 开发者_JAVA百科of an N-layered architecture? How does that make an application better?From here:[详细]
2022-12-27 01:17 分类:问答DDD Concepts in N-Layer Development
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[详细]
2022-12-12 05:07 分类:问答