LOB application case study: applying what we have learned
With the purpose of applying theoretical concepts, the contents of this book are accompanied by the implementation of an LOB application. In this case, it is an application intended for office space reservations. We have chosen this kind of application, as it includes the following features:
- It contains master-detail relationships.
- It's implemented as a real project, using best practices (MVVM pattern based, unit testing, and so on). It allows us to implement a standard management application interface, as well as a more advanced one (Bing Maps integration).
- It incorporates user roles (administrator/average user).
At the end of every chapter, we will implement the most significant parts of this app. You can see a map of the site we are going to create in the following figure:

The details of every window can be seen in the following screenshots:
- My reservations and CRUD (Create, Read, Update, and Delete) reservations:
- Choose building:
- CRUD floors:
- CRUD rooms:
The application prototype is available for download at www.packtpub.com.
推薦閱讀
- PyTorch深度學習實戰:從新手小白到數據科學家
- 數據可視化:從小白到數據工程師的成長之路
- 數據庫基礎與應用:Access 2010
- Spark快速大數據分析(第2版)
- Effective Amazon Machine Learning
- MySQL基礎教程
- R數據科學實戰:工具詳解與案例分析(鮮讀版)
- Dependency Injection with AngularJS
- 數據庫技術及應用教程
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 數據庫技術實用教程
- Python數據分析與挖掘實戰(第3版)
- Solaris操作系統原理實驗教程
- 數據庫應用系統技術
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐