TerryLee's Tech Space
TerryLee technical Column
Castle Development Series
Castle is. an open-source project of the. NET platform, from the data access framework ORM to the IOC container, to the MVC Framework and AOP at the WEB layer, basically covers everything in the entire development process, it provides good services for us to quickly build enterprise-level applications. Since February April, Terrylee has written a series of Castle articles. Here we will make a summary, and the series of Facility will be updated in the future.
Part 1: ActiveRecord learning practices Series
1. Castle ActiveRecord learning practices (1): Quick Start Guide
2. Castle ActiveRecord learning practices (2): build configuration information
3. Castle ActiveRecord learning practices (3): ing Basics
4. Castle ActiveRecord learning practices (4): Map One-second relationships
5. Castle ActiveRecord learning practice (5): implement the Many ing of the inter-commit relationship
6. Castle ActiveRecord learning practices (6): loading and using the Where clause with delay
7. Castle ActiveRecord learning practice (7): Use HQL to query
8. Castle ActiveRecord learning practices (8): Data Validity Verification
9. Castle ActiveRecord learning practices (9): some tips for using ActiveRecord
10. Castle ActiveRecord learning practices (10): deep analysis Schema Pitfals
11. Castle ActiveRecord learning practice (11): Quick Start example of Active Record for. NET2.0
Part 2: Castle IOC container Series
1. Quick Start of Castle IOC container
2. Inside Story of Castle IOC container (I)
3. Inside Story of Castle IOC container (II)
4. Detailed description of Castle IOC container build configuration (1)
5. Detailed description of Castle IOC container build configuration (2)
6. Comparison between Castle IOC container and Spring. NET Configuration
7. Castle IOC container component lifecycle management
8. Startable Facility of Castle IOC container practice (1)
9. Startable Facility of Castle IOC container practice (2)
10. TypedFactory Facility of Castle IOC container practice (1)
11. TypedFactory Facility in Castle IOC container practice (2)
12. Castle IOC container practices-EnterpriseLibrary Configuration Facility
13. FactorySupport Facility in Castle IOC container practice
V