{"id":5891,"date":"2015-09-10T08:41:00","date_gmt":"2015-09-10T08:41:00","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/webdev\/2015\/09\/10\/asp-net-community-standup-september-8-2015\/"},"modified":"2021-11-01T05:30:42","modified_gmt":"2021-11-01T12:30:42","slug":"asp-net-community-standup-september-8-2015","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/dotnet\/asp-net-community-standup-september-8-2015\/","title":{"rendered":"ASP.NET Community Standup &#8211; September 8, 2015"},"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.\u00a0 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 5 framework over the previous week.\u00a0 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. \u00a0This is your chance to ask about the why and what of ASP.NET! \u00a0Join them each Tuesday on <a href=\"http:\/\/live.asp.net\">live.asp.net<\/a> where the meeting&#8217;s schedule is posted and hosted.<\/p>\n<p>This week&#8217;s meeting is below:<\/p>\n<p><center>\n  <iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/tQC7P6n3pqk?list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF\" allowfullscreen><\/iframe>\n<\/center><\/p>\n<p>The team is back from vacation, and Scott feels that he has tasted retirement\u2026 and it is good.\u00a0 This week, Jon is in the office with Damian and there are a number of things that have happened since the last standup.<\/p>\n<ul>\n<li>Beta 7 was released.\u00a0 This is the first release with cross-platform .NET core for Mac OS X and Linux that does not depend on Mono.\u00a0 More <a href=\"http:\/\/blogs.msdn.com\/b\/webdev\/archive\/2015\/09\/02\/announcing-availability-of-asp-net-5-beta7.aspx\">details on the blog<\/a>.<\/li>\n<li>Beta 8 is underway and the due date was delayed by two weeks until October 5.\u00a0 More <a href=\"https:\/\/github.com\/aspnet\/Home\/wiki\/Roadmap\">roadmap details<\/a> are online\n<ul>\n<li>More support and content coming from the .NET team in this release<\/li>\n<li>More cross platform support and support for other Linux distros.<\/li>\n<li>Work on the installation processes for Linux and PKGs for Mac<\/li>\n<\/ul>\n<\/li>\n<li>There is some investigation into breaking up the Web Tools Extensions so that the various components of ASP.NET 5 can be installed separately (DNX, Web Tools, Package Cache)<\/li>\n<li>No new feature work is being developed &#8211; only completing existing APIs and features<\/li>\n<li>A number of features in progress have been cut from the RTM planning and will be rescheduled for after RTM\n<ul>\n<li>SignalR and Web Pages are the most prominent items delayed<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Big announcement preview: Kestrel is the only server that will be shipped.<\/p>\n<ul>\n<li>The Helios server that interfaced with IIS and would rely on System.Web to boot up a CLR<\/li>\n<li>Windows Nano server with a yet to be built Host that would be native for IIS<\/li>\n<li>WebListener server that plugged in to the command-line host<\/li>\n<\/ul>\n<p>Bottom line: the team had too many hosts and servers to manage and get to RTM, and instead would prefer to focus on delivering one really good host and server experience.\u00a0 IIS will be supported through the HTTPPlatformHandler.\u00a0 Scott has a good blog post about using <a href=\"http:\/\/www.hanselman.com\/blog\/AnnouncingRunningRubyOnRailsOnIIS8OrAnythingElseReallyWithTheNewHttpPlatformHandler.aspx\">IIS to start another process to proxy requests<\/a> to it.\u00a0\u00a0 This allows the ASP.NET team to really focus on performance in the DNX host process and the Kestrel server.<\/p>\n<p>This model also allows the Windows experience to mimic the Linux experience.\u00a0 On Linux you would use nginx to proxy requests to kestrel.\u00a0 On Windows you will use IIS to proxy requests to kestrel.\u00a0 There is some work being done on IIS to ensure that Kestrel production experience is improved with dnx command support.<\/p>\n<p>Damian explained that:<\/p>\n<ul>\n<li>Helios will not be shipped<\/li>\n<li>WebListener will not be shipped<\/li>\n<li>Kestrel and DNX are the only server and host processes that will be shipped<\/li>\n<li>IIS will manage starting and stopping the dnx and kestrel process that we typically run from the command line today.\u00a0 All IIS handlers in the request pipeline will still function and can modify the dnx kestrel pipeline.\u00a0 The dnx and kestrel process will run outside of IIS.<\/li>\n<li>Currently, performance with this IIS model is starting to wane after 20k requests per second<\/li>\n<li>More details and guidance to come<\/li>\n<\/ul>\n<h3>Questions:<\/h3>\n<p><strong>Question:<\/strong> How many people work on ASP.NET at Microsoft?<\/p>\n<p>Outside of the 4 PMs (Damian and the three that report to him).\u00a0 There are 8 engineers working on dnx, another 8 on MVC, 2 or 3 working on middleware, 8 people working on Entity Framework. A total of 25 working on the runtime.\u00a0 The tooling team that works on Visual Studio is another 13.\u00a0 There are 5 development managers on ASP.NET\u00a0 The .NET team that manages the frameworks is much larger than the ASP.NET team.\u00a0 The total between the two groups is about 100.<\/p>\n<p><strong>Question:<\/strong> Are the ASP.NET Webhooks related to ASP.NET 5?<\/p>\n<p>No, this is directly related to ASP.NET WebAPI 2 and ASP.NET 4.6<\/p>\n<p><strong>Question:<\/strong> If I wanted to create MVC middleware in a separate assembly with controllers and mount them in a custom URL prefix, what are my options?<\/p>\n<p>There are some new features in MVC 6 that enable these features, but a full multi-tenancy set of features are not coming in this release. Post questions like this in the <a href=\"https:\/\/github.com\/aspnet\/mvc\/issues\">MVC repository on GitHub<\/a> for further discussion<\/p>\n<p><strong>Question:<\/strong> What happened to the Autofac and Ninject implementations of the dependency injection facade?<\/p>\n<p>These were proof-of-concept implementations by Microsoft, not intended to be supported by Microsoft. Autofac and Ninject have taken over the packages and are now managing them<\/p>\n<p><strong>Question:<\/strong> Are the ASP.NET team members going to attend DockerCon Europe?<\/p>\n<p>We are not sure who may or may not will be attending, but we assume that some Microsoft speakers will be there. Scott pointed out that the container technology is not being done by the ASP.NET team, but we are implementing several items on top of that technology including the ASP.NET 5 docker image for Linux and Windows.<\/p>\n<p><strong>Question:<\/strong> Have you tested Yeoman generators on Windows 10?<\/p>\n<p>They have been updated to beta 7 and should be available.\u00a0 They are part of the ASP.NET sign off process.<\/p>\n<p><strong>Question:<\/strong> Any plans on hosting a .NET room at <a href=\"https:\/\/fosdem.org\/\">FOSDEM<\/a>?<\/p>\n<p>We&#8217;re not planning on it this year, but after .NET Core and ASP.NET 5 Linux versions in production, we will be ready for it next year.<\/p>\n<p><strong>Question:<\/strong> What about support for debugging in Visual Studio Code?<\/p>\n<p>They are working very hard on this, and it will be in a future release. Now that .NET Core is running on Linux and Mac, this can be considered and built<\/p>\n<p><strong>Question:<\/strong> When is dnu publish output going to be solidified?<\/p>\n<p>We are not aware of any major changes coming to the publish command.\u00a0 If there is a specific issue you are seeing, please log it in the <a href=\"https:\/\/github.com\/aspnet\/dnx\/issues\">dnx repository on GitHub<\/a>.<\/p>\n<p><strong>Question:<\/strong> Will it be possible in VS to stop debugging and keep IIS running?<\/p>\n<p>Damian never starts debugging in Visual Studio with F5, and instead prefers to start with Ctrl-F5 and attach the debugger when needed. Visual Studio starts extra features when you start with debugger, and the process cannot be re-used across processes when the debugger is stopped and restarted.<\/p>\n<p><strong>Question:<\/strong> Any new talk on markup minification and line-termination?<\/p>\n<p>This was delayed until after RTM.\u00a0 In the meantime, the compilation pipeline in Razor can be modified at compile-time.\u00a0 You could also write some middleware to modify the HTML content as the stream is output.<\/p>\n<p><strong>Question:<\/strong> How can I control assembly probing in ASP.NET 5?<\/p>\n<p>You can&#8217;t\u2026.\u00a0 ASP.NET 5 and dnx takes over the loading of assemblies.\u00a0 This is how we can load assemblies from NuGet packages quickly at run-time.<\/p>\n<p><strong>Question:<\/strong> What role do the feature collection APIs play in the new runtimes?<\/p>\n<p>There are 2 feature collections: server and request.\u00a0 They are a collection of features that describe what is available on the server or what is in the request and response.\u00a0 The web server populates a bunch of those and middleware can work with them as well.\u00a0 This gives a flexible core set of APIs that can be adapted as ASP.NET advances.<\/p>\n<p><strong>Question:<\/strong> If Kestrel is the only server being shipped, does this mean WebListener is going away?<\/p>\n<p>Yes\u2026 Kestrel will work cross-platform, and the community is welcome to work on and build any server they would like. WebListener is built on top of Http.sys, a kernel mode driver in Windows.\u00a0 In order to add new features to WebListener, we need to wait for windows features.\u00a0 Kestrel is completely owned by ASP.NET and can have features added as needed, like HTTP2.<\/p>\n<p><strong>Question:<\/strong> What if I wanted to host kestrel in my own process?<\/p>\n<p>There is no self-host model.\u00a0 Dnx is a hosted model, where you pass in the application that you want dnx to host.\u00a0 This is similar to node where you execute node and pass in the application that you want node to run.<\/p>\n<p><strong>Question:<\/strong> Will we be able to select Local IIS in the Debug settings for Visual Studio?<\/p>\n<p>Yes, this is being planned for the RC release<\/p>\n<p><strong>Question:<\/strong> Is there support coming for OData?<\/p>\n<p>There is no planned work for Odata support in MVC 6.\u00a0 Please ask more about this in the <a href=\"https:\/\/github.com\/aspnet\/home\/issues\">home repository<\/a> and we can follow-up on it.<\/p>\n<p><strong>Question:<\/strong> I&#8217;m having a problem locating kestrel with dnu restore in Beta 7, what should I do?<\/p>\n<p>There was a change made to name of the package for kestrel. Check the <a href=\"https:\/\/github.com\/aspnet\/Announcements\/milestones\/1.0.0-beta7\">announcements repo issues list<\/a> for more details about breaking changes.<\/p>\n<p><strong>Question:<\/strong> Scott mentioned he recorded a Microsoft Virtual Academy about ASP.NET 5, when can we expect that to be released?<\/p>\n<p>It should be published early next week and we&#8217;ll have details in the next <a href=\"http:\/\/live.asp.net\">Community Standup<\/a>.<\/p>\n<h3>Links of the Week:<\/h3>\n<ul>\n<li>Dan Roth with the <a href=\"http:\/\/blogs.msdn.com\/b\/webdev\/archive\/2015\/09\/02\/announcing-availability-of-asp-net-5-beta7.aspx\">ASP.NET 5 beta 7<\/a> blog post<\/li>\n<li><a href=\"https:\/\/github.com\/OmniSharp\/generator-aspnet\/\">Yeoman generators for ASP.NET<\/a> were updated<\/li>\n<li>Jerri Pelser built a collection of OAuth providers for ASP.NET and is <a href=\"http:\/\/www.jerriepelser.com\/blog\/calling-contributors-for-oauth-providers\">looking for help to rewrite them for ASP.NET 5<\/a><\/li>\n<li>Damian Bod wrote a post about <a href=\"https:\/\/damienbod.wordpress.com\/2015\/08\/30\/asp-net-5-with-sqlite-and-entity-framework-7\/\">ASP.NET 5 using SQLite and Entity Framework 7<\/a><\/li>\n<li>Rick Strahl did an interview on <a href=\"http:\/\/dotnetrocks.com\/default.aspx?showNum=1188\">.NET Rocks about developing with ASP.NET 5<\/a><\/li>\n<li>James Chambers is digging into <a href=\"http:\/\/jameschambers.com\/2015\/09\/supporting-options-and-arguments-in-your-dnx-commands\/\">dnx options and arguments in your own commands<\/a><\/li>\n<li>Taylor Mullen was on <a href=\"https:\/\/channel9.msdn.com\/Shows\/Web+Camps+TV\/Update-on-TagHelpers-with-Taylor-Mullen\">Channel 9 Web Camps TV discussing Tag Helpers<\/a>.<\/li>\n<\/ul>\n<p>Tune in on Tuesday September 15th at 15:45 Pacific Standard time for the next stand up.\u00a0 Get your questions answered by the team live on video!<\/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.\u00a0 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 5 framework over the previous week.\u00a0 [&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],"tags":[7501],"class_list":["post-5891","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aspnet","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.\u00a0 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 5 framework over the previous week.\u00a0 [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/5891","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=5891"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/5891\/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=5891"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/categories?post=5891"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/tags?post=5891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}