ASP.NET Core Series: Endpoint Routing

preview_player
Показать описание
ASP.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud ready, connected applications

In this episode, Ryan Nowak from the ASP.NET team comes on to talk to us about Endpoint routing. What is it? What can it do? How can we use it?

[01:10] - What is endpoint routing?
[09:28] - What is the routing zone?[13:50] - Inspecting endpoints through middleware
[19:18] - Retrieving the authorization policy metadata from an endpoint
[23:08] - Turning middleware into “router-ware”!

Routing in ASP.NET Core

ASP.NET Core documentation

Create a Web API with ASP.NET Core
Рекомендации по теме
Комментарии
Автор

I define my routes and access control in SQL and currently using .Net 4.7.2 and the old MVC. I looks like it's going to be a steep learning curve to port it over.

AdamsTaiwan
Автор

8:53 the moment you know it is James NewtonKing)

idgafa
Автор

Well these are really really uhmmm really knowledgeable

Rkenstein
Автор

So, can we think of the Router as being like Azure API Gateway and MVC, Blazor Server Side, gRPC, OData endpoints etc as App Services running behind the Gateway?

alexisfibonacci