Showing results for December 2016 - Page 2 of 2 - .NET Blog

Dec 12, 2016
Post comments count0
Post likes count0

New Updates to Web Tools in Visual Studio 2017 RC

Daniel Roth
Daniel Roth

Update 12/15: There was a bug in the Visual Studio 2017 installer that shipped between 12/12 and 12/14, that if you updated a prior RC installation it uninstalled IIS Express, Web Deploy, and LocalDB.  The fix is to manually re-install IIS Express, Web Deploy, and LocalDB.  We shipped an updated installer on 12/15 that fixed this issue, so if you u...

ASP.NET
Dec 12, 2016
Post comments count0
Post likes count0

Updating Visual Studio 2017 RC – .NET Core Tooling improvements

.NET Team
.NET Team

This post was co-authored by Joe Morris, a Senior Program Manager on the .NET Team and David Carmona, a Principal Program Manager Lead on the .NET Team. Today, an update to Visual Studio 2017 RC was announced. As part of this update, we have made several enhancements and bug fixes to the .NET Core tools that are part of Visual Studio 2017. For p...

.NET
Dec 6, 2016
Post comments count0
Post likes count0

The week in .NET – On .NET on MyGet – FlexViewer – I Expect You To Die

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – Cosmos on On.NET, GongSolutions.WPF.DragDrop, Transistor. On .NET Last week, we had Xavier Decoster and Maarten Belliauw from MyGet on the show: This week, we won't record a new show, and instead I'll post some of the videos I recorded during the MVP summit. Package of the week: FlexViewer by C...

.NET
Dec 6, 2016
Post comments count0
Post likes count0

Notes from the ASP.NET Community Standup – November 29, 2016

Maria Naggaga
Maria Naggaga

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Join Scott Hanselman, D...

ASP.NETCommunity Standup
Dec 5, 2016
Post comments count0
Post likes count0

Introducing the ASP.Net Async OutputCache Module

lanlanlee2008
lanlanlee2008

OutputCacheModule is ASP.NET’s default handler for storing the generated output of pages, controls, and HTTP responses.  This content can then be reused when appropriate to improve performance. Prior to the .NET Framework 4.6.2, the OutputCache Module did not support async read/write to the storage. Starting with the .NET Framework 4.6.2 release, w...

ASP.NET