Showing results for 2017 - Page 6 of 18 - .NET Blog

Aug 25, 2017
Post comments count0
Post likes count0

ASP.NET Core 2.0 Features

Glenn Condron [MSFT]
Glenn Condron [MSFT]

Last week we announced the release of ASP.NET Core 2.0 and described some top new features, including Razor Pages, new and updated templates, and Application Insights integration. In this blog post we are going to dig into more details of features in 2.0. This list is not exhaustive or in any particular order, but highlights a number of interesting...

ASP.NETASP.NET Core
Aug 23, 2017
Post comments count0
Post likes count0

The week in .NET – Project File Tools, Maira Wenzel, Mixed Reality in Miami, and links!

Bertrand Le Roy
Bertrand Le Roy

Previous posts: Visual Studio extension of the week: Project File Tools The Project File Tools Visual Studio extension provides package name and version IntelliSense, tooltips for packages, and more, when editing a file in Visual Studio. The extension just got updated. Get it from the Visual Studio Marketplace. Interview of the wee...

.NET
Aug 18, 2017
Post comments count0
Post likes count0

.NET Framework Update for AppContext

Rich Lander [MSFT]
Rich Lander [MSFT]

A new update for .NET Framework is now available for the AppContext class. The behavior of the AppContext class was recently regressed. The update returns the class to the correct behavior. This update affects the .NET Framework 4.6 and later. The update is not required on Windows 10. The AppContext class was introduced in the .NET Framework 4.6. ...

.NET
Aug 16, 2017
Post comments count0
Post likes count0

.NET Framework August 2017 Preview of Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

The August 2017 Preview of Quality Rollup is now available. Quality and Reliability This release contains the following quality and reliability improvements. ASP.NET CLR Management Windows Forms WCF WPF Note: Additional information on these improvements is not available. The VSTS bug numb...

.NET
Aug 15, 2017
Post comments count0
Post likes count0

What’s Nu in NuGet with Visual Studio 2017 version 15.3?

Anand Gaurav
Anand Gaurav

We are happy to announce an update to the NuGet client that comes bundled with Visual Studio 2017 version 15.3 RTW and .NET Core 2.0 SDK. This release introduces support for new scenarios such as .NET Core 2.0/.NET Standard 2.0, some new features, a series of bug fixes and performance improvements. You can see more details, known issues, and workar...

NuGetRelease announcement
Aug 15, 2017
Post comments count1
Post likes count0

The week in .NET – .NET Core 2.0, ASP.NET Core 2.0, Entity Framework Core 2.0, Visual Studio 2017 Update 3, enterprise Entity Framework Core in Boston, and links!

Bertrand Le Roy
Bertrand Le Roy

Previous posts: .NET Core 2.0, ASP.NET Core 2.0, Entity Framework 2.0, and Visual Studio 2017 Update 3 launched! This is a week to celebrate for the .NET community, as .NET Core 2.0, ASP.NET Core 2.0, and Entity Framework 2.0 shipped! We're also getting an update to Visual Studio 2017 with lots of improvements for .NET Core developers. Read th...

.NET
Aug 14, 2017
Post comments count0
Post likes count1

F# and .NET Core Roadmap Update

Phillip Carter
Phillip Carter

Now that .NET Core 2.0 has been released, we wanted to take some time to talk about F# and .NET Core. F# and .NET Core 1.0 F# has been supported on .NET Core and .NET Standard since their 1.0 releases. In the months leading up to the release of .NET Core 1.0, Enrico Sada from the F# community worked with us and other teams at Microsoft to add supp...

.NET.NET CoreF#
Aug 14, 2017
Post comments count3
Post likes count0

Announcing .NET Core 2.0

Rich Lander [MSFT]
Rich Lander [MSFT]

.NET Core 2.0 is available today as a final release. You can start developing with it at the command line, in your favorite text editor, in Visual Studio 2017 15.3, Visual Studio Code or Visual Studio for Mac. It is ready for production workloads, on your own hardware or your favorite cloud, like Microsoft Azure. ...

.NET
Aug 14, 2017
Post comments count0
Post likes count1

Announcing .NET Standard 2.0

Immo Landwerth
Immo Landwerth

The .NET Standard 2.0 specification is now complete. It is supported in .NET Core 2.0, in the .NET Framework 4.6.1 and later versions, and in Visual Studio 15.3. You can start using .NET Standard 2.0 today. While this post demos .NET Standard in C#, it's also supported in Visual Basic and F#. For more details, take a look at the .NET Standard docu...

.NET
Aug 14, 2017
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.0

Diego Vega
Diego Vega

Today we are releasing the final version of Entity Framework Core 2.0, alongside .NET Core 2.0 and ASP.NET Core 2.0. Entity Framework (EF) Core is the lightweight, extensible, and cross-platform version of Entity Framework, the popular Object/Relational Mapping (O/RM) framework for .NET. Getting the bits Prerequisites In order to develop .NET...

Entity Framework