Lightningframework series (1. Initial architecture diagram)

Source: Internet
Author: User
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:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.