The Code Generator V2 was created to streamline the process of building Windows Forms applications. It automates the generation of SQL queries and CRUD functions with just a click. Additionally, the tool can generate classes for the DataAccess Layer and Business Layer based on a 3-tier architecture, making it easier to maintain scalable and organized applications.
This project is built using Windows Forms, .NET Framework, and Microsoft SQL Server.
- Automatic SQL Query Generation: Generate SQL queries (e.g.,
INSERT INTO
,UPDATE
,DELETE
) with a few clicks. - CRUD Function Generation: Generate full CRUD operations for database tables.
- DataAccess and Business Layer Classes: Generate classes based on a 3-tier architecture.
- Automatic Windows Forms Controls Generation
- Bank Storage to store code.
- .NET Framework (for the Windows Forms application)
- Microsoft SQL Server (for the database)
- Clone the repository:
git clone https://github.com/Toufik-Sam/Code-Generator-V2.git
- Open the project in Visual Studio.
- Upon launching the tool, Click on Generator.
- Click on new connection.
- Choose a DataBase and connect then click on a Table.
- from the DataGridView you can select fields and conditions and click on (Select or Insert or Update ....) dpending on the action the generator will give you the sql query and the functions to use in each layer
- To Save any code you want go to banks
- Windows Forms .NET Framework
- Microsoft SQL Server for database management
[[email protected]] - [www.linkedin.com/in/toufik-sam-bouafia-455773337]