Skip to content

RehmanLn1/CSharpSimpleCrudApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple CRUD App in C#

This is a simple Windows Forms application built with C# that demonstrates basic CRUD (Create, Read, Update, Delete) operations connected to a database.

πŸ’‘ Features

  • Add new records
  • View data in a grid
  • Update existing records
  • Delete records
  • Connected to a local database (e.g., SQL Server)

πŸ›  Technologies Used

  • C# (.NET Framework or .NET Core)
  • Windows Forms
  • ADO.NET or Entity Framework (depending on your setup)
  • SQL Server (or your preferred relational database)

πŸš€ Getting Started

Requirements

  • Visual Studio
  • .NET Framework (or .NET Core/6/8 depending on your version)
  • SQL Server or SQL Server Express

Setup

  1. Clone the repository:
    git clone https://github.com/luckynumone/SimpleCrudApp.git

About

SimpleCrudApp is a basic Windows Forms application developed in C# that allows users to perform Create, Read, Update, and Delete (CRUD) operations on a local SQL database. It's a beginner-friendly project designed to demonstrate how C# can be used to interact with databases in a desktop application environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages