Stop Debugging and Start Running in Visual Studio
by Ardalis
posted on: April 18, 2024
NOTE: Watch the video above to see actual timings of starting with and without debugging. Vote for this feature request to make Run vs Debug…Keep Reading →
by Ardalis
posted on: April 18, 2024
NOTE: Watch the video above to see actual timings of starting with and without debugging. Vote for this feature request to make Run vs Debug…Keep Reading →
by Mehul Harry
posted on: April 18, 2024
Join us on April 30th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET developers.
by Kara Saucerman
posted on: April 17, 2024
Microsoft AI - our journey to building a scalable gateway with YARP on .NET8
by Waldek Mastykarz
posted on: April 16, 2024
Learn how to build and test resilient apps in .NET with Dev Proxy to simulate API failures, different network conditions, and a lot more from your local machine.
by Andrew Lock
posted on: April 16, 2024
In this post I discuss how you can render math in the browser using MathML and MathML Core elements, and show AsciiMath as an easier way of writing equations…
by Richard Lander
posted on: April 15, 2024
.NET 8 is a big step forward for building and using containers, with improvements for performance, security, and usability. Let's take a look at some enhancements to the .NET CLI for building and publishing containers.
by Gérald Barré
posted on: April 15, 2024
In an older post, I wrote about how to compute code coverage for a .NET Core project with Coverlet. In this post, I'll show you how to get code coverage without any additional dependency. Indeed, the .NET SDK 8 now includes all you need to compute code coverage. Microsoft also provides a .NET tool
by Marco Rossignoli
posted on: April 11, 2024
The new MSTest SDK is here and provides an easier way to configure your MSTest projects. Learn all about this release, how to get started, and its great improvements when using MSTest.
by Rahul Bhandari (MSFT)
posted on: April 09, 2024
Check out latest April 2024 updates for .NET 8.0, .NET 7.0, and .NET 6.0.
by Gérald Barré
posted on: April 08, 2024
Ico files are old but still widely used. One specificity of the ico format is that it can contain multiple images of different sizes. The format is not very complicated but there are not a lot of free tools to create an ico file from a list of images. Let's create one in .NET!The specification of t