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

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

.NET Framework July 2017 Cumulative Quality Update for Windows 10

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are releasing a new Cumulative Quality Update for the .NET Framework. It is specific to Windows 10 build 1703 (Creators Update). Previously released security and quality updates are included in this release, including the July 2017 Security and Quality Rollup, the July 2017 Preview of Quality Rollup and the June 2017 Cumulative Quality U...

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

The week in .NET – Nuke, Warden.NET, .NET in Bangalore, and links!

Bertrand Le Roy
Bertrand Le Roy

Previous posts: Tool of the week: Nuke Nuke is a cross-platform build automation system with C# DSL, much like Cake. It features auto-completion, refactoring, and navigation in all IDEs. Nuke avoids complexity, and integrates as a normal project. Package of the week: Warden.NET The System.Diagnostics.Process class while useful does not hav...

.NET
Jul 27, 2017
Post comments count3
Post likes count0

Introducing Support for Brotli Compression

Immo Landwerth
Immo Landwerth

This post was written by our software developer intern Denys Tsomenko, who worked on a Brotli compression library during his internship. Modern web-pages are getting larger and larger with huge CSS, HTML and JavaScript files. But the Internet connection isn't always good and pages can load slowly. Web pages also often contain other materials suc...

.NET