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 ArticleAzure Hybrid Benefit for SQL Server
In my previous blog post I talked about how to migrate data from existing on-prem SQL Server instances to Azure SQL Database. If you haven’t heard SQL Server 2008 end of support is coming this summer,...
View ArticleASP.NET Core updates in .NET Core 3.0 Preview 3
.NET Core 3.0 Preview 3 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 improvements: Single project template...
View ArticleBlazor 0.9.0 experimental release now available
Blazor 0.9.0 is now available! This release updates Blazor with the Razor Components improvements in .NET Core 3.0 Preview 3. New Razor Component improvements now available to Blazor apps: Improved...
View ArticleRe-reading ASP.Net Core request bodies with EnableBuffering()
In some scenarios there’s a need to read the request body multiple times. Some examples include Logging the raw requests to replay in load test environment Middleware that read the request body...
View Article.NET Core Workers as Windows Services
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 writing long running services in .NET Core. In...
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 ArticleAzure Hybrid Benefit for SQL Server
In my previous blog post I talked about how to migrate data from existing on-prem SQL Server instances to Azure SQL Database. If you haven’t heard SQL Server 2008 end of support is coming this summer,...
View ArticleASP.NET Core updates in .NET Core 3.0 Preview 3
.NET Core 3.0 Preview 3 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 improvements: Single project template...
View ArticleBlazor 0.9.0 experimental release now available
Blazor 0.9.0 is now available! This release updates Blazor with the Razor Components improvements in .NET Core 3.0 Preview 3. New Razor Component improvements now available to Blazor apps: Improved...
View ArticleRe-reading ASP.Net Core request bodies with EnableBuffering()
In some scenarios there’s a need to read the request body multiple times. Some examples include Logging the raw requests to replay in load test environment Middleware that read the request body...
View Article.NET Core Workers as Windows Services
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 writing long running services in .NET Core. In...
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 Article