Showing results for July 2015 - Page 2 of 2 - .NET Blog

Jul 15, 2015
Post comments count0
Post likes count0

Allocating on the stack or the heap?

maoni
maoni

A recent discussion prompted me to write this blog entry. The question there was “when should I allocate something on the stack vs on the heap?”. I searched around and there are plenty of articles that talk about *what* gets allocated on the stack vs on the heap, but not how you should decide what to allocate on the stack vs heap. It ma...

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

New version of ASP.NET Merge Tool

Matt FJH
Matt FJH

The ASP.NET Merge tool (Aspnet_merge.exe) enables you to combine and manage the assemblies that are created by the ASP.NET compilation tool (Aspnet_compiler.exe). It was built on top of a Microsoft Research project, ILMerge, through which Aspnet_merge.exe does IL code merge.   What problem does this new version fix? The first version of thi...

ASP.NET
Jul 14, 2015
Post comments count0
Post likes count0

First .NET Port Award

Immo Landwerth
Immo Landwerth

Recently, we shared quite a bit how we make progress on our open source journey (Roslyn's First Year of Open Source and .NET Core Open Source Update). We all feel highly privileged to be on the .NET team when all of this awesomeness happens! However, unless you're an active contributor on any of our OSS projects, you probably didn't have the oppor...

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

First .NET Port Award

Immo Landwerth
Immo Landwerth

Recently, we shared quite a bit how we make progress on our open source journey (Roslyn's First Year of Open Source and .NET Core Open Source Update). We all feel highly privileged to be on the .NET team when all of this awesomeness happens! However, unless you're an active contributor on any of our OSS projects, you probably didn't have the oppor...

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

First .NET Port Award

Immo Landwerth
Immo Landwerth

Recently, we shared quite a bit how we make progress on our open source journey (Roslyn's First Year of Open Source and .NET Core Open Source Update). We all feel highly privileged to be on the .NET team when all of this awesomeness happens! However, unless you're an active contributor on any of our OSS projects, you probably didn't have the opp...

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

ASP.NET Community Standup – July 14, 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
Jul 14, 2015
Post comments count0
Post likes count0

A Glimpse into the future of Web Development Tools

Jeffrey Fritz
Jeffrey Fritz

There’s some exciting news for the ASP.NET community this week on the Visual Studio blog that we wanted to take a moment to point out. Nik Molnar and Anthony van der Hoorn, the creators of Glimpse, have joined Microsoft on the Visual Studio team! The ASP.NET team have been fans of Glimpse since we first saw it at the Mix 11 Open Source Fes...

ASP.NET
Jul 7, 2015
Post comments count0
Post likes count0

ASP.NET Community Standup – July 7, 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
Jul 2, 2015
Post comments count0
Post likes count0

Thank you for your contributions

.NET Team
.NET Team

Since going open source, Roslyn has had 45 and Visual F# has had 29 unique code contributors external to Microsoft. To celebrate and appreciate our first contributors, we sent them each a small gift in the mail: a mug with the classic “cup of tea” language joke as well as the SHA1 of their first commit engraved on the back of the mug. ...

.NET