Basic C# Web API project using Entity Framework (DataBase First) to access and query a database.
Instructions:
- Change connection string for a real connection with SQL server
Source code files:
- Data Models and DBContext
- APIController with RESTful methods
- LINQ Queries for CRUD operations
Features:
- Receives JSON and parse it to POCO
- Handles several levels of the JSON object hierarchy
- Transform Web Config after deploy