Showing results for ASP.NET Core - .NET Blog

Aug 22, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.2.0-preview1: HTTP/2 in Kestrel

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

As part of the 2.2.0-preview1 release, we’ve added support for HTTP/2 in Kestrel. What is HTTP/2? HTTP/2 is a major revision of the HTTP protocol. Some of the notable features of HTTP/2 are support for header compression and fully multiplexed streams over the same connection. While HTTP/2 preserves HTTP’s semantics (HTTP headers, methods, etc) it...

ASP.NETASP.NET Core
Aug 22, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.2.0-preview1 now available

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Today we’re very happy to announce that the first preview of the next minor release of ASP.NET Core and .NET Core is now available for you to try out. We’ve been working hard on this release over the past months, along with many folks from the community, and it’s now ready for a wider audience to try it out and provide the feedback that will contin...

ASP.NETASP.NET Core
Aug 15, 2018
Post comments count0
Post likes count0

Improvements in Visual Studio 2017 15.8 for web and Azure developers

Jeffrey Fritz
Jeffrey Fritz

With the release of Visual Studio 2017 version 15.8 brings improvements for web developers such as custom docker image tags during publish, zip push deployment for Azure functions, managing Azure functions application settings, and enabling Application Insights as part of publishing to Azure App Service. Also learn about managing user secrets in AS...

ASP.NETASP.NET CoreVisual Studio
Jul 25, 2018
Post comments count0
Post likes count0

Blazor 0.5.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.5.0 is now available! This release explores scenarios where Blazor is run in a separate process from the rendering process. Specifically, Blazor 0.5.0 enables the option to run Blazor on the server and then handle all UI interactions over a SignalR connection. This release also adds some very early support for debugging your Blazor .NET co...

ASP.NETASP.NET CoreBlazor
Jul 16, 2018
Post comments count0
Post likes count0

Exploring Azure App Service – Azure Diagnostics

Angelos Petropoulos
Angelos Petropoulos

Use Application Insights to diagnose performance and errors in your web apps. Azure App Service is a great place to get started hosting and maintaining your web apps. You don’t have to enable App Insights upfront; the option is always there to be turned on when and as needed without re-deployment.

ASP.NETASP.NET CoreAzure
Jun 29, 2018
Post comments count0
Post likes count0

Changes to script debugging in Visual Studio 15.7

Angelos Petropoulos
Angelos Petropoulos

We’re always looking for ways to make developing with Visual Studio faster.  One of the tasks developers do many times a day is launching debugging sessions.  We identified that script debugging added about 1.5s per F5, but only about 15.5% of people actively debugged script using Visual Studio. Based on the above, in Visual Studio 15.7 we made th...

ASP.NETASP.NET Core
Jun 7, 2018
Post comments count0
Post likes count0

Blazor 0.4.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.4.0 is now available! This release includes important bug fixes and several new feature enhancements. New features in Blazor 0.4.0 (details below): A full list of the changes in this release can be found in the Blazor 0.4.0 release notes. Get Blazor 0.4.0 To get setup with Blazor 0.4.0: ...

ASP.NETASP.NET CoreBlazor
May 30, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0 now available

Daniel Roth
Daniel Roth

Today we're thrilled to announce the release of ASP.NET Core 2.1.0! This is the latest release of our open-source and cross-platform web framework for .NET and it's now ready for production use. Get started with ASP.NET Core 2.1 today! New features in this release include: Check out What's New in ASP...

ASP.NETASP.NET Core
May 23, 2018
Post comments count0
Post likes count0

Troubleshooting ASP.NET Core Performance Problems

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Mike Rousos I recently had an opportunity to help a developer with an ASP.NET Core app that was functionally correct but slow when under a heavy user load. We found a few different factors contributing to the app's slowdown while investigating, but the majority of the issues were some variation of blocking threads that coul...

ASP.NETASP.NET Core
May 7, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-rc1 now available

Daniel Roth
Daniel Roth

Today we’re happy to announce the first release candidate of ASP.NET Core 2.1! This release should be very close to the final stable release of ASP.NET Core 2.1 and includes primarily bug fixes and polish for the features that we shipped in earlier previews. This is a "go live" release that can be used in production with the understanding...

ASP.NETASP.NET Core