Server-Side Project Objectives For This Lesson
Addition of model classes to server project
Update of Server-Side project csproj file with necessary references
Addition of Server-side ConData Service to server project
Addition of ConDataContext and other utility classes to Data folder in Server project
Addition of Application Odata Controllers
Update of server side program.cs
Client-Side Project Objectives For This Lesson
Update of Client-Side project csproj file with necessary references
Addition of SearchLayout
Addition of BlankLayout
Addition of client-side ConData Service to client project
Update of client-side project program.cs file
Partial implementation of Find-A-Hotel functionality on the home page
Source code can be pulled from GitHub - benjaminsqlserver/HotelAppInYorubaPart18: Implementation of code required to complete the rest of the project