Showing results for Azure - .NET Blog

Nov 10, 2020
Post comments count52
Post likes count0

Announcing ASP.NET Core in .NET 5

Daniel Roth
Daniel Roth

.NET 5 is now released! Check out all of the great new features and improvements in ASP.NET Core in .NET 5.

ASP.NETASP.NET CoreBlazor
Oct 6, 2020
Post comments count45
Post likes count0

Game Development with .NET

Abdullah Hamed
Abdullah Hamed

Did you want to develop games using .NET? Learn what .NET game engines, tools, and services are available for you when developing games.

.NET.NET CoreC#
Sep 22, 2020
Post comments count14
Post likes count0

Azure Static Web Apps with .NET and Blazor

Aaron Powell
Aaron Powell

Azure Static Web Apps now has first-class support for Blazor WebAssembly and .NET Functions in preview, available in all supported regions. Check out how you can develop and deploy a frontend and a serverless API written entirely in .NET.

ASP.NETASP.NET CoreBlazor
Aug 27, 2019
Post comments count2
Post likes count0

Redesigning Configuration Refresh for Azure App Configuration

Abhilash Arora
Abhilash Arora

Overview Since its inception, the .NET Core configuration provider for Azure App Configuration has provided the capability to monitor changes and sync them to the configuration within a running application. We recently redesigned this functionality to allow for on-demand refresh of the configuration. The new design paves the way for smarter applic...

ASP.NETASP.NET Core.NET Core
Aug 8, 2019
Post comments count6
Post likes count0

Azure SignalR Service now supports Event Grid!

Ken Chen
Ken Chen

We just released a new feature which enables Azure SignalR Service to publish connection events to Azure Event Grid. Check out this blog post to learn how it works and how to use it.

ASP.NETAzureSignalR
Jul 1, 2019
Post comments count5
Post likes count0

Configuring a Server-side Blazor app with Azure App Configuration

Brady Gaster
Brady Gaster

In this post, we'll take a look at how we can extract configuration values out of JSON files and into an Azure App Configuration instance, where they can be used by other teammates or apps.

ASP.NETASP.NET CoreBlazor
Jun 3, 2019
Post comments count5
Post likes count0

What’s new in Azure SignalR 1.1.0 Preview 1

Ken Chen
Ken Chen

We just shipped 1.1.0 Preview 1 of Azure SignalR Service SDK to support some new features in ASP.NET Core 3.0, including endpoint routing and server-side Blazor. Let's take a look how you can use them in your Azure SignalR application. Here is the list of what's new in this release: Endpoint routing support for ASP.NET Core 3 For thos...

ASP.NETASP.NET CoreBlazor
Apr 26, 2019
Post comments count3
Post likes count0

Azure SignalR Service now supports ASP.NET!

Zhidi Shang
Zhidi Shang

Azure SignalR Service is a fully managed real-time messaging service, built on ASP.NET Core SignalR. ASP.NET Core SignalR has many features incompatible with ASP.NET SignalR, so existing ASP.NET SignalR Application doesn't work with SignalR Service. We added the ASP.NET support to SignalR Service SDK to enable this scenario. This blog also lists fe...

ASP.NETASP.NET CoreAzure