Showing results for Preview - .NET Blog

Apr 13, 2022
25
0

Announcing .NET 7 Preview 3

Jon Douglas
Jon Douglas

.NET 7 Preview 3 is now available with enhancements to observability, startup times, codegen, GC regions, native AOT compilation, and more.

.NET
Apr 12, 2022
5
0

ASP.NET Core updates in .NET 7 Preview 3

Daniel Roth
Daniel Roth

.NET 7 Preview 3 is here and adds some great new features to ASP.NET Core including support for route handler filters in minimal APIs, improved unit testability for minimal route handlers, performance enhancements, and more.

ASP.NET Core.NETASP.NET
Feb 22, 2022
99
3

Early peek at C# 11 features

Kathleen Dollard
Kathleen Dollard

Learn about the C# 11 preview features you can try out in Visual Studio 17.1 and .NET SDK 6.0.200!

C#.NETVisual Studio
Jan 29, 2019
8
0

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
Jan 29, 2019
2
0

Announcing .NET Core 3 Preview 2

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 3 Preview 2. It includes new features in .NET Core 3.0 and C# 8, in addition to the large number of new features in Preview 1. ASP.NET Core 3.0 Preview 2  is also released today. C# 8 Preview 2 is part of .NET Core 3 SDK, and was also released last week with Visual Studio 2019 Preview 2. Download and get starte...

.NET Core
Oct 22, 2018
0
0

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
Aug 22, 2018
1
0

ASP.NET Core 2.2.0-preview1: Healthchecks

Damian Edwards
Damian Edwards

What is it? We're adding a health checks service and middleware in 2.2.0 to make it easy to use ASP.NET Core in environments that require health checks - such as Kubernetes. The new features are set of libraries defining an IHealthCheck abstraction and service, as well as a middleware for use in ASP.NET Core. Health checks are used by a conta...

ASP.NETASP.NET Core
Aug 22, 2018
0
0

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
May 30, 2018
0
0

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
Oct 22, 2013
0
0

Adding Core References Support in an ASP.NET Empty Project

Xueyuan Dai
Xueyuan Dai

Adding Core References Support in an ASP.NET Empty Project Brief In Visual Studio 2013 we introduced the core reference framework to ASP.NET project creation. You can choose what core references you want in your to-be-created project. How Let’s take the example of adding Web API core references in an Empty ASP.NET Project Summary As...

ASP.NET