Hardware Intrinsics in .NET 8
by Tanner Gooding [MSFT]
posted on: December 11, 2023
.NET 8 includes significant improvements to the Hardware Intrinsics feature.
by Tanner Gooding [MSFT]
posted on: December 11, 2023
.NET 8 includes significant improvements to the Hardware Intrinsics feature.
by Gérald Barré
posted on: December 11, 2023
OneDrive for Business is different from OneDrive. OneDrive for Business is a SharePoint site collection. It means that you can use SharePoint features such as versioning. By default, OneDrive for Business keeps the last 500 versions of a file. It can be useful, but it can also take a lot of space.
by Jon Galloway
posted on: December 07, 2023
.NET Conf 2023 is over, but you can re-live the largest .NET event of the year with full access to video recordings, slides, demos, and more.
by Máňa
posted on: December 07, 2023
Introducing new networking features in .NET 8 including HTTP space, metrics, sockets and more!
by Katie Savage
posted on: December 06, 2023
New to .NET? We know there is a lot to explore – so join our Technical Program managers as they cover all of .NET 8 through this brand new beginners video series and take .NET one step at a time.
by Andrew Lock
posted on: December 05, 2023
In this post I look at the [TagProperties] and ILogEnricher features from the Microsoft.Extensions.Telemetry and show how they can be used in your apps.…
by Gérald Barré
posted on: December 05, 2023
NoteThis blog post is part of The C# Advent Calendar, a series of 50 posts about C#. Be sure to check out the rest of the blog posts in the calendar!Snapshot testing is a technique that allows you to write tests that assert the state of an object. The object is serialized and stored in a file. The
by Richard Lander
posted on: December 04, 2023
We're closely following the progress of WebAssembly, including WebAssembly System Interface (WASI). There's a new experimental workload in .NET 8 for WASI that extends the capabilities of Wasm towards the Cloud.
by Steve Gordon
posted on: November 30, 2023
In a previous post (Automating memory profiling with the JetBrains dotMemory Profiler API), I described the steps that could be used to automate the collection of memory snapshots and profiling data by using the JetBrains Profiler API NuGet package. In that post, we triggered the profiling session using the dotMemory application on Windows. As part […]
by Eric Erhardt
posted on: November 30, 2023
How to make .NET libraries compatible with native AOT