Latest v1.8 Version Download: http://litp.bokee.com/inc/DbToCode.rar
Basic Function Description:
1. AutomaticCodeGenerate.
You can generate code for a layer-3 architecture. If the architecture is similar to the petshop architecture, the code generation efficiency is very high.
It can generate multiple layers of code: entity model, Dal (data access layer), idal (interface layer), dalfactory (class factory), BLL (business logic layer), and web layer, it can save a lot of time to do the code of the business logic. Let's do the repetitive code and generate all the basic code of the architecture in one minute. I feel that it is easy to develop projects.
(1) automatically generate comments.
(2) namespace and object class names can be set freely.
(3) free database access, page data verification, and other basic class libraries and encapsulated Class Library source code.
(4) Support the generation of different types of data layers: directly write SQL statements and call Stored Procedure Access.
(5) supports code generation based on different architectures: simple and basic three-tier structure; compound structure based on factory mode, reflection mechanism, and cache mechanism; custom structure template.
(6) You can generate HTML code for adding, displaying, and other page subjects, and process code with background. CS.
2. Database Manager.
Similar to the sqlserver2000 management interface, you can easily view the database information during code editing, and view the field type, length, primary key, default value, and other details intuitively, removes the need to switch back and forth between the Code and the database manager, which is convenient and quick.
3. query analyzer.
This function is similar to the SQL Server Query analyzer to facilitate data query when writing code.
(1) execute selected SQL statements.
(2) Enable keyword highlighting.
(3) supports the F5 shortcut to execute statements.
(4) enable the existing script and save the current script.
(5) Implement the error detection prompt function.
4. automatically generate a stored procedure.
The stored procedure scripts for operations such as adding, deleting, modifying, and querying tables are automatically generated based on the selected table.
5. automatically generate database structure documents.
You can generate detailed information about fields based on the selected database and table (which can be generated in batches), including default values and descriptions. generate corresponding table structure documents, eliminating the trouble of manual writing and operations.
6. Publish the web project file.
Sometimes we need to export the project file according to our own requirements,. net built-in copy project function, for some images or JS files and other files, cannot be automatically exported, unless you add these to the project. Therefore, with this function, it is very convenient for project release and allows you to define which releases are not released.
7. Automatic output of code generation.
The code generator can select a table to generate code and paste it into the project. However, if there are many tables, it is too troublesome to perform this operation back and forth. Therefore, this function can automatically create folders based on the three-tier architecture and generate all the selected tables. the CS code file only needs to be added to the project.
V1.5 old version of the image: http://ltp.cnblogs.com/articles/289710.html, the new version has not yet had time, then make up.
Subsequent Development Plan:
· Supports code generation for other types of database systems, such as Oracle and sysbase.
· Database management adds new databases, creates tables, and modifies table information.
· Implement Script output for database and table creation.
· Supports database backup and recovery.
· Code generation for the custom template architecture.
· UI beautification.
· Other auxiliary development tools.
It facilitates work and entertainment, changes the world with wisdom, and changes life with creation. In fact, work is also very happy! -Li Tianping