ASP.NET Community Standup - ASP.NET Core Architecture: Part 4

preview_player
Показать описание
Join David Fowler and Damian Edwards for the fourth installment of this very popular ASP.NET Core Architecture series. This installment covers servers, including Kestrel architecture, HttpSys, and IIS Hosting models.



#aspnetcore #dotnet
Рекомендации по теме
Комментарии
Автор

When is the next video!? I can hardly wait

robl
Автор

9:00 Even Fowler and Edwards pronounce daemon differently

guy
Автор

The differentiation between Privilege vs Permission could apply to so many things, and may keep me up at night because mind blown.

bigweezyproject
Автор

How can you not allocate memory for headers per request? If one connection has many requests, couldn’t the headers be different for each request?

robl
Автор

The IIS Hosting shim for ASP.NET Core cannot be downloaded/installed separately without also installing the runtime, can it?

Sebazzz