Showing results for November 2016 - .NET Blog

Nov 29, 2016
0
0

Notes from the ASP.NET Community Standup – November 22, 2016

Maria Naggaga
Maria Naggaga

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. Join Scott Hanselman, D...

ASP.NETCommunity Standup
Nov 29, 2016
0
0

The week in .NET – Cosmos on On.NET, GongSolutions.WPF.DragDrop, Transistor

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – .NET Core, ASP.NET Core, EF Core 1.1 – Docker – Xenko. On .NET Last week, Chad Z. Hower, a.k.a. Kudzu was on the show to talk about Cosmos, a C# open source managed operating system: This week, we'll speak with Xavier Decoster and Maarten Balliauw about MyGet. The show is on Wednesday this w...

.NET
Nov 22, 2016
0
0

MVP Hackathon 2016: Cool Projects from Microsoft MVPs

Jeffrey Fritz
Jeffrey Fritz

Last week was the annual MVP Summit on Microsoft's Redmond campus.  We laughed, we cried, we shared stories around the campfire, and we even made s'mores.  Ok, I'm stretching it a bit about the last part, but we had a good time introducing the MVPs to some of the cool technologies you saw at Connect() yesterday, and some that are still in the works...

ASP.NET
Nov 22, 2016
0
0

Notes from the ASP.NET Community Standup – November 1, 2016

Maria Naggaga
Maria Naggaga

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. Join Scott Hanselman, D...

ASP.NETCommunity Standup
Nov 22, 2016
0
0

The week in .NET – .NET Core, ASP.NET Core, EF Core 1.1 – Docker – Xenko

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – Mitch Muenster – Stateless. .NET Core, ASP.NET Core, EF Core 1.1, VS for Mac Preview, VS 2017 RC, SQL Server on Linux, Tizen, Google joins .NET Foundation, and Microsoft becomes a Linux Foundation platinum member This week, at the Connect(); // 2016 event, we made a number of announcements, includi...

.NET
Nov 21, 2016
3
0

Client-side debugging of ASP.NET projects in Google Chrome

Mads Kristensen
Mads Kristensen

Updated 2017/1/3 - Setting to control script debugging added. See below. Visual Studio 2017 RC now supports client-side debugging of both JavaScript and TypeScript in Google Chrome. For years, it has been possible to debug both the backend .NET code and the client-side JavaScript code running in Internet Explorer at the same time. Unfortunately, th...

ASP.NET
Nov 16, 2016
0
0

Announcing .NET Core Tools MSBuild “alpha”

Rich Lander [MSFT]
Rich Lander [MSFT]

We are excited to announce the first "alpha" release of the new MSBuild-based .NET Core Tools. You can try out the new .NET Core Tools in Visual Studio 2017 RC, Visual Studio for Mac, Visual Studio Code and at the commandline. The new Tools release can be used with both the .NET Core 1.0 and .NET Core 1.1 runtimes. When we started building .NET ...

.NET
Nov 16, 2016
1
0

Put a .NET Core App in a Container with the new Docker Tools for Visual Studio

Jeffrey Fritz
Jeffrey Fritz

By now hopefully you’ve heard the good news that we’ve added first class support for building and running .NET applications inside of Docker containers in Visual Studio 2017 RC.  Visual Studio 2017 and Docker support building and running .NET applications using Windows containers (on Windows 10/Server 2016 only), and .NET Core applications on Linux...

ASP.NETASP.NET CoreAzure
Nov 16, 2016
0
0

Announcing the Fastest ASP.NET Yet, ASP.NET Core 1.1 RTM

Jeffrey Fritz
Jeffrey Fritz

We are happy to announce that ASP.NET Core 1.1 is now available as a stable release on nuget.org! This release includes a bunch of great new features along with many bug fixes and general enhancements. We invite you to try out the new features and to provide feedback. To update an existing project to ASP.NET Core 1.1 you will need to do the foll...

ASP.NETASP.NET Core
Nov 16, 2016
0
0

Announcing .NET Core 1.1

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.1 RTM, the first "Current" release. You can start creating .NET Core 1.1 apps, today, in Visual Studio 2015, Visual Studio 2017 RC, Visual Studio Code and Visual Studio for the Mac. We used the 1.1 release to achieve the...

.NET