Seven applications in enterprise libraryv1.0ProgramThe description of the block has been written by the author. The index is listed here.
Enterprise Library is a public module solution released by the Microsoft patterns & Practices Project Team to solve public problems in enterprise-level development, such as configuration management, data access, Cache Management, Operation logging, exception management, encryption and decryption, and permission management. The Enterprise Library reflects Microsoft's latest practices on software development technology and provides a good reference for the technologies and solutions to various problems that should be used in software development. At the same time, Enterprise Library is the best practice, not the theory. It is the integration of technologies accumulated by many influential software companies through years of development practices. Enterprise Library is mainly implemented based on Martin flower's plagin design pattern. It uses factory, facade, Singleton, and other pattern extensively. Although I do not know whether agile development is usedCodeThere are obvious traces of continuous refactoring.
Enterprise libraryv1.0-Overview
Enterprise libraryv1.0-configure application blocks
Enterprise libraryv1.0-Security Application Block usage instructions
Enterprise libraryv1.0-Data Application Block
Enterprise libraryv1.0-log Application Block usage instructions
Enterprise libraryv1.0-Application Block Encryption instructions
Enterprise libraryv1.0-Exception Handling Application Block usage instructions