Skip to content

Small WPF application to study 'database first' approach.

License

Notifications You must be signed in to change notification settings

mamannon/Reservation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservation

This small project is oversimplified room reservation Windows desktop program. It is to study a 'database first' approach with Microsoft Entity Framework.

Requirements

To run this program, you need MySQL database engine installed on your computer. Then you need to create a database 'meeting_rooms' by using the database definition file 'meeting room task.sql' located in 'Solution Items' folder. You also have to write correct database user id and a password in the connectionString, which is in the App.config file.

License

This project is licensed under the MIT License.

About

Small WPF application to study 'database first' approach.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages