Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roshan-raj/hostel-management

Offline Hostel Management System (DesktopApplication)
https://github.com/roshan-raj/hostel-management

csharp desktop-application dotnet-framework mssqlserver visual-studio

Last synced: about 1 month ago
JSON representation

Offline Hostel Management System (DesktopApplication)

Awesome Lists containing this project

README

        

# Hostel-Management
Offline Hostel Management System (DesktopApplication)

Hostel Management is an offline desktop application developed using [.NET Framework](https://www.microsoft.com/net/download/dotnet-framework-runtime) with [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) as front-end language and [MS-SQL](https://www.microsoft.com/en-in/sql-server/) database.

### Import Database:
- Open [Database](https://github.com/roshan139154/Hostel-Management/tree/master/Database) folder.
- Locate `HostelManagement.mdf` & `HostelManagement.ldf` in location ``C:......\MSSQL12.SQLEXPRESS\MSSQL\DATA``
- Open [SQL Management Studio Express](https://www.microsoft.com/en-in/download/details.aspx?id=8961) and log in to the server to which you want to attach the database.
- In the 'Object Explorer' window, right-click on the 'Databases' folder and select 'Attach...'
- Now inside 'Attach Databases' window, click 'Add...'
- Navigate to your `HostelManagement.mdf` file and then click 'OK'.
- Click 'OK' once more to finish attaching the database and you are done. The database should be available for use.
- Open [App.config](https://github.com/roshan139154/Hostel-Management/blob/master/HostelManagement/App.config) file and edit _connectionString_ value as per your server configuration.

### Screenshots:

> - Login Window
Login Window Snap