Skip to content
/ CodeGen Public

Code Generator that automates the creation of data access and business layers in C#

Notifications You must be signed in to change notification settings

5ldv/CodeGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Code Generator that automates the creation of data access and business layers in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages