An open API service indexing awesome lists of open source software.

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.

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

![Login Page](https://miro.medium.com/v2/resize:fit:800/format:webp/1*zdkghOYcsYtOPsPZdtRA_w.png)



Register Screen UI

![Register Page](https://miro.medium.com/v2/resize:fit:1342/format:webp/1*UAcmd56YBwqdhAUHtUHOVA.png)



Profile Screen UI

![Profile Page](https://miro.medium.com/v2/resize:fit:1212/format:webp/1*2NQW0ROAHsUeeQwU_W3y9A.png)