Showing results for 2024 - Page 11 of 14 - .NET Blog

Apr 16, 2024
11
5

Build & test resilient apps in .NET with Dev Proxy

Waldek Mastykarz
Waldek Mastykarz

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.

.NETASP.NET CoreCloud
Apr 15, 2024
9
3

Streamline your container build and publish with .NET 8

Richard Lander
Richard Lander

.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.

.NETContainersCloud Native
Apr 3, 2024
7
5

Testing Your Native AOT Applications

Marco Rossignoli Jakub Jareš Jakub Chocholowicz
Marco,
Jakub,
Jakub

MSTest introduces a Native AOT compatible test runner and engine for testing your Native AOT applications.

.NETC#Performance
Apr 2, 2024
3
8

Making AI powered .NET apps more consistent and intelligent with Redis

Catherine Wang
Catherine Wang

Redis makes intelligent apps smarter and consistent by serving as additional knowledge store, caching chat history, and semantically cache request and responses for an API. Combined with traditional caching scenarios, Redis is the multi-purpose data store for your intelligent apps.

.NETC#Azure
Mar 29, 2024
6
5

Bing on .NET 8: The Impact of Dynamic PGO

Ben Watson
Ben Watson

Bing Extensible Application Platform's upgrade to .NET 8 and how dynamic profile guided optimization continues to deliver performance gains

.NETPerformanceDeveloper Stories
Mar 27, 2024
2
6

.NET 7 will reach End of Support on May 14, 2024

Rahul Bhandari (MSFT)
Rahul Bhandari (MSFT)

.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.

.NETMaintenance & Updates
Mar 25, 2024
24
15

Adding Apple Privacy Manifest Support to .NET iOS & .NET MAUI apps

Gerald Versluis
Gerald Versluis

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.

.NET.NET MAUI.NET for iOS