https://github.com/roaa-al-homsi/code-generator
⚙️ Generate data access layer and business logic layer quickly and accurately.
https://github.com/roaa-al-homsi/code-generator
classlibrary csharp desktop-application dotnet-framework sql-server three-tier-architecture winforms
Last synced: 10 months ago
JSON representation
⚙️ Generate data access layer and business logic layer quickly and accurately.
- Host: GitHub
- URL: https://github.com/roaa-al-homsi/code-generator
- Owner: roaa-al-homsi
- Created: 2024-11-29T19:27:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T13:16:57.000Z (11 months ago)
- Last Synced: 2025-04-02T06:44:09.806Z (10 months ago)
- Topics: classlibrary, csharp, desktop-application, dotnet-framework, sql-server, three-tier-architecture, winforms
- Language: C#
- Homepage:
- Size: 20.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Code Generator**
The Code Generator is a potent desktop application tool made to automate the development of software applications' business logic and data access layers.
This tool saves developers a great deal of time and effort by producing boilerplate code, which streamlines the development process.
***
## **Key Features**
**Automated Code Generation**
- Creates business logic and data access layers with minimal user input.
**Time Efficiency**
- Saves countless hours by automating repetitive coding tasks.
**Organised Code Logic**
- Organise code logic into class libraries, enabling easy rebuilding for web or mobile applications without code duplication.
**Customisability**
- Allows developers to tailor generated code to meet specific project requirements.
***
## **Technologies Used**
- Framework: .NET Framework (C#)
- Database: Microsoft SQL Server with ADO.NET
- User Interface: Windows Forms (WinForms)
- Authentication: Custom user authentication system
- Architecture: 3-tier architecture
- Deployment: Standalone desktop application
***
## **Demo Video**
[Watch Demo Video](https://youtu.be/OwPIU_IZ52M)
## **Getting Started:**
- Clone the repository:https://github.com/roaa-al-homsi/Code-Generator.git
- Open the project in Visual Studio.
- Build and run the application.