Skip to content

HaniDevelop/loginSystemSQLandGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The goal of this project was to create a login interface using WPF and C#. This program uses a local Microsoft Server SQL Database to store and retrieve user login information with ADO.NET. Users may only login if their credentials are found in the SQL database. I used parametered queries to retrieve and store user input into the database (see example code snippet below).

Users may click on the "Create Account" button to create credentials that are stored in the SQL database. Windows were designed using a StackPanel layout in the XAML. Appropriate warnings are shown to the user according to their input: e.g. "Password length must be at least 8 characters", "That username already exists", etc.

See below for screenshots:

163862756-79eef823-5c48-4397-923c-e4328ad92f18 163861915-e0606181-6d23-4845-a2ec-859167151a65 163862054-5850a8c8-ee75-4897-b54d-cfca54414ff3 163862168-2d64d910-7f77-4214-a98d-0fb8652f53b2 163862346-ed4a9bb8-b24f-4f5a-bbca-8e33c5ca8ae9 163862427-45039f46-ff0a-4861-93f4-02028c3bc83a 163862485-eaad9984-377d-4104-8472-c5b68f48e919 image

Releases

No releases published

Packages

No packages published

Languages