web api.net core
web api.net core
3. What is Kestrel?
Kestrel is a lightwelght, cross-platform web server used by ASP.NET Core. It is the
default server and sits behind IS or Nginx in production for better security and
performance.
o Cross-platform
a Open-source
High performance
o Supports containerization
[HttpGet(id)"))
public ActionResult<Product> Get(int id)
management.
MIDDLEWARE, FILTERS & ERROR HANDLING