Showing results for .NET - .NET Blog

Dec 1, 2015
0
0

The Week in .NET – 12/1/2015

Bertrand Le Roy
Bertrand Le Roy

This is our first "The Week in .NET" post. Our objective in writing this is to provide more regular updates about what the team and core contributors have been working on, and to give a community heartbeat, in the form of a list of interesting links. Of course, if you wrote a great blog post, or just read one, if you want to show a great new contri...

.NET
Nov 30, 2015
0
0

What’s New in Visual Studio Update 1 for .NET Managed Languages

.NET Team
.NET Team

Hold on to your hats, cowboys and cowgirls! A lot of exciting things are coming out of the .NET Managed Languages team for Visual Studio 2015 Update 1. Read on to learn more about new IDE features, interactive C#, new code analysis management, Visual F# improvements, and the new F5 experience for Roslyn open source development. You can now right-...

.NET
Nov 18, 2015
0
0

Entity Framework 7 RC1 Available

Rowan Miller
Rowan Miller

Today we are making Entity Framework 7 RC1 available. EF7 will be the next major release of Entity Framework and is currently in pre-release.   When to use EF7 As discussed in our EF7 – v1 or v7 post, EF7 introduces some significant changes and improvements over EF6.x. Because EF7 is based on a new core, the features from EF6.x do not aut...

Entity Framework
Sep 15, 2015
0
0

Our Summer Internship on the .NET Team

.NET Team
.NET Team

This post was written by Microsoft Explorer interns Daniel King, Zoë Petard, and Jessica Petty and highlights their project & experiences this summer working on the .NET Roslyn team. We loved having them this summer! Roslyn Diagnostic Analyzer Tutorial Tired of frustrating compile-time errors? Analyzers can examine code as you type and pres...

.NET
Jul 20, 2015
0
0

Announcing .NET Framework 4.6

Rich Lander [MSFT]
Rich Lander [MSFT]

Update: See .NET Framework Releases to learn about newer releases. We’re excited to announce the RTM releases of .NET Framework 4.6 and Visual Studio 2015 today. You can read about the new features or leave that for later and try them out now. The quickest way to get started is to install the free Visual Studio 2015 Community version. With th...

.NET
Jul 14, 2015
0
0

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

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

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 2, 2015
0
0

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
May 19, 2015
0

Application Insights for ASP.NET 5 – you’re in control

Sergey Kanzhelev
Sergey Kanzhelev

ASP.NET 5 apps can now be monitored for performance and usage with Visual Studio Application Insights. The composability of components in ASP.NET 5 makes it very easy to integrate telemetry modules into your app design in a flexible way. With the feedback you get about the performance and effectiveness of your app in the wild, you can make informed...

ASP.NET