To become an architect on a specific platform, it is indispensable to be proficient in various frameworks on the platform. Only when you are familiar with various frameworks can you flexibly combine various frameworks for a new project to build an architecture that meets the project requirements as soon as possible. Only by familiarizing yourself with the design of various frameworks can we compile better class libraries and frameworks.
A framework is a semi-finished product of software. A specific framework is specific to a specific part of the software. For example, Hibernate is used for orm and WPF for presentation layer display. Some frameworks are built using a specific architecture mode. Using these frameworks, we also use this architecture mode. For example, ASP. net mvc uses the MVC mode of the presentation layer. Of course, there are some large frameworks for the entire system, such as. NET and xaf.
In the future, I will learn more famous frameworks and classify and organize them.