https://github.com/dizzpy/loginform-csharp
Login form application built using C# .NET and MySQL database.
https://github.com/dizzpy/loginform-csharp
csharp dotnet mysql
Last synced: about 1 month ago
JSON representation
Login form application built using C# .NET and MySQL database.
- Host: GitHub
- URL: https://github.com/dizzpy/loginform-csharp
- Owner: dizzpy
- Created: 2024-04-05T06:49:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T17:23:23.000Z (about 2 years ago)
- Last Synced: 2025-03-30T22:32:24.885Z (about 1 year ago)
- Topics: csharp, dotnet, mysql
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# .NET Login Form Application with MySQL Database
This repository contains the source code for a login form application built using C# .NET and MySQL database. The application includes three main windows: Login Page, Register Page, and Profile Page. It utilizes XAMPP server for the backend setup.
## Getting Started
To get started with this project, follow the instructions below:
### Prerequisites
- Visual Studio IDE (or any other C# IDE)
- XAMPP server
- MySQLConnector package
### Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/dizzpy/CSharp-LoginForm.git
```
1. Open the project in Visual Studio.
2. Install the MySQLConnector package using NuGet Package Manager.
3. Configure XAMPP server and MySQL database according to the instructions in the project.
4. Run the application to test it locally.
# Features
- User authentication: Login with username and password.
- User registration: Register with first name, last name, username, occupation, and password.
- Profile display: View user profile information including profile picture.
- Logout functionality.
# Medium Post
For a detailed tutorial on building this application,
[Check Out Medium Post.](https://dizzpy.medium.com/building-a-login-form-application-with-c-net-and-mysql-database-647a55b3f1bd)
# UI Screenshots
Login Screen UI

Register Screen UI

Profile Screen UI
