{"id":36838,"date":"2016-05-11T09:46:29","date_gmt":"2016-05-11T16:46:29","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/webdev\/?p=6875"},"modified":"2021-11-01T04:47:27","modified_gmt":"2021-11-01T11:47:27","slug":"notes-from-the-asp-net-community-standup-may-10-2016","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/dotnet\/notes-from-the-asp-net-community-standup-may-10-2016\/","title":{"rendered":"Notes from the ASP.NET Community Standup &#8211; May 10, 2016"},"content":{"rendered":"<p>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,\u00a0<a href=\"https:\/\/twitter.com\/shanselman\">Scott Hanselman<\/a>,\u00a0<a href=\"https:\/\/twitter.com\/damianedwards\">Damian Edwards<\/a>,\u00a0<a href=\"https:\/\/twitter.com\/jongalloway\">Jon Galloway<\/a>\u00a0and an occasional guest or two discuss new features and ask for feedback on important decisions being made by the ASP.NET development teams.<\/p>\n<p>Each week the standup is hosted live on Google Hangouts and the team publishes the recorded video of their discussion to YouTube for later reference. The guys answer your questions LIVE and unfiltered. This is your chance to ask about the why and what of ASP.NET! Join them each Tuesday on live.asp.net where the meeting\u2019s schedule is posted and hosted.<\/p>\n<p>This week\u2019s meeting is below:<\/p>\n<div style=\"text-align: center\">\n  <iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/P9HqMZviaMg\" allowfullscreen><\/iframe>\n<\/div>\n<p>No Jon Galloway today, but Scott and Damian wanted to handle as many questions about the recent announcements.\u00a0 Oh, and it was Damian&#8217;s birthday\u2026 so everybody be nice to him on his 29th birthday (again!)<\/p>\n<h2>Announcements:<\/h2>\n<p>The announcement of the <a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2016\/05\/06\/net-core-rc2-improvements-schedule-and-roadmap\/\">runtime \/ tooling split was issued on Friday<\/a> with the release schedule announced.\u00a0 First:\u00a0 .NET RC2 runtime and libraries will ship in mid-May.\u00a0 This release includes &#8220;anything you would put in your bin folder&#8221;\u00a0 Damian described the ASP.NET stack as the following:<\/p>\n<p><figure id=\"attachment_6885\" aria-labelledby=\"figcaption_attachment_6885\" class=\"wp-caption aligncenter\" ><img decoding=\"async\" class=\"wp-image-6885 size-mediumlarge\" src=\"\" alt=\"The stack of projects that make up ASP.NET Core\" width=\"435\" height=\"350\" \/><figcaption id=\"figcaption_attachment_6885\" class=\"wp-caption-text\">The stack of projects that make up ASP.NET Core<\/figcaption><\/figure><\/p>\n<p>Projects are locked down from the bottom up, and the &#8220;bug bar&#8221; is raised as each layer locks into place. Damian <a href=\"https:\/\/devblogs.microsoft.com\/aspnet\/notes-from-the-asp-net-community-standup-april-5-2016\/\">previously described the Microsoft methodology<\/a> for delivering the stack, and the bottom three layers of this diagram are in escrow.\u00a0 There are candidate builds for those, and they will not be changed unless there is a significant &#8216;escrow-breaking&#8217; issue found.\u00a0 The ASP.NET libraries had 5 issues needing to be repaired, and could have a candidate build ready by the time you read this.\u00a0 The Visual Studio layer had 12-15 issues remaining that could be completed by the end of the week.<\/p>\n<p>Once the verification of these completed features is done, the team starts deploying the packages to NuGet.org, blog posts, documentation, and website updates need to be deployed.\u00a0 Scott pointed out that he has been working on a new website to make it easy for developers to get .NET\u00a0 He has even acquired a cool URL for this new site, and was given clearance to announce that site is <a href=\"http:\/\/dot.net\">dot.net<\/a>\u00a0 Scott is currently working on the new version of that site that will provide a unified getting started experience.<\/p>\n<p>The tooling, command-line experience that replaces dnx\/dnvm\/dnu, the Visual Studio tools, and the Visual Studio Code C# extension will be delivered as Preview 1 with the RC2.\u00a0 A follow-up Preview release will be issued with the RTM in late June.\u00a0 The quality of the libraries has been very high since the release candidate in November, and they continue to be very good.\u00a0 However, the tooling is much newer with the re-platform on top of the .NET CLI and has some rough edges.\u00a0 There are changes coming in the tooling, but the runtime APIs are not changing prior to RTM.<\/p>\n<p>A few things have happened in the .NET development story since the RC1 release.\u00a0 Xamarin was acquired and is now part of the Microsoft .NET development experience.\u00a0 Customers want to be able to share code between project types, and this capability was not designed into the server-focused initial build of ASP.NET Core.\u00a0 The foundation of these other project types is MSBuild.<\/p>\n<p>There are some issues with the MSBuild experience, including the requirement to use the Visual Studio IDE to work with a build file productively.\u00a0 We want to ensure that the effort to make the project file &#8216;human-editable&#8217; as in project.json persists with the new MSBuild model that ASP.NET Core will begin using.\u00a0 We want to ensure that there is still a great experience working with this file in lightweight text-editors, and that is part of the work that will be done on this experience after the RTM of the Runtime libraries.<\/p>\n<p>The other thing that we have learned is the Linux and Windows Nano have been a bigger driver for developers to migrate from .NET to .NET Core.\u00a0 Very large customers and very large solutions have raised concerns about the migration of an existing codebase to .NET Core.\u00a0 There will be some focused blog posts coming in the weeks ahead to discuss the enhancements that we plan in order to accommodate this type of migration.<\/p>\n<p>The goal of this project is that dotnet should be dotnet, and you as a developer should not think about a flavor necessary to get it running on your hardware or your operating system.\u00a0 We want developers to only need to think about code, and everything else needed to manage that experience is just noise.<\/p>\n<p>Scott asked if there were any problems created by this split.\u00a0 If you were using the RC2 nightly builds, you will see a breaking change with the NuGet package renaming to &#8220;Preview&#8221; for the tooling packages.\u00a0 You will have to clear your NuGet package cache to reset things.\u00a0 This can be accomplished: \n*   On Windows, use the nuget.exe command (download here) and execute &#8220;nuget locals all -clear&#8221;\n*   On Mac and Linux, enter your ~\/.nuget\/packages folder and clear the contents In RC2 \/ Preview 1, there will be no change.\u00a0 In RTM \/ Preview 2, the only change you will see if the xproj files will be renamed by Visual Studio to a csproj.\u00a0 From that point on, project.json will live next to csproj.\u00a0 The team will then begin migrating features from project.json to the csproj file.\u00a0 Its possible that the project.json file remains, and contains all of the package references for NuGet and is renamed to nuget.json.\u00a0 The team has already tested some work that shows you will not need to list all of the files in your project file, one of the key benefits of the project.json model.<\/p>\n<h2>Questions<\/h2>\n<p><strong>Question:<\/strong> Will SignalR still &#8220;unofficially&#8221; work? Not sure of the current status, but it is one of the top priorities after the RTM.<\/p>\n<p><strong>Question:<\/strong> Do we have any commitment or knowledge from Azure team as to how long after RC2 release (or RTM for that matter) will PaaS components will support it? The Azure team is working with the ASP.NET Core team, and this should be ready very soon after each release.\u00a0 Scott suggested that the two of them record the upgrade process for a web application as a demo.<\/p>\n<p><strong>Question:<\/strong>\u00a0 project.json is going away?\u00a0 Sadface What were the things we liked?\u00a0 It was small, contained NuGet information, and could be edited by hand.\u00a0 Damian does not want to lose any of those benefits, and that is why they are working in several steps to complete this migration.\u00a0 Additionally, the team is building tooling at the command line so that you don&#8217;t have to work with the project file directly.\u00a0 Consider a possible npm-like command like &#8220;dotnet install json.net &#8211;save&#8221; to add a NuGet package to your project.\u00a0 There will be first class commands like this available. The new MSBuild will not have a complete list of every file, so that should reduce the size of the build file.\u00a0 It will still be XML, but the team is committed to making that experience better for all .NET projects.\u00a0 This will be an enhanced MSBuild that has all of the best parts of project.json<\/p>\n<p><strong>Question:<\/strong> Will RC2 completely remove DNX? Yes, it will not remove it from your system.\u00a0 It will no longer be required by the Visual Studio and .NET experience.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Is RC2 the time to start working on production-worthy projects? That&#8217;s up to you based on the tolerance you have for changes leading to RTM.\u00a0 We would like you to build with the RC2 to help identify issues that need to be addressed for RTM.\u00a0 The tooling may be rough and your feedback about that will help improve it prior to the tooling RTM.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Is MSBuild open-source? Yes &#8211; <a href=\"https:\/\/github.com\/Microsoft\/msbuild\">https:\/\/github.com\/Microsoft\/msbuild<\/a>\u00a0\u00a0 and Xamarin runs on MSBuild as of the Evolve 2016 conference.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Sometimes when pulling libraries for RC2 bits we would see RC3 in some package names. Are these just naming bugs, RTM libraries, or something else? That&#8217;s a dev feed that you&#8217;re hitting, and they needed to name the newest version of something when working on the &#8216;next version&#8217; of something.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Is it normal for dotnet watch to be slow, at least 30 seconds until recompile and server restart The team has made some performance improvements in this area, and we hope that you aren&#8217;t seeing this performance in the future.\u00a0 They are not as fast as RC1, but 30 seconds is too long.\u00a0 Try again with the impending RC2 release.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Will it be easier to point IIS at your wwwroot folder and just run without publishing? This is how IIS express runs with Visual Studio.\u00a0 You can do this. But we don&#8217;t recommend you do it for production.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Since the conversion tooling from legacy .NET to .NET Core is not ready, is it possible to mix .NET and .NET Core in a single application? If so, how do they communicate with each other? It is possible, with the assumption that the same &#8220;app&#8221; is hosted on the same web application at &#8220;www.myurl.com&#8221; that hosts different .NET applications mapped with different IIS modules.\u00a0 The trick for you will be to figure out how to share state between the .NET Core and non-.NET Core projects.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Can we deploy ASP.NET Core 1 to Azure Web Apps We&#8217;re working on that now.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Is the Azure Service Bus Client Library available for .NET Core? This library is blocked on a dependency on System.ServiceModel.Syndication.\u00a0 The team is working on that port, and does not have a firm timeline.<\/p>\n<p><strong>Question:<\/strong>\u00a0 It doesn&#8217;t seem to be possible to receive model data from both form or json body. But from what I can tell it works in older versions of ASP.NET This had been removed as a security concern to prevent a potential injection of content with a cross-site request forgery attack.\u00a0 You now need to declare where you expect the content to be coming from.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Will it be possible to run windows commands in bash? No\u2026 you can&#8217;t run Windows commands from bash, but you can run scripts that execute in a windows process.<\/p>\n<p><strong>Question:<\/strong>\u00a0 Will RC1 projects that run on mono still run via the dotnet command? Not sure\u2026 in theory it should work.<\/p>\n<p><strong>Question:<\/strong>\u00a0 I&#8217;d like to see a demo of remote debugging with IIS Sure\u2026 we can do that At this point, our boss &#8220;called in to the show&#8221; and Scott took the call.\u00a0 From Scott&#8217;s phone, over the hangout we heard &#8220;we have dates!&#8221;\u00a0 There is lots of excitement around the upcoming RC2 release, and the team can&#8217;t wait to share them with you.\u00a0 Join us next week on <a href=\"http:\/\/live.asp.net\">live.asp.net<\/a> and we&#8217;ll talk more about the RC2 release.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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. [&hellip;]<\/p>\n","protected":false},"author":405,"featured_media":58792,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,7509],"tags":[7501],"class_list":["post-36838","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aspnet","category-aspnetcore","tag-communitystandup"],"acf":[],"blog_post_summary":"<p>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. [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/36838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/users\/405"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/comments?post=36838"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/36838\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/media\/58792"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/media?parent=36838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/categories?post=36838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/tags?post=36838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}