8000 GitHub - mentapro/HotelSystem: Example project (MVVM pattern, Entity framework, WPF). Database CRUD operations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mentapro/HotelSystem

Repository files navigation

HotelSystem

  • MVVM Example
  • Entity Framework Example
  • WPF

This application (WPF) works with database Microsoft SQL Server through Entity Framework. I tried to write clean code. I used MVVM pattern and followed SOLID principles.

Current application represents database for hotel. There are rooms and clients. Each room can contain many clients but one client can live only in one room. User interface is written in XAML. XAML elements use binding to show data.

Clients tab:

HotelSystem_ClientTab

Rooms tab:

HotelSystem_RoomsTab

About

Example project (MVVM pattern, Entity framework, WPF). Database CRUD operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0