I have not sorted out my blog in recent months. I have been busy sorting out and summarizing the projects and learning content I have done for a while. Then I want to combine these things and design a development framework.
This framework uses some. netCommunityA. Net remoting distributed development framework is built on the basis of. NET 2.0 by using cutting-edge technologies such as ORM, IOC container, and AOP interception.
Project development focuses on development efficiency, project management and controllability, and architecture scalability. I hope that these three can be well integrated in my framework design.
The general idea is:
1. Scalability: The IOC container is used to reduce the dependencies between modules in the project. The business core layer is designed using the domain mode to reduce the coupling between the business layer and the interface layer; in distributed mode, remoting is the primary choice, and can be encapsulated as WebService or directly published as WebService.
2. Introduce Agile Project management ideas into the framework. The framework fully supports TDD test drive and operation log drive, and provides technical support for agile management.
3. Reduce the system level unrelated to core business through AOPCode: Such as transaction processing, Exception Processing, and logging. In the future, we will provide a visual code configuration generation tool for the architecture to build the main structure of the project at the fastest speed, and increase the flexibility as much as possible.
Currently, the main body of the framework has been completed, and the project structure on VSS has been reorganized and renamed lightningframework. The details are being adjusted. Relevant documents and Demos will be completed in the next time.Program. The main architecture diagram is as follows: