Guide To Learn ASP - NET Core Web API
Guide To Learn ASP - NET Core Web API
GUIDE
TO LEARN
ASP.NET
CORE
WEB API
Aram Tchekrekjian @AramT87
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
.NET Updates
C# 12 is the latest
version of C# that comes
bundled with .NET 8
@AramT87
ASP.NET Core
Web API
Components
&
Topics
@AramT87
ASP.NET Core Web API
Components
Controllers Program.cs
Routing appsettings.json
Versioning Dependency
Injection
Middleware
Kestrel
Attributes
Filters
@AramT87
Controllers & Routing
Controllers define the HTTP methods and
routing URLs (endpoints) that will be
exposed to the public (clients).
@AramT87
appsettings.json
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
Scoped
@AramT87
Kestrel
@AramT87
ASP.NET Core Web API 17
More Topics
@AramT87
Thank You
Follow me for more content
Aram Tchekrekjian
AramT87
CodingSonata.com/newsletters