Build the UI Layer of the Project architecture and build the ui Layer of the Architecture
Build the UI Layer of the Project Architecture
12. Construct the project architecture with WebHelper
- BLLSessionFactory
- Implement the IBLLSessionFactory interface in the ibll Layer
- OpaerateContext
- Define common Constants
- Use the log assistant instance to help record logs
- Obtain the BLLSession instance through reflection in the constructor and obtain various interfaces of the service layer.
- Access OperateContext in singleton Mode
13. Web construction of Project architecture construction
- Create an MVC Web Project
- New Region
- Configure routes
When a region is used in an application, to avoid the Controller Name Conflict in the namespace, you need to set the namespace of the region route.
- Configure log4net
Log4net needs to be configured in the configuration file
14. AdminLogic construction for project architecture construction