- Version
- Download 228
- File Size 5.02 MB
- File Count 1
- Create Date March 4, 2019
- Last Updated September 16, 2019
THE SAD STORY OF WEB API IN ASP.NET AND ASP.NET CORE
Web API received a lot of emphasis when it got introduced about a decade ago. Unfortunately, it was just making even more bloated an already bloated runtime environment. The effect was that people ran away from ASP.NET because too slow. With ASP.NET Core, it's a different story and in fact, Web API doesn't exist anymore incorporated in a slightly richer and better designed controller layer. So Web API today just refers to the API you expose via HTTP. The talk covers ASP.NET Core controllers, security of those endpoints and ways to make them as flexible as possible for multiple clients (aka, microservices) to call and even faster going beyond current HTTP.