Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.83 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.83 KB

Hostel-Management

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.

Import Database:

  • Open Database folder.
  • Locate HostelManagement.mdf & HostelManagement.ldf in location C:......\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.

Screenshots:

  • Login Window

Login Window Snap

  • Welcome Window

Welcome Window Snap

  • Room Window

Room Window Snap

  • Student Window

Student Window Snap

  • Mess Window

Mess Window Snap