(Chandra Kudumula) We will explore a couple of new features, which are introduced in C# 8.0—Ranges and Indices.
Tag: Development
VS Code PowerShell Tool Gets Editor/Debugger Revamp
(David Ramel) Microsoft updated its PowerShell extension for Visual Studio Code, continuing a months-long re-architecture to improve the stability of its editor and debugger, which was identified as the No. 1 user request.
Handle Unknown Actions In ASP.NET Core MVC
(Bipin Joshi) While working with ASP.NET Core MVC, usually you have known number of actions and views. At times you might come across a situation where you need to deal with actions unknown at development time. Let me briefly explain a situation I recently stumbled upon.
Working with Azure DevOps using Azure DevOps CLI
(Saumilkumar Shah) This tutorial demonstrates how to create Azure DevOps repos, boards, pipelines, artifacts etc. using Azure DevOps Command Line Interface extension.
Using CSS Counters To Apply Custom Labels To An HTML List
(Ben Nadel) The other day, one of my teammates, Hector Yeomans, shared a blog post by Nicolas Carlo on the Strangler Pattern. The post, in and of itself, was an intriguing look at how to avoid “big bang” rewrites. However, as I was reading the post, something else caught my eye.
Enhancing Application Insights Request Telemetry
(Dave Paquette) This post is a continuation of my series about using Application Insights in ASP.NET Core. Today we will take a deeper dive into Request telemetry.
Updated maximum nodes limit – Azure Function App – AKS Azure CNI IP address calculation
(Daniel Neumann) Just a short information about the update I have done for the Azure Function App doing the AKS Azure CNI IP address calculation.
Microsoft’s Miguel de Icaza Ponders New Use for WebAssembly
(David Ramel) Miguel de Icaza doesn’t post to his personal blog often, but when he does, developers listen.
Inserting middleware between UseRouting() and UseEndpoints() as a library author – Part 1
(Andrew Lock) This post is in response to a question from a reader about how library authors can ensure consumers of their library insert the library’s middleware at the right point in the app’s middleware pipeline.
Experiment: Wrapping CFThread Execution In A FusionReactor Tracked Transaction In Lucee CFML 5.2.9.40
(Ben Nadel) Now that I have FusionReactor running in our production Lucee CFML apps, I’ve been spending a lot of time trying to understand how I can best leverage its functionality.