Skip to content

basics of building a controller-based web API using ASP.NET Core

z1n-00/controller-based-web-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Testing and Learning of controller-based Web API

ASP.NET Core supports two approaches to creating APIs: a controller-based approach and minimal APIs. One of them, this is the basics of building a controller-based web API using ASP.NET Core.

Screenshots

Overview

overview

Post Action

post_swagger

Get Id Action

get_id_swagger

Put Action

put_swagger

Get All Action

get_swagger

Delete Action

delete_swagger

Development Environment

Visual Studio 2022
.NET 7.0
ASP.NET Core
ASP.NET and web development

Features

REST APIs
Swagger/OpenAI
Cross-platform
NuGet Packages
Attribute Routing (HTTP Verbs)

License

  This turorial is just learning approach to API from learn.microsoft.com.

About

basics of building a controller-based web API using ASP.NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages