Theme Creator icon

Theme Creator

Hot or Not
Theme Creator

Description

Theme creator let you to create a complete theme for .Net whitout any knowing of GDI (no coding required)

Is very simple to use and there is multiple option for every control, double click on what control you want, edit, click on generate and copy the code.

When editing you can see the edited control with the changes in realtime in the preview box

After the codes are copied you can open a project, add a class, erase all inside that class and paste the generated code, compile and all the created control are in the Toolbox

Take a look at the video or the screenshot

In the future update i add more controls and new type of controls

Version 1.7.0

  • Added control: Switch
  • Added control: Separator
  • Corrected little bugwith windows 10
  • Now is possible to generate or not the themebase
  • New generation form

Version 1.5.0

  • Added control: Progressbar
  • Corrected little bug of the round button
  • About in the main page
  • New icon for every control

Version 1.0.0

  • Added control: Form
  • Added control: Button
  • Added control: Checkbox
  • Added control: Radiobutton
  • Little fix on generated code
  • Added Preview box

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

C# DAL Generator for MySQL icon

C# DAL Generator for MySQL

Hot or Not
C# DAL Generator for MySQL

Description

Need 50% Discount?

Download this bundle which is 50% OFF.

C# DAL Generator for MySQL is a .net desktop application that generates C# Data Access Layer for MySQL database. The purpose of this application is to make software development easy. It creates C# classes (one per table) that contain methods for CRUD operations. The generated code can be used in web as well as desktop apps.

If you need C# Code Generator for SQL Server/MS Access then click here. If you need Code Generator for Entity Framework (C#/VB.Net) then click here. If you need PHP Code Generator for MySQL/MySQLi/PDO then click here.

Video Demo

Click here to view the video demo.

Features:

  • It creates C# classes (one for each table).
  • Supports MySQL database.
  • The class contains all columns of the table as properties.
  • Data types have been handled nicely.
  • Creates methods for CRUD operations.
  • Sorting has been handled.
  • Pagination has been handled.
  • Primary key is automatically detected for each table.
  • Composite primary key is supported.
  • Nullable columns have been handled.
  • Auto Increment column has been handled.
  • Timestamp column has been handled.
  • Completely indented code is generated.
  • The generated code can be used in both desktop and web applications.
  • All the following data types of MySQL are supported: tinyint, smallint, mediumint, int, integer, bigint, decimal, float, double, real, serial, bit, date, datetime, timestamp, time, year, char, varchar, nvarchar, tinytext, text, mediumtext, longtext, binary, varbinary, tinyblob, mediumblob, blob, longblob, enum, set

Generated Code:

  • C# Class: For each table one C# class is created that contains all columns of the table as properties.
  • Add Method: It is an instance method. It adds a new record to the relevant table. Nullable columns have been handled properly. Auto increment and timestamp columns are skipped while inserting a record. Relevant property of the auto increment column is populated after record is inserted.
  • Update Method: It is an instance method. It updates an existing record. Auto increment and timestamp columns are skipped while updating a record.
  • Delete Method: It is a static method. It deletes an existing record. It takes primary key columns values as parameters.
  • Get Method: It is a static method. It gets an existing record (an instance of the class is created and all properties are populated). It takes primary key columns values as parameters.
  • GetAll Method: It is a static method. It gets all records of the relevant table. You can also specify search columns. If sorting/pagination is enabled then the relevant code will also be generated.

Sample Application:

A sample web application has also been provided that is using the generated code. In this application one form (for employees) has been created. This app uses the generated data access layer without modifying a single line in the generated code.

Updates History

Update 1 (Version 1.1): Upgraded the app to .Net 4.6.1.

More Useful Items:

  1. C# Code Generator for SQL Server/MS Access
  2. C# and VB.Net Code Generator for Entity Framework
  3. PHP Code Generator
  4. Email Scheduler and Bulk Email Sender with Bootstrap
  5. ASP.Net MultiTextBoxInput Web Server Control
  6. Multi Textbox Input jQuery Plugin
  7. Android SMS Filter with Material Design

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.