Skip to content

AmbyrDevelops/mslearn-create-a-web-api-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create a Web API with ASP.Net Core controllers

Created an ASP.NET Core web API running on .NET. The web API creates, reads, updates, and deletes pizzas from an in-memory cache.

Learned that creating a web API with ASP.NET Core entails:

  • Creating a new application by using the ASP.NET Core Web API template.
  • Creating classes that inherit from the ControllerBase class and that contain methods that respond to HTTP requests.

About

RESTful service with ASP.NET Core Controllers that support CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages