(Shahed Chowdhuri) This is the fourth of a new series of posts on ASP .NET Core. This week, we’ll be looking at the use of HTTPS in ASP .NET Core projects (using HTTP/1.1 today) and also HTTP/2 support for future ASP .NET Core projects.
Tag: Development
Getting Started with DotNet CLI
(Prasad Kulkarni) Do you want to develop cross platform apps that will run on Windows, Linux, MacOS then you should for .NET Core, that says “Develop once and deploy on multiple platform”.
Visual Studio Toolbox: Building Web APIs Part 1
(Robert Green) This is the first of a three part series where I am joined by Chris Woodruff who shows how to build ASP.NET Core Web APIs.
HttpClientFactory in ASP.NET Core 2.1 (Part 5): Logging
(Steve Gordon) In the 2.1 release of IHttpClientFactory, the ASP.NET team included some built-in logging of the HTTP calls made via HttpClients created by the factory. This can be useful for the diagnosis of failures, as well as to understand the time taken to complete HTTP calls to external service
Issues when syncing to BPM using a custom Azure DevOps (VSTS) process template
When setting up your Azure DevOps (VSTS) project in Lifecycle Services (LCS), if you use an inherited process template with custom fields, you may receive the following warning message:
ASP.NET Core 2.1 middlewares part 1: building a custom middleware
(Anthony Giretti) As part of an ASP.NET Core 2.1 application, middleware makes up the processing chain (pipeline) of HTTP requests. They interact on the response and the HTTP request.
Generate A Java Thread Dump Programmatically Using ColdFusion
(Ben Nadel) As I’ve been getting used to managing an application within a larger, Kubernetes (K8) based platform, I’ve found myself needing to do much more programmatic introspection of the ColdFusion application and its underlying JVM (Java Virtual Machine).
Adding Blazor to Existing HTML+JavaScript Pages
(Peter Vogel) If you’re thinking about Blazor at all, you have to be wondering if it’s possible to integrate Blazor into existing pages.
HTTP/2 and ASP.NET Core MVC – Protocol based content delivery
(Tomasz Peczek) Two weeks ago I’ve given a talk at DevConf conference about HTTP/2. During that talk I’ve mentioned protocol based content delivery as potential way to optimize an application for HTTP/2 users, without degradation in performance for HTTP/1 users at the same time.
ASP.NET Web API Versioning Strategies
(Anoop Sharma) Web API Versioning is required as the business grows and business requirement changes with the time. As Web API can be consumed by multiple clients at a time, Versioning of Web API will be necessarily required so that Business changes in the API will not impact the client that are usi
