PDF. NET data development framework is a lightweight rapid data development framework, it has ibatis similar to the SQL-MAP characteristics and hibernate ORM persistence characteristics, but do not use reflection, the entire process is almost no complex configuration, it is ideal for beginners and prawns. The entire framework provides core class libraries, CodeGenerate tools and integrated management tools. Pdf. Net Integrated Development Tool ver4.1 trial version installation ProgramIn addition to generating entity classes, creating and managing SQL-MAP files, and automatically generating Dal-Layer Code can also be used as a universal database access tool. This version can directly support the following databases:
- Sqlserver
- SQL CE
- Oracle
- Access
- MySQL
- PostgreSQL
The SQLite version is not directly released, but it can be easily implemented as long as it inherits the adohelper abstract class. The following is an integrated development tool: Access MySQL to select a table name, right-click the pop-up menu and select "new query" to display the query window. The method for generating object classes is similar. For more information about the pdf. NET data development framework, visit the official website http://ft.codeplex.com/releases/view/65308.