Core Web API
Core Web API
GUIDE
TO LEARN
ASP.NET
CORE
WEB API
Aram Tchekrekjian @AramT87
1 Introduction
ASP.NET Core Web API is the
major upgrade over ASP.NET
Web API
Dependency Injection is at
the core of the framework, so
no need to add DI libraries
@AramT87
2 .NET Updates
.NET 8 is the next major upcoming
release with a Long Term Support
until November, 2027
@AramT87
4
ASP.NET Core Web API
Components
Controllers Program.cs
Routing appsettings.json
Versioning Dependency
Injection
Middleware
Kestrel
Attributes
Filters
@AramT87
5
Controllers & Routing
Controllers define the HTTP methods and
routing URLs (endpoints) that will be
exposed to the public (clients).
@AramT87
appsettings.json 11
This is a JSON formatted file that
includes all the environment-based
settings and configurations that you
can use in ASP.NET Core Web API
@AramT87
Dependency Lifetimes 14
Scoped
@AramT87
Kestrel 16
@AramT87
ASP.NET Core Web API 17
More Topics
@AramT87
Thank You
Follow me for more content
Aram Tchekrekjian
AramT87
CodingSonata.com/newsletters