Showing category results for ASP.NET Core

Apr 16, 2024
Post comments count11
Post likes count6

Build & test resilient apps in .NET with Dev Proxy

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 CoreAspire
Mar 14, 2024
Post comments count3
Post likes count5

Generate Local .NET Secrets from Azure Deployments

Frank Boucher

This post shows how to automatically generate .NET secrets that a .NET app can use from the Azure deployment.

.NETASP.NET CoreAzure
Feb 26, 2024
Post comments count5
Post likes count10

The FAST and the Fluent: A Blazor story

Vincent Baaij

Learn about the origin of the building blocks of the Fluent UI Blazor library. We'll talk about FAST, Web Components, Fluent Design, and more.

.NETASP.NET CoreBlazor
Feb 14, 2024
Post comments count12
Post likes count24

Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8

James Newton-King

.NET 8 introduces metrics to ASP.NET Core. Check out what is new and discover how easy it is to use metrics and ASP.NET Core to monitor the health and activity of apps.

.NETASP.NET Core
Feb 9, 2024
Post comments count1
Post likes count9

Resilience and chaos engineering

Martin Tomka

Chaos engineering with HTTP clients and Polly library

.NETASP.NET CoreC#
Feb 8, 2024
Post comments count19
Post likes count11

My Top 10 NEW Visual Studio Features of 2023 for .NET Developers

James Montemagno

There are tons of great new feature for .NET developers to love in Visual Studio 2022, here are my top 10 that were released in 2023 that you can take advantage of right now.

.NETASP.NETASP.NET Core
Jan 31, 2024
Post comments count1
Post likes count10

Building AI-powered Microsoft Copilot with SignalR and other open-source tools

Justin,
Kevin,
Ken

Microsoft Copilot is powered by several open-source tools, such as SignalR, Adaptive Cards, Markdown, and object-basin to solve the unique challenges in building AI-enabled applications at scale. In this article, we share the design considerations and how we integrated various tools with a focus on how we stream messages and responses to the front-...

.NETASP.NETASP.NET Core