Showing tag results for .NET

Jul 12, 2016
Post comments count0
Post likes count0

The week in .NET – 7/12/2016

Stacey Haffner [MSFT]

To read the last post, see The week in .NET – 6/28/2016. On .NET Last week, we had Mukul Sabharwal on the show to talk about .NET Core usage at Bing. This week, we'll have Lucas Meijer from Unity Technologies on the show. Package of the week: LinqToTwitter LINQ to Twitter is an open source library that enables querying Twitter using standard...

.NET
Jun 28, 2016
Post comments count0
Post likes count0

The week in .NET – 6/28/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 6/21/2016. We shipped! We are excited to announce the release of .NET Core 1.0, ASP.NET Core 1.0 and Entity Framework Core 1.0, available on Windows, OS X and Linux! .NET Core is a cross-platform, open source, and modular .NET platform for creating modern web apps, microservices, libraries and cons...

.NET
Jun 27, 2016
Post comments count0
Post likes count0

Announcing Entity Framework Core 1.0

Rowan Miller

Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core 1.0.0 available. This coincides with the release of .NET Core and ASP.NET Core. Upgrading from RC2 to RTM If you are upgrading an application from RC2 to RTM, be sure to read our Upgrading from RC2 ...

Entity Framework
Jun 21, 2016
Post comments count0
Post likes count0

The week in .NET – 6/21/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 6/14/2016. On .NET Last week, we spoke with Pratap Lakshman about MS Test, and about running tests for .NET Core in general. This week, we'll speak with Jeremy Kuhne about long path support. Package of the week: Stuntman Testing and debugging user-specific scenarios can be cumbersome. Switching betw...

.NET
Jun 14, 2016
Post comments count0
Post likes count0

The week in .NET – 6/14/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 06/07/2016. On .NET Last week, we spoke with Daniel Egloff from QuantAlea about their very cool GPU technology that enables C# and F# code to be compiled for modern GPUs, thus unlocking massively parallel computations with performance that is out of reach of regular CPUs. This week, we speak with Pr...

.NET
Jun 7, 2016
Post comments count0
Post likes count0

The week in .NET – 06/07/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 5/31/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 31, 2016
Post comments count0
Post likes count0

The week in .NET – 5/31/2016

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

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

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

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