Showing results for June 2016 - .NET Blog

Jun 28, 2016
0
0

The week in .NET – 6/28/2016

Bertrand Le Roy
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
0
1

Announcing .NET Core 1.0

Rich Lander [MSFT]
Rich Lander [MSFT]

Updated (2017): See .NET Core Releases to learn about newer releases. 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 conso...

.NET
Jun 27, 2016
0
0

Announcing ASP.NET Core 1.0

Jeffrey Fritz
Jeffrey Fritz

The first version of ASP.NET 1.0 came out almost 14 years ago. Since then many developers have used it to build and run great web applications, and over the years we have added and evolved many, many capabilities to it. Today we are excited to announce the release of ASP.NET Core 1.0! This new release is one of the most significant architectural...

ASP.NETASP.NET Core
Jun 27, 2016
0
0

Announcing Entity Framework Core 1.0

Rowan Miller
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 26, 2016
0
0

WCF Connected Service for .NET Core 1.0 and ASP.NET Core 1.0 is now available

Miguell - MSFT
Miguell - MSFT

.Net Core 1.0 and ASP.NET Core 1.0 are finally here, and with them we are pleased to announce an updated version of the WCF Connected Service - Preview compatible with these products. This is a Visual Studio extension for generating SOAP service references for clients built on top of WCF for .NET Core 1.0.  This update replaces all previews releas...

ASP.NET
Jun 22, 2016
0
0

Notes from the ASP.NET Community Standup – June 21, 2016

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 Core framework over the previous week. Within 30 minutes, Scot...

ASP.NETASP.NET Core
Jun 21, 2016
0
0

The week in .NET – 6/21/2016

Bertrand Le Roy
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 16, 2016
0
0

Notes from the ASP.NET Community Standup – June 14, 2016

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 Core framework over the previous week. Within 30 minutes, Scot...

ASP.NETASP.NET Core
Jun 14, 2016
0
0

The week in .NET – 6/14/2016

Bertrand Le Roy
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 10, 2016
0
0

A Peek into .NET Open Source Contributions

Jeffrey Fritz
Jeffrey Fritz

During the dotNetConf virtual conference, Scott Hanselman shared a map and some charts that were constructed based on participation in Microsoft owned GitHub repositories.  In the comments and social media since, we have heard your questions and we would like to provide some additional information about the data and some additional images. Method W...

ASP.NET