paulboc@microsoft.com
5 TopicsIIS Dynamic Compression and new Dynamic Compression features in IIS 10
Dynamic Compression is one of the features that largely goes unnoticed in the everyday work a server does but is one of the unsung heroes of the Internet, saving bandwidth for each packet of data that it compresses. You can find out about how to enable dynamic compression for the IIS web-server by consulting the official documentation which is located here: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpcompression/ . You can also read about the benefits of using dynamic compression in this following blog entry: https://weblogs.asp.net/owscott/iis-7-compression-good-bad-how-much .41KViews2likes1CommentBuilding the ASP.net Core WebAPI backend – CORS tutorial
This is a tutorial on implementing ASP.net Core 2 Razor Pages App that uses CORS requests. In this part we will be looking at: Creating a sample of HTTP service (using ASP.net Core 2 WebAPI) and exploring how we can bind to JSON objects and send back JSON.7.6KViews1like0CommentsSetting up CORS request with Windows Integrated Authentication and ASP.net CORE
This is a tutorial on implementing ASP.net Core 2 Razor Pages App that uses CORS requests. In this part we will be looking at: The overall architecture of what we want to build and how the different bits are supposed to interact5.4KViews1like0Comments