Migrating your existing on-prem SQL Server database to Azure SQL DB
If you are in the process of moving an existing .NET application to Azure, it’s likely you’ll have to migrate an existing, on-prem SQL database as well. There are a few different ways you can go about...
View Article.NET Core Workers in Azure Container Instances
.NET Core Workers in Azure Container Instances In .NET Core 3.0 we are introducing a new type of application template called Worker Service. This template is intended to give you a starting point for...
View ArticleUpdated Razor support in Visual Studio Code, now with Blazor support
Today we are pleased to announce improved Razor tooling support in Visual Studio Code with the latest C# extension. This latest release includes improved Razor diagnostics and support for tag helpers...
View ArticleBlazor now in official preview!
With this newest Blazor release we’re pleased to announce that Blazor is now in official preview! Blazor is no longer experimental and we are committing to ship it as a supported web UI framework...
View ArticleASP.NET Core updates in .NET Core 3.0 Preview 4
.NET Core 3.0 Preview 4 is now available and it includes a bunch of new updates to ASP.NET Core. Here’s the list of what’s new in this preview: Razor Components renamed back to server-side Blazor...
View ArticleAzure SignalR Service now supports ASP.NET!
We’ve just shipped the official version of the SignalR Service SDK with ASP.NET support: Microsoft.Azure.SignalR.AspNet v1.0.0 Azure SignalR Service is a fully managed Azure service for real-time...
View ArticleASP.NET Core updates in .NET Core 3.0 Preview 5
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...
View ArticleWhat’s new in Azure SignalR 1.1.0 Preview 1
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...
View ArticleASP.NET Core and Blazor updates in .NET Core 3.0 Preview 6
.NET Core 3.0 Preview 6 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Here’s the list of what’s new in this preview: New Razor features: @attribute, @code, @key,...
View ArticleForwarded Headers Middleware Updates in .NET Core 3.0 preview 6
With the ASP.NET Core 2.1 release, we included UseHsts and UseHttpRedirection by default. These methods put a site into an infinite loop if deployed to an Azure Linux App Service, Azure Linux virtual...
View ArticleConfiguring a Server-side Blazor app with Azure App Configuration
With .NET Core 3.0 Preview 6, we added authentication & authorization support to server-side Blazor apps. It only takes a matter of seconds to wire up an app to Azure Active Directory with support...
View ArticleBlazor 0.7.0 experimental release now available
Blazor 0.7.0 is now available! This release focuses on enabling component coordination across ancestor-descendent relationships. We've also added some improvements to the debugging experience. Here's...
View ArticleRazor support in Visual Studio Code now in Preview
Earlier this week we released a preview of support for working with Razor files (.cshtml) in the C# extension for Visual Studio Code (1.17.1). This initial release introduces C# completions, directive...
View ArticleAnnouncing ASP.NET Core 2.2, available today!
I’m happy to announce that ASP.NET Core 2.2 is available as part of .NET Core 2.2 today! How to get it You can download the new .NET Core SDK (2.2.100) for your dev machine and build servers from the...
View ArticleASP.NET Core updates in .NET Core 3.0 Preview 2
.NET Core 3.0 Preview 2 is now available and it includes a bunch of new updates to ASP.NET Core. Here's the list of what's new in this preview: Razor Components SignalR client-to-server streaming Pipes...
View ArticleMake the most of your monthly Azure Credits
If you weren’t aware, Visual Studio subscribers have free monthly Azure credits, that are ideal for experimenting with and learning about Azure services. When you activate this benefit, it creates a...
View ArticleBlazor 0.8.0 experimental release now available
Blazor 0.8.0 is now available! This release updates Blazor to use Razor Components in .NET Core 3.0 and adds some critical bug fixes. Get Blazor 0.8.0 To get started with Blazor 0.8.0 install the...
View ArticleChanges to the web and JSON editor APIs in Visual Studio 2019
In Visual Studio 2019 Preview 2, The Web Tools team made some changes to improve extensibility features for extension developers. To standardize interfaces, the CSS, HTML, JSON and CSHTML editors...
View ArticleAnnouncing an easier way to use latest certificates from Key Vault
Posting on behalf of Prashanth Yerramilli When we launched Azure Key Vault a few years ago, it solved a major problem users had which was that storing sensitive and/or secret information in code or...
View ArticleMicrosoft’s Developer Blogs are Getting an Update
In the coming days, we’ll be moving our developer blogs to a new platform with a modern, clean design and powerful features that will make it easy for you to discover and share great content. This...
View Article