Showing archive results for August 2017

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
Aug 14, 2017
Post comments count0
Post likes count0

Announcing ASP.NET Core 2.0

Jeffrey Fritz
Jeffrey Fritz

The ASP.NET team is proud to announce general availability of ASP.NET Core 2.0.  This release features compatibility with .NET Core 2.0, tooling support in Visual Studio 2017 version 15.3, and the new Razor Pages user-interface design paradigm.  For a full list of updates, you can read the release notes and you can check the list of changed items i...

ASP.NETASP.NET CoreVisual Studio
Aug 9, 2017
Post comments count0
Post likes count0

Web Applications with ASP.NET Core Architecture and Patterns guidance (Updated for .NET Core 2.0)

Cesar De la Torre
Cesar De la Torre

Updated for ASP.NET Core 2.0 (Nov. 15th 2017) Earlier this year, we published this eBook/Guide and sample application offering guidance for Architecting Modern Web Applications with ASP.NET Core and Microsoft Azure. We have recently published updates to the eBook (2nd edition) and sample application to bring them in line with the latest releases ...

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

NuGet Fall 2017 Roadmap

Unni Ravindranathan
Unni Ravindranathan

Over the past 6 months, the NuGet team has been working hard to ensure the growth of the .NET ecosystem. NuGet has grown significantly during this timeframe: NuGet.org is closing in on 4 billion packages served (up from a billion packages just a year ago), we have enabled new .NET scenarios such as .NET Standard 2.0, and have improved the overall u...

NuGetRoadmap
Aug 8, 2017
Post comments count0
Post likes count0

.NET Framework August 2017 Security and Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

Updated: 2017.08.10 Today, we are releasing the August 2017 Security and Quality Rollup Update. This update applies to Windows 10 and Windows Server 2016. Security There are no new security changes for the .NET Framework this month. Quality and Reliability Networking Note: The VSTS bug number listed above are provided so that you have a trac...

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

The week in .NET – Rezoom.SQL, Protobuf in Orlando, and links!

Bertrand Le Roy
Bertrand Le Roy

Previous posts: Tool of the week: Rezoom.SQL Rezoom.SQL is an F# ORM for SQL databases. It integrates with the F# compiler via a generative type provider to statically typecheck its own dialect of SQL. It knows how to translate this SQL dialect to various backends. Currently it supports SQLite, SQL Server, and PostgreSQL. The type provider mak...

.NET
Aug 7, 2017
Post comments count5
Post likes count0

Welcome to the .NET Framework 4.7.1 Early Access!

Preeti Krishna - MSFT
Preeti Krishna - MSFT

Last Updated: 9/28/2017 Today, we are happy to share the .NET Framework 4.7.1 Early Access build with the Developer Pack. The .NET Framework 4.7.1 Developer Pack lets developers build applications that target the .NET Framework 4.7.1 by using Visual Studio 2017, Visual Studio 2015 or other IDEs. This is a single package that bundles the .NET Frame...

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

Microservices and Docker containers: Architecture, Patterns and Development guidance (Updated for .NET Core 2.0)

Cesar De la Torre
Cesar De la Torre

Updated for .NET Core 2.0 "wave" of technologies (Nov. 15th 2017) Earlier this year, we published this eBook and sample application offering guidance for architecting microservices and Docker containers based applications. We have recently published updates to the eBook (2nd edition) and sample application to bring them in line with the lates...

.NET