Showing archive results for 2015

Aug 20, 2015
Post comments count0
Post likes count0

ASP.NET Community Standup – August 18, 2015

Jeffrey Fritz
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
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 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
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]
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
Jul 30, 2015
Post comments count0
Post likes count0

Universal Windows apps in .NET

Rich Lander [MSFT]
Rich Lander [MSFT]

This post was written by Lucian Wischik, a Program Manager on the Managed Languages team. We just released the Universal Windows app development tools for writing Windows 10 apps in Visual Studio 2015. It is an exciting release: you can now use the latest .NET technology to build Universal Windows Platform ("UWP") apps that run on every Windows de...

.NET
Jul 29, 2015
Post comments count0
Post likes count0

Announcing NuGet 3.1 with Support for Universal Windows Platform

Jeffrey Fritz
Jeffrey Fritz

Today the NuGet team in collaboration with several other teams at Microsoft is happy to announce the release of a new version of the NuGet clients supporting the Universal Windows Platform and the new Portable class libraries. The NuGet tools are available through Tools->Extensions and Updates->Update tab in Visual Studio 2015 as well as from...

NuGetRelease announcement
Jul 28, 2015
Post comments count0
Post likes count0

RyuJIT Bug Advisory in the .NET Framework 4.6

Rich Lander [MSFT]
Rich Lander [MSFT]

A code generation (AKA "codegen") issue in RyuJIT in the .NET Framework 4.6 has been discovered that affects a calling pattern called Tail Call Optimization. The RyuJIT team has fixed the issue and has started the process of producing a .NET Framework 4.6 patch that will be freely available for anyone to download and install. There is a workaround...

.NET
Jul 28, 2015
Post comments count0
Post likes count0

.NET Networking APIs for UWP Apps

Immo Landwerth
Immo Landwerth

This post was written by Sidharth Nabar, Program Manager on the Windows networking team. At Build 2015, we announced that .NET Core 5 is the new version of .NET for developers writing Universal Windows Platform (UWP) apps. The set of networking APIs available for developers in .NET Core 5 is an evolution from the set that was available for Windows ...

.NET
Jul 27, 2015
Post comments count0
Post likes count0

Announcing Availability of ASP.NET 5 beta 6

Jeffrey Fritz
Jeffrey Fritz

It feels like we just did this… we just announced an ASP.NET release, and here comes another one.  The development team has been hard at work right through the release of Visual Studio 2015 to deliver an updated set of packages and tools for you to use with ASP.NET 5.  This release, labeled ASP.NET 5 beta 6 contains a handful of new features in the...

ASP.NET