First, declare that part of this series is not original. Instead, you can collect relevant information from the Internet. It is a witness of learning.
Microsoft enterprise database study Note 1
Dependency between functions and object Creation
Microsoft's "mode and practice" aims to help the development team better design and technical selection by providing a series of mature design modes, experiences, and even the source code of the prototype system; at the same time, it also provides efficient software development processes and practices verified by Microsoft's own practices to help the development team build a team and achieve efficient development. Currently, the main research areas include agile Software development, Enterprise Library, Application Architecture, Composite Application Guidance, and Software Factory.
There are still many open-source frameworks, and many cool people in China have written about them. CSLA. NET, one of the most famous foreign companies, is also being updated with the. NET version. It also has a supporting book "Apress-Expert C #2008 Business Objects (Dec 2008133". The pdf version of this book can be downloaded online and can be downloaded in CSDN, including books and source code. I will prepare to write a CSLA later. NET series of learning notes. This is a guy who admires foreign countries. You can take a test of a framework to live. Unlike us, from the bottom layer to the UI, you will all be there ............ There are no other benefits except for exercise personnel. We can pick up everything, but we are not dedicated enough. This is why there are few excellent frameworks in China. (After that, I hope there will not be too many people to give me bricks)
Let's talk about Enterprise Library. In 4.1, it contains
Caching Cache
Cryptography password management
Data Access Database Access
Exception Handling
Interception
Logging log management
Security Management
Unity dependency Injection
Validation Data Verification
It is all necessary for us to develop any application, and it is used very frequently. It is almost necessary for the system, and it is also the wheel we repeatedly create, it does not help our overall business implementation, but is also an important basic component. (The leaders don't care. We have done all the work here, 55555555555555)
Its address on codeplex is http://entlib.codeplex.com/, which is close to BETA2. It's so fast that he will integrate the latest. NET technology into every release. It is estimated that some features of. NET4.0 will be added this time.
Enterprise Library 4.1 can run under VS2008, Windows Management Instrumentation (WMI) 2.0, and. NET 3.5.
Not complete .........