Skip to content
/ CodeGen Public

⚡ CodeGen – A powerful code generator that automates the creation of data access and business layers in C#, helping you save time and minimize manual effort on CRUD operations.

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

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚡ CodeGen: C# Code Generator

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.

Banner

📸 Preview

CodeGen Demo

✨ Key Features

  • 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.

🛠️ Technologies Used

  • Programming Language: C#
  • Framework: .NET Framework (4.8)
  • Database: SQL Server
  • Data Access: ADO.NET
  • Deployment: Desktop (Local Machine)

🛠️ Installation

  1. Clone the Repository:
    git clone https://github.com/5ldv/CodeGen.git
  2. Open the Project in Visual Studio:
    • Open CodeGen.sln in Visual Studio.
    • Build and run the solution.

💡 Feel free to contribute or suggest improvements!

About

⚡ CodeGen – A powerful code generator that automates the creation of data access and business layers in C#, helping you save time and minimize manual effort on CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages