The entire framework structure is as follows:
Framework. Common-common components (design by contract, utils, strong typed entity factory, object pooling ...)
Framework. Data-persistence component (persistence design based on dbhelper; sql2k provider, sql2k5 provider, msaccess provider; Page splitable select, SQL statement factory ...)
Framework. Data. Facade-persistence component facade (persistent layer access interface after strong encapsulation and simplification, including common gateway and cachable Gateway Based on Cache dependency)
Framework. Web-Web framework components (masterpage, page, usercontrol base class; simple hierarchicaldatasource, custom Web controls: auto complete textbox..., urlrewrite module ...)
ASP. NET 2.0 web site-presentation layer (directly reference framework. Common, framework. Data. facade, framework. Web)
Framework. Tools. entitygen-object class Generation Tool
Framework. Tools. stringformathelper-string auxiliary formatting Tool
From Teddy's knowledge base