(Shahed C) This is the ninth of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, titled ASP .NET Core A-Z!
Tag: Development
Avoiding Self-Closing IFRAME Tags Using htmlParse() In Lucee CFML 5.3.4.80
(Ben Nadel) Over the past week, I’ve been working to retrofit Markdown onto all of my old blog content using Lucee CFML. It’s been an exciting journey with a lot of trial and error. For example, the other day, I realized the .xmlText property wasn’t giving me escaped HTML entities; and, just this mo
How to Train a Machine Learning Radial Basis Function Network Using C#
(James McCaffrey) A radial basis function network (RBF network) is a software system that is similar to a single hidden layer neural network. In this article I explain how to train an RBF network classifier.
Durable Functions Upgrade Strategies
(Mark Heath) One of the challenges of using Durable Functions is how to handle upgrading a workflow to a new version without breaking any in-progress orchestrations.
Reading XmlText Values From The XML Document Produced By htmlParse() In Lucee CFML 5.3.4.80
(Ben Nadel) Over the weekend, I spent about 2-days trying to retrofit Markdown onto 15-years of HTML-based content using htmlParse() in Lucee CFML. It was an iterative process with a lot of trial and error. And, even after I posted my article, I continued to find new and interesting caveats.
Lazily resolving services to fix circular dependencies in .NET Core
(Thomas Levesque) When building an application, good design dictates that you should avoid circular dependencies between your services.
How to write a Roslyn Analyzer
(Mika) Roslyn analyzers inspect your code for style, quality, maintainability, design and other issues. Because they are powered by the .NET Compiler Platform, they can produce warnings in your code as you type even before you’ve finished the line.
Q&A with Rockford Lhotka: Migrating C# Code from .NET Framework to .NET Standard
(Becky Nagel) Microsoft’s game-changing .NET Core initiative that’s superseding the Windows-only .NET Framework will this year reach an important milestone, .NET 5, a unification of all things .NET. Key to this cross-platform transition is .NET Standard, which specifies APIs common across all .NET i
ASP.NET Core 5 Features – Introducing HttpProtocol
(Steve Gordon) In this blog post, which will be a quick read, I’m going to begin what I expect to be a long-running endeavour, to dig into new APIs available in .NET 5 and ASP.NET Core 5.0.
How to set up Docker within Windows System for Linux (WSL2) on Windows 10
(Scott Hanselman) I’ve written about WSL2 and it’s glorious wonders many times. As its release (presumably) grows closer – as of this writing it’s on Windows Insiders Slow and Fast – I wanted to update a few posts.