CodeGen is a C# tool designed to automate the generation of code for the data access and business logic layers in CRUD operations, perfect for 3-tier architecture projects. It simplifies development by quickly creating the necessary components for interacting with databases and managing business logic.
- Data Access Layer Generation – Automatically generates SQL Server data access code.
- Business Layer Generation – Creates business logic to handle CRUD operations.
- Bulk Generation – Generates code for an entire database in under 15 seconds.
- Programming Language: C#
- Framework: .NET Framework (4.8)
- Database: SQL Server
- Data Access: ADO.NET
- Deployment: Desktop (Local Machine)
- Clone the Repository:
git clone https://github.com/5ldv/CodeGen.git
- Open the Project in Visual Studio:
- Open
CodeGen.sln
in Visual Studio. - Build and run the solution.
- Open
💡 Feel free to contribute or suggest improvements!