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

Dec 12, 2016
0
0

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 ...

.NET
Dec 6, 2016
0
0

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...

.NET
Dec 6, 2016
0
0

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, ...

ASP.NETCommunity Standup
Dec 5, 2016
0
0

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...

ASP.NET