Announcing 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 ArticleMigrating 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 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 ArticleASP.NET Core and Blazor updates in .NET Core 3.0 Preview 7
.NET Core 3.0 Preview 7 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: Latest Visual Studio preview includes .NET...
View ArticleHttpRepl: A command-line tool for interacting with RESTful HTTP services
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)...
View ArticleAzure SignalR Service now supports Event Grid!
Azure SignalR Service now supports Event Grid! Since we GA’ed Azure SignalR Service in last September, serverless has become a very popular use case in Azure SignalR Service and is used by many...
View ArticleASP.NET Core and Blazor updates in .NET Core 3.0 Preview 8
.NET Core 3.0 Preview 8 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: Project template updates Cleaned up top-level...
View ArticleRedesigning Configuration Refresh for Azure App Configuration
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...
View ArticleASP.NET Core and Blazor updates in .NET Core 3.0 Preview 9
.NET Core 3.0 Preview 9 is now available and it contains a number of improvements and updates to ASP.NET Core and Blazor. Here’s the list of what’s new in this preview: Blazor event handlers and data...
View ArticleASP.NET Core and Blazor updates in .NET Core 3.0 Release Candidate 1
.NET Core 3.0 Release Candidate 1 (RC1) is now available. This release contains only a handful of bug fixes and closely represents what we expect to release for .NET Core 3.0. Please see the release...
View ArticleASP.NET Core and Blazor updates in .NET Core 3.0
ASP.NET Core and Blazor updates in .NET Core 3.0 Today we are thrilled to announce the release of .NET Core 3.0! .NET Core 3.0 is ready for production use, and is loaded with lots of great new features...
View ArticleSetting HTTP header attributes to enable Azure authentication/authorization...
Posted on behalf of Ahmed Metwally The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that’s supported everywhere .NET Core is supported. It’s used for making HTTP...
View ArticleBlazor Server in .NET Core 3.0 scenarios and performance
Since the release of Blazor Server with .NET Core 3.0 last month lots of folks have shared their excitement with us about being able to build client-side web UI with just .NET and C#. At the same time,...
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 Article