Skip to content

Here I have used Visual Studio to create a UI thats connected to an SQL database. Using the program you can Create, Retrive, Update and Delete records in the database.

Notifications You must be signed in to change notification settings

jadebrady/CSharp.NET-SQL-Student-Database-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps taken to achieve this project Design a simple UI using the Visual Studio Winform Establish a connection to my database Link the buttons and text boxes to each column of the database Create methods to enable the user to Add, view, update and delete from the Database Add a method to refresh the table each time there is a modification so the view is always current Add a method to clear the fields after each modification as well to keep the UI clean and more functional for the user.

image

This project was very fun. I really enjoyed the process and workflow of creating the database and connecting it with my C# ui using Visual Studio.

About

Here I have used Visual Studio to create a UI thats connected to an SQL database. Using the program you can Create, Retrive, Update and Delete records in the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages