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.4KViews1like0CommentsPutting it all together – 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: how to configure both of these sites to work with IIS as a reverse proxy server, and implement Windows Integrated Authentication, as would be the case for many such setups running in corporate intranets.16KViews0likes0CommentsBuilding the ASP.net Core Razor Pages site – 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: Building a simple ASP.net Core 2 Razor Pages application that will be using JQuery to perform JavaScript Post requests to a backend HTTP service with which it will be exchanging JSON data.6.1KViews0likes0Comments