Showing category results for ASP.NET

Sep 4, 2019
Post comments count116
Post likes count0

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

Daniel Roth

.NET Core 3.0 Preview 9 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
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
Aug 8, 2019
Post comments count6
Post likes count0

Azure SignalR Service now supports Event Grid!

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 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 20, 2019
Post comments count6
Post likes count0

Forwarded Headers Middleware Updates in .NET Core 3.0 preview 6

Brady Gaster

With the updates in .NET Core 3 preview 6, the host logic has been pre-wired to enable the Forwarded Headers Middleware by default as long as the `ASPNETCORE_FORWARDEDHEADERS_ENABLED` environment variable has been set to `true`. This post goes into some detail on how this can fix potential HTTPS issues when behind a reverse proxy.

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