Skip to content

Basic C# Web API project using Entity Framework (DataBase First) to access and query a database

Notifications You must be signed in to change notification settings

francardoso93/WebAPI-EF-DatabaseFirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WebAPI-EF-DatabaseFirst

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

About

Basic C# Web API project using Entity Framework (DataBase First) to access and query a database

Resources

Stars

Watchers

Forks

Packages

No packages published