Showing category results for ASP.NET Core

Aug 27, 2019
Post comments count2
Post likes count0

Redesigning Configuration Refresh for Azure App Configuration

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 13, 2019
Post comments count25
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 8

Sourabh Shirhatti [MSFT]

.NET Core 3.0 Preview 8 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Check out the great new features and improvements in this release!

ASP.NETASP.NET Core.NET Core
Jul 31, 2019
Post comments count12
Post likes count3

HttpRepl: A command-line tool for interacting with RESTful HTTP services

Angelos Petropoulos

The ASP.NET team has built a command-line tool called HttpRepl. It lets you browse and invoke HTTP services in a similar way to working with files and folders. You give it a starting point (a base URL) and then you can execute commands like “dir” and “cd” to navigate your way around the API: Once you have identified the API you are interested in...

ASP.NETASP.NET Core.NET Core
Jul 23, 2019
Post comments count35
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 7

Daniel Roth

.NET Core 3.0 Preview 7 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Check out the great new features and improvements in this release!

ASP.NETASP.NET Core.NET Core
Jul 1, 2019
Post comments count5
Post likes count0

Configuring a Server-side Blazor app with Azure App Configuration

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 12, 2019
Post comments count80
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 6

Daniel Roth

.NET Core 3.0 Preview 6 is now available and includes a bunch of new updates to ASP.NET Core and Blazor. Find out what's new in this latest preview release.

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

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
May 6, 2019
Post comments count23
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 5

Brady Gaster

ASP.NET Core updates in .NET Core 3.0 Preview 5 .NET Core 3.0 Preview 5 is now available. This iteration was brief for the team and primarily includes bug fixes and improvements to the more significant updates in Preview 4. This post summarizes the important points in this release. Please see the release notes for additional details and known iss...

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

Azure SignalR Service now supports ASP.NET!

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
Apr 18, 2019
Post comments count23
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 4

Daniel Roth

.NET Core 3.0 Preview 4 is now available and it includes a bunch of new updates to ASP.NET Core. Find out what's new in this latest preview release.

ASP.NETASP.NET Core.NET Core