(Mads) Great Visual Studio extensions share a few key features that sets them apart from the rest.
Tag: Development
Pipeline Pattern Implementations in C# .NET – Part 1
(Michael Shpilt) The Pipeline pattern, also known as the Pipes and Filters design pattern is a powerful tool in programming.
Solution to Azure CLI won’t upgrade to latest version or it still works after uninstall
(Jon Gallant) On Windows using the Windows Installer and Azure CLI wouldn’t update to the latest version – it was stuck on 2.0.44, but the latest is 2.0.66.
Type-dictionary trick in C
(Marius Gundersen) This article explores a trick in C# for looking up values based on types, much like a Dictionary only it’s almost 10x faster!
How to Dynamically Build the UI in Blazor Components
(Peter Vogel) You have two tools for generating your initial UI in a Blazor component: ASP.NET’s Razor and Blazor’s RenderFragment. Here’s how to use both to integrate with your C# code (and a warning about what you can’t do).
How to Debug LINQ queries in C#
(Michael Shpilt) LINQ is one of my favorite features in C#. It just makes the code look nicer. Instead of tedious foreach loops, we got a neat functional syntax that’s easy to write and understand.
Visual Studio tips and tricks
(Mads) Whether you are new or have been using Visual Studio for years, there are a bunch of tips and tricks that can make you more productive.
Considering Index Design When Using A Nullable DateTime Column To Record A Scheduled Action
(Ben Nadel) I had a lot of fun writing yesterday’s post on creating a composite index using ancestral keys in a hierarchical database.
Filtering action methods with feature flags
(Andrew Lock) This is the second post in the series: Adding feature flags to an ASP.NET Core app.
What is Machine Learning? An Introduction to Machine Learning
(Debasis Saha) In today’s IT Industry or Software Development, one of the most emerging and highly discussed technology or rather better to say topics is Machine Learning. In the case of software designing and development, machine learning has a huge impact.