Showing results for ASP.NET Core - .NET Blog

Dec 4, 2018
Post comments count2
Post likes count1

Announcing ASP.NET Core 2.2, available today!

Damian Edwards
Damian Edwards

The main theme for this ASP.NET Core release was to improve developer productivity and platform functionality with regard to building Web/HTTP APIs. As usual, we made some performance improvements as well and posted about these features as part of the preview releases which you can read about by following the link below.

ASP.NETASP.NET Core
Nov 16, 2018
Post comments count5
Post likes count0

Razor support in Visual Studio Code now in Preview

Daniel Roth
Daniel Roth

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 completions, and basic diagnostics (red squiggles for errors) for ASP.NET Core projects. Prerequisites To use this preview of Razor support in Visu...

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

Blazor 0.7.0 experimental release now available

Daniel Roth
Daniel Roth

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 what's new in the Blazor 0.7.0 release: A full list of the changes in this release can be found in the Blazor 0.7.0 release note...

ASP.NETASP.NET CoreBlazor
Nov 9, 2018
Post comments count0
Post likes count0

When should you right click publish

Angelos Petropoulos
Angelos Petropoulos

Some people say ‘friends don’t let friends right click publish’ but is that true? If they mean that there are great benefits to setting up a CI/CD workflow, that’s true and we will talk more about these benefits in just a minute. First, let’s remind ourselves that the goal isn’t always coming up with the best long-term solution. Technology moves f...

ASP.NETASP.NET CoreVisual Studio
Oct 29, 2018
Post comments count0
Post likes count0

A first look at changes coming in ASP.NET Core 3.0

Damian Edwards
Damian Edwards

While we continue to work on finalizing the next minor version of ASP.NET Core, we’re also working on major updates to our next release that will include some changes in how projects are composed with frameworks, tighter .NET Core integration, and 3rd party open source integration, all with the goal of making it easier and faster for you to develop...

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

ASP.NET SignalR 2.4.0 Preview 2

Andrew Stanton-Nurse
Andrew Stanton-Nurse

We've just released the second preview of the upcoming 2.4.0 release of ASP.NET SignalR. As we mentioned in our previous blog post on the future of ASP.NET SignalR we are releasing a minor update to ASP.NET SignalR (the version of SignalR for System.Web and/or OWIN-based applications) that includes, support for the Azure SignalR Service, as well as...

ASP.NETASP.NET CoreSignalR
Oct 17, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.2.0-preview3 now available

Glenn Condron [MSFT]
Glenn Condron [MSFT]

Today we're very happy to announce that the third 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, 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 continue to shape the relea...

ASP.NETASP.NET Core
Oct 2, 2018
Post comments count0
Post likes count0

Blazor 0.6.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.6.0 is now available! This release includes new features for authoring templated components and enables using server-side Blazor with the Azure SignalR Service. We're also excited to announce our plans to ship the server-side Blazor model as Razor Components in .NET Core 3.0! Here's what's new in the Blazor 0.6.0 release: ...

ASP.NETASP.NET CoreBlazor
Sep 12, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.2.0-preview2 now available

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Today we’re very happy to announce that the second 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 conti...

ASP.NETASP.NET Core
Sep 4, 2018
Post comments count0
Post likes count0

How to get started with Azure and .NET

picru
picru

Note: This content is now available as an official document Azure is a big cloud with lots of services, and for even the most experienced user it can be intimidating to know which service will best meet your needs. This blog post is intended to provide a short overview of the most common concepts and services .NET developers need get started and p...

ASP.NETASP.NET CoreAzure