three-tier
ASP.NET MVC Three Tier - what's everyone else doing?
When I start work on a new web application I tend to reach for the same tried & tested architecture of ASP.NET MVC, BLL (consisting of a set of services that contain all business logic) and a DAL[详细]
2023-01-19 21:26 分类:问答DataAnnotations or validate manually in services?
Each time I start working on a new ASP.NET MVC web application, I\'m not sure whether or not to use DataAnnotations validation. Something about it feels wrong.[详细]
2023-01-16 15:11 分类:问答Best way to deal with conflated business and presentation code?
Considering a hypothetical situation where an old, legacy presentation library has been maintained over the years, and has gradually had more and more business logic coded into it through a process of[详细]
2023-01-11 06:28 分类:问答Where should configuration be placed?
I have an application structured as follows: dao domain main services utils I\'ve made a class that reads the application configuration from an XML file. The question is where should it be placed?[详细]
2022-12-30 05:07 分类:问答Which is the best and appropriate way to write the code in Winforms?
What is the best way to write the code ? 开发者_StackOverflow社区(1) Like directly writing the code in the button_click() event.[详细]
2022-12-29 02:43 分类:问答Architecture and packages
In a layered architecture, y开发者_StackOverflow社区ou have a presentation layer, logic layer and data layer.[详细]
2022-12-15 04:13 分类:问答