Skip to content

Get started with ASP.NET Core Web API and Entity Framework by building a basic API to get data from SQL Server. And features like CORS Policy, and Logging.

Notifications You must be signed in to change notification settings

geeksarray/getting-started-with-aspnet-core-web-api-and-entity-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started with ASP.NET Core Web API and Entity Framework

Get started with ASP.NET Core Web API and Entity Framework by building a basic API to get data from SQL Server. And features like CORS Policy, and Logging.

With this tutorial, we will create a basic ASP.NET Web API that reads product data of the AdventureWorks database using Entity Framework. The code from this tutorial is written using Visual Studio 2022 and .Net Core 7.

ASP.NET Core Web API

ASP.NET Core Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices. It is an ideal platform for building RESTful applications.

Entity Framework Core

Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology. EF Core can
serve as an object-relational mapper (O/RM), which: Enables . NET developers to work with a database using Entity Framework.

ASP.NET Core Web API Swagger Test

For more details please visit - https://geeksarray.com/blog/getting-started-with-aspnet-core-web-api-and-entity-framework

About

Get started with ASP.NET Core Web API and Entity Framework by building a basic API to get data from SQL Server. And features like CORS Policy, and Logging.

https://geeksarray.com/blog/getting-started-with-aspnet-core-web-api-and-entity-framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages