Showing results for August 2015 - .NET Blog

Aug 21, 2015
Post comments count0
Post likes count0

The future of Unity

Immo Landwerth

This post was written by Christopher Bennage (@bennage), a member of the Microsoft patterns & practices team.A few months ago, we announced that we were handing Prism over to new owners. We put a lot of time and effort into identifying owners that would invest in the project and support the community.Today, we are announcing a similar transitio...

.NET
Aug 20, 2015
Post comments count0
Post likes count0

ASP.NET Community Standup – August 18, 2015

Jeffrey Fritz

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 5 framework over the previous week.  Within 30 minutes, Scott...

ASP.NET
Aug 12, 2015
Post comments count0
Post likes count0

Gen2 free list changes in CLR 4.6 GC

maoni

I wanted to mention this because I started seeing posts about it. In 4.6 we improved the way we use the gen2 free list to promote gen1 survivors into. Unfortunately there was a perf bug that I didn’t notice till it was fairly late so it wasn’t approved to be checked into 4.6 at the time. Now that I am seeing more people hitting it, I ha...

.NET
Aug 11, 2015
Post comments count0
Post likes count0

August 2015 .NET Security Updates

The .NET Fundamentals Team

The .NET team released two security bulletins today as part of the monthly "Update Tuesday" cycle. Microsoft Security Bulletin MS15-080 - Critical, Vulnerability in .NET Framework Could Allow Remote Code Execution (3078662) This security update resolves vulnerabilities in Microsoft .NET Framework. The most severe of the vulnerabiliti...

.NET
Aug 11, 2015
Post comments count0
Post likes count0

NuGet 2 code base moves to GitHub

Yishai Galatzer

In the last few months we have constantly moved the issues and all new code base to GitHub. Today we moved the last bits of code from CodePlex to GitHub. We have stopped monitoring the CodePlex site completely, and will not be taking further looks at reports there or pull requests. As we keep working on NuGet 3.1.2 release for Visual Studio 2015 we...

NuGetOther announcements
Aug 5, 2015
Post comments count0
Post likes count0

[Guest post] Visual F# Power Tools: community-led tooling for F# in Visual Studio

Visual FSharp Team [MSFT]

This is a guest post by Anh-Dung Phan and Vasily Kirichenko, F# community developers and contributors to the superb Visual F# Power Tools extension for Visual Studio.  – Visual F# Team We are pleased to tell you about the Visual F# Power Tools, a Visual Studio extension aimed at providing extended tooling for F# in Visual Studio. You can downloa...

.NET