Showing tag results for .NET

May 31, 2016
Post comments count0
Post likes count0

The week in .NET – 5/31/2016

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – 5/24/2016. DotNetConf 7-9 June Are you ready to rediscover .NET? Well, dotnetConf is back! Immerse yourself in the world of .NET and join our live stream for 3 days of free online content June 7 - 9 featuring speakers from the .NET Community and Microsoft product teams. Watch and ask questio...

.NET
May 23, 2016
Post comments count0
Post likes count0

Changes to Project.json

Bertrand Le Roy
Bertrand Le Roy

This post was written by Scott Hunter. Last week we announced the schedule for RC2 / RTM of .NET Core and ASP.NET. Now that we have shipped RC2 I want to give more details on the .NET Core tooling moving from .xproj / project.json to .csproj / MSBuild. MSBuild When the ASP.NET team started building ASP.NET 5 (now ASP.NET Core) one of the key goals ...

.NET
May 17, 2016
Post comments count0
Post likes count0

The week in .NET – 5/16/2016

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – 5/10/2016. We shipped! Yesterday, we released ASP.NET Core RC2, .NET Core RC2, and the preview 1 of the associated SDK. We also released Entity Framework Core RC2. We also have a new .NET web site that you can reach using the simple dot.net URL. On.NET Last week on the show, ...

.NET
May 16, 2016
Post comments count0
Post likes count0

Announcing Entity Framework Core RC2

Rowan Miller
Rowan Miller

Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core RC2 available. This coincides with the release of .NET Core RC2 and ASP.NET Core RC2. EF Core, formerly known as EF7 Between RC1 and RC2, we changed from Entity Framework 7 to Entity Framework Core 1.0. ...

Entity Framework
May 16, 2016
Post comments count0
Post likes count0

Announcing Entity Framework Core RC2

Rowan Miller
Rowan Miller

Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core RC2 available. This coincides with the release of .NET Core RC2 and ASP.NET Core RC2. EF Core, formerly known as EF7 Between RC1 and RC2, we changed from Entity Framework 7 to Entity Framework Core 1.0. ...

Entity Framework
May 10, 2016
Post comments count0
Post likes count0

The week in .NET – 5/10/2016

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – 5/3/2016. On.NET Last week in On .NET, we had the pleasure to speak with Andy De George about SadConsole, his text-based gaming engine. This week's guest is still TBD. Post of the week: Stack Overflow - How we do deployment This week, I want to do something exceptional for an exceptional post: extrac...

.NET
May 5, 2016
Post comments count0
Post likes count0

Tooling to Facilitate Framework Migrations

Bertrand Le Roy
Bertrand Le Roy

This post was written by Mike Rousos, a software engineer on the .NET team. Introduction In this recent post, Taylor introduced the .NET Framework Compatibility Diagnostics, a set of Roslyn-based code analyzers for detecting when an app is likely to encounter compatibility issues between two versions of the .NET Framework. This article gives a litt...

.NET
May 3, 2016
Post comments count0
Post likes count0

The week in .NET – 5/3/2016

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – 4/27/2016. Evolve conference Xamarin Evolve, the largest cross-platform mobile event in the world, happened last week. The .NET team was there to celebrate all things Xamarin with our good friends, and now colleagues. All the sessions can be watched on YouTube, with an incredible cast of speakers t...

.NET
May 3, 2016
Post comments count0
Post likes count0

The week in .NET – 5/3/2016

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – 4/27/2016. Evolve conference Xamarin Evolve, the largest cross-platform mobile event in the world, happened last week. The .NET team was there to celebrate all things Xamarin with our good friends, and now colleagues. All the sessions can be watched on YouTube, with an incredible cast of speakers tha...

.NET
May 2, 2016
Post comments count0
Post likes count0

Introduction to .NET Framework Compatibility

Bertrand Le Roy
Bertrand Le Roy

This post was written by Mike Rousos, a software engineer on the .NET team. Introduction Beginning with the .NET Framework 4.0, all versions of the .NET Framework with a major version number of 4 (called ‘4.x’ versions) install as in-place updates. This means that only one 4.x .NET Framework is installed on a computer at a time. Installing the .NET...

.NET