Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.31 KB

Banner

CodeGen is a C# code generator designed to streamline the development of data access and business layers for CRUD operations in a 3-tier architecture. This tool simplifies the process of building and managing the data access and business logic layers by automating the generation of code for Create, Read, Update, and Delete operations.

Demo:

CodeGen_akoL7xkw0h

Features:

  • Data Access Layer Generation: Automatically generates code for accessing your SQL Server database.
  • Business Layer Generation: Generates the business logic layer to handle CRUD operations.
  • Bulk Generation: Efficiently generates code for entire database in under 15 seconds.

Getting Started:

  1. Prerequisites: Microsoft Visual Studio .NET Framework

  2. Clone the Repository: Use Git to clone this repository:

   git clone https://github.com/5ldv/CodeGen.git
  1. Open in Visual Studio: Open CodeGen.sln in Visual Studio and build the project.

  2. Enojy skipping Donkeywork :)

Contributing:

Contributions are welcome! If you have suggestions for improvements or bug fixes, please submit a pull request or open an issue on GitHub.