.NET 7 will reach End of Support on May 14, 2024
by Rahul Bhandari (MSFT)
posted on: March 27, 2024
.NET 7 will reach end of support on May 14, 2024, this blog breaks down all the valuable information you need to know and how to update to .NET 8.
by Rahul Bhandari (MSFT)
posted on: March 27, 2024
.NET 7 will reach end of support on May 14, 2024, this blog breaks down all the valuable information you need to know and how to update to .NET 8.
by Salini Agarwal
posted on: March 26, 2024
March 2024 Cumulative Update Preview Updates for .NET Framework
by Andrew Lock
posted on: March 26, 2024
In this post I describe Dijkstra's algorithm for finding the shortest path between two nodes and how you can implement it with the PriorityQueue type in .NET 9…
by Oren Eini
posted on: March 25, 2024
I’m trying to pay a SaaS bill online, and I run into the following issue. I have insufficient permissions to pay the invoice on the account. No insufficient funds, which is something that you’ll routinely run into when dealing with payment processing. But insufficient permissions! Is… paying something an act that requires permissions? That something that happens? Can I get more vulnerabilities like that? When I get people to drive-by pay for my bills? I can’t think of a scenario where you are prevented from paying to the provider. That is… weird. And now I’m in this “nice” position where I have to chase after the provider to give them money, because otherwise they’ll close the account.
by Gerald Versluis
posted on: March 25, 2024
Starting May 1, 2024 Apple will start enforcing their Apple privacy manifest for apps that are published to the App Store. In this post we'll describe how to navigate this for .NET for iOS and .NET MAUI apps.
by Gérald Barré
posted on: March 25, 2024
This post is an update of the original post Convert DateTime to user's time zone with server-side Blazor to take advantage of new .NET 8 features. It is inspired by the following pull request in dotnet/aspireWhen you display DateTime data to a user, you may want to convert the value to the user's t
by Daniel Roth
posted on: March 20, 2024
Introducing .NET Smart Components, a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps.
by Gérald Barré
posted on: March 18, 2024
The OpenAPI specification is a powerful tool to describe and document APIs. It is a standard that allows you to define the structure of your API, including the endpoints, the request and response models, and the security requirements. The OpenAPI specification is a JSON or YAML file that can be use
by Frank Boucher
posted on: March 14, 2024
This post shows how to automatically generate .NET secrets that a .NET app can use from the Azure deployment.
by Jordan Matthiesen
posted on: March 13, 2024
New quickstarts are now available to help you get started with .NET and AI development.