Offline Hostel Management System (DesktopApplication)
Hostel Management is an offline desktop application developed using .NET Framework with C# as front-end language and MS-SQL database.
- Open Database folder.
- Locate
HostelManagement.mdf
&HostelManagement.ldf
in locationC:......\MSSQL12.SQLEXPRESS\MSSQL\DATA
- Open SQL Management Studio Express 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 file and edit connectionString value as per your server configuration.
- Login Window
- Welcome Window
- Room Window
- Student Window
- Mess Window