Skip to content

My first C# application with using WinForms and SQL Server. Admin/User authorization and registration.

Notifications You must be signed in to change notification settings

bobend212/DatabaseCRUDApp

Repository files navigation

C# WinForms SQL CRUD App


Short description

Desktop CRUD Application with GUI and admin/normal user authorization and registration. Admin have own dashboard and can:

  • view list of users in database
  • add new users or admins
  • remove records
  • update records
  • search whole database by specified field

Normal User also have own dashboard and have access to his credentials and can see time and date.

Technologies


The application was created in C# Win Forms and SQL, using Visual Studio 2017 and SSMS 17.

How it works?


  • Login form

  • Registration Form

  • If you insert wrong login/password or choosen wrong rights

  • Admin Dashboard view

  • Admin options:

  • Searching bar

  • Normal user dashboard

Please note: Every form have "drag me" area for moving on the screen.


Inspiration

I made this because it was good excercise to learn for future and it gave me so much good practises and experiences with C# combined with SQL.

mk

About

My first C# application with using WinForms and SQL Server. Admin/User authorization and registration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages