
VB.Net DAL Generator for MySQL – Source Code
Need 50% Discount?
Download this bundle which is 50% OFF.
VB.Net DAL Generator for MySQL is a .web desktop utility that generates VB.Net Data Access Layer for MySQL database. The function of this utility is to make software program improvement simple. It creates VB.Net lessons (one per desk) that include strategies for CRUD operations. The generated code can be utilized in net in addition to desktop apps.
All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).
All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).
Save 33%
Click here to download the same app (without source) and save 33%.
Video Demo:
Click here to view the video demo.
Features:
- It creates VB.Net lessons (one for every desk).
- It helps MySQL database.
- The class comprises all columns of the desk as properties.
- Data varieties have been dealt with properly.
- Creates strategies for CRUD operations.
- Sorting has been dealt with.
- Pagination has been dealt with.
- Primary secret is mechanically detected for every desk.
- Composite main secret is supported.
- Nullable columns have been dealt with.
- Auto Increment column has been dealt with.
- Timestamp column has been dealt with.
- Completely indented code is generated.
- The generated code can be utilized in each desktop and net functions.
- All the next information sorts of MySQL are supported:
tinyint, smallint, mediumint, int, integer, bigint, decimal,
float, double, actual, serial, bit, date, datetime, timestamp,
time, 12 months, char, varchar, nvarchar, tinytext, textual content, mediumtext,
longtext, binary, varbinary, tinyblob, mediumblob, blob,
longblob, enum, set - Source code (written in C#) has additionally been supplied in order that to allow customers to make modifications in keeping with their programming construction.
Sample Application:
A pattern net utility has additionally been supplied that’s utilizing the generated code. In this utility one kind (for staff) has been created. This app makes use of the generated information entry layer with out modifying a single line within the generated code.
Generated Code:
- VB.Net Class: For every desk one VB.Net class is created that comprises all columns of the desk as properties.
- Add Method: It is an occasion methodology. It provides a brand new report to the related desk. Nullable columns have been dealt with correctly. Auto increment and timestamp columns are skipped whereas inserting a report. Relevant property of the auto increment column is populated after report is inserted.
- Update Method: It is an occasion methodology. It updates an current report. Auto increment and timestamp columns are skipped whereas updating a report.
- Delete Method: It is a shared methodology. It deletes an current report. It takes main key columns values as parameters.
- Get Method: It is a shared methodology. It will get an current report (an occasion of the category is created and all properties are populated). It takes main key columns values as parameters.
- GetAll Method: It is a shared methodology. It will get all data of the related desk. You also can specify search columns. If sorting/pagination is enabled then the related code may also be generated.
Updates History
Update 1 (Version 1.1):
Upgraded the app to .Net 4.6.1.