Skip to content

jenushanjesuthasan/WinForms-CRUD-Application-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

WinForms CRUD Application Template

This repository contains a C#.NET WinForms application template that demonstrates basic CRUD (Create, Read, Update, Delete) functionalities using stored procedures with MS SQL Server. The application follows the MVC (Model-View-Controller) architecture and Object-Oriented Programming (OOP) principles.

Table of Contents

Features

  • Create new employee records
  • Read and display employee details
  • Update existing employee records
  • Delete employee records
  • Uses stored procedures for database operations
  • Follows MVC architecture and OOP principles

Technologies Used

  • C#.NET
  • WinForms
  • MS SQL Server
  • ADO.NET

Setup

Prerequisites

  • Visual Studio 2019 or later
  • SQL Server 2016 or later

Steps

  1. Clone the repository:
    git clone https://github.com/your-username/winforms-crud-template.git
    cd winforms-crud-template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published