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.
- 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.
-
Prerequisites: Microsoft Visual Studio .NET Framework
-
Clone the Repository: Use Git to clone this repository:
git clone https://github.com/5ldv/CodeGen.git
-
Open in Visual Studio: Open
CodeGen.sln
in Visual Studio and build the project. -
Enojy skipping Donkeywork :)
Contributions are welcome! If you have suggestions for improvements or bug fixes, please submit a pull request or open an issue on GitHub.