Showing results for ASP.NET Core - .NET Blog

Jan 29, 2019
Post comments count8
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 2

Daniel Roth
Daniel Roth

.NET Core 3.0 Preview 2 is now available and it includes the list of what's new in this preview. To get started with ASP.NET Core in .NET Core 3.0 Preview 2 install the .NET Core 3.0 Preview 2 SDK

ASP.NETASP.NET CoreBlazor
Dec 4, 2018
Post comments count3
Post likes count0

Announcing Entity Framework Core 2.2

Diego Vega
Diego Vega

Today we're making the final version of EF Core 2.2 available, alongside ASP.NET Core 2.2 and .NET Core 2.2. This is the latest release of our open-source and cross-platform object-database mapping technology. EF Core 2.2 RTM includes more than a hundred bug fixes and a few new features: Spatial data support Spatial data can be used to represe...

Entity Framework
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
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

Announcing Entity Framework Core 2.2 Preview 3

Diego Vega
Diego Vega

Entity Framework Core 2.2 Preview 3 available with a new preview of our data provider for Cosmos DB and updated spatial extensions for various providers. Preview 3 is going to be the last milestone before EF Core 2.2 RTM, so now is your last chance to try the bits and give us feedback if you want to have an impact on the quality and the shape of th...

Entity Framework
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

Announcing Entity Framework Core 2.2 Preview 2 and the preview of the Cosmos DB provider and spatial extensions for EF Core

Diego Vega
Diego Vega

Today we are making EF Core 2.2 Preview 2 available, together with a preview of our data provider for Cosmos DB and new spatial extensions for our SQL Server and in-memory providers. Obtaining the preview The preview bits are available on NuGet, and also as part of ASP.NET Core 2.2 Preview 2 and the .NET Core SDK 2.2 Preview 2, also releasing tod...

Entity Framework
Sep 11, 2018
Post comments count1
Post likes count0

.NET Core September 2018 Update

Lee Coward
Lee Coward

Today, we are releasing the .NET Core September 2018 Update. This update includes .NET Core 2.1.4 and .NET Core SDK 2.1.402 and contains important reliability fixes. Security CVE-2018-8409: .NET Core Denial Of Service Vulnerability A denial of service vulnerability exists in .NET Core 2.1 when System.IO.Pipelines improperly handles requests. An a...

.NET
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
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