Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/roshan-raj/hostel-management
- Owner: roshan-raj
- License: mit
- Created: 2018-08-12T05:34:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T01:07:12.000Z (over 6 years ago)
- Last Synced: 2024-11-17T19:49:24.369Z (about 1 month ago)
- Topics: csharp, desktop-application, dotnet-framework, mssqlserver, visual-studio
- Language: C#
- Size: 469 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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