(David Ramel) Someone on the development team for Python in Visual Studio Code is a Monty Python fan.
Tag: Development
How Hello World! changed – top level statements and functions (C# 9)
(Christian Nagel) C# 9 comes with many new features to enhance productivity and fix bugs. One productivity enhancement comes for small programs and learning C#: top level statements.
Upgrading the node image of an Azure Kubernetes Service cluster
(Daniel Neumann) Last year I have written a shell script to update the VMSS base image of an Azure Kubernetes Service cluster.
Scope Traversal Behavior With Undefined Function Arguments In Lucee CFML 5.3.6.61
(Ben Nadel) Just now, as I was looking at iterating over Structs using CFLoop in Lucee CFML, I ran into a fun little behavior of the ColdFusion language: Scope traversal will skip-over undefined function arguments and access like-named values in higher-up scopes.
GitHub Integration with Azure DevOps
(Subodh Sohoni) This tutorial demonstrates how to use Azure DevOps and GitHub collaboratively. You will learn to connect and integrate Github with Azure Boards, integrate Github in Visual Studio, and use Azure Pipelines to build and deploy code under Github.
Adding host filtering to Kestrel in ASP.NET Core
(Andrew Lock) Host filtering, restricting the hostnames that your app responds to, is recommended whenever you’re running in production for security reasons. In this post, I describe how to add host filtering to an ASP.NET Core application.
Azure Machine Learning Studio Web Debuts
(David Ramel) Microsoft announced the Azure Machine Learning studio web experience is generally available.
Event Sourcing in .NET Core – part 1: A gentle introduction
(Davide Guida) Event sourcing, aka “the great myth”. I’ve been thinking about writing a series of articles about this for a while, and now it’s time to put my hands back on the keyboard.
Setting the Page Title in a Blazor App
(Matthew Jones) This post is gonna be a short one (hence the Tips tag), but it implements something I wish was natively supported in Blazor: setting the page title!
Struct Iteration With CFLoop Exposes Both Key And Value In Lucee CFML 5.3.6.61
(Ben Nadel) Back in February, when I was having lunch with Gert Franz, co-creator of Lucee CFML, we were commiserating on how amazing ColdFusion is.