{"id":6162,"date":"2016-02-08T21:05:36","date_gmt":"2016-02-08T21:05:36","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/webdev\/?p=6162"},"modified":"2021-11-01T05:26:56","modified_gmt":"2021-11-01T12:26:56","slug":"asp-net-community-standup-february-2-2016","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/dotnet\/asp-net-community-standup-february-2-2016\/","title":{"rendered":"ASP.NET Community Standup \u2013 February 2, 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.\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\u2019s schedule is posted and hosted.<\/p>\n<p>This week\u2019s meeting is below:<\/p>\n<div style=\"text-align: center; clear: both;\">\n  <iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/niCDYdrCOu0?list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF\" allowfullscreen><\/iframe>\n<\/div>\n<p>The team started with an initial discussion of the MSDN WebDev blog post &#8211; &#8220;<a href=\"https:\/\/blogs.msdn.microsoft.com\/webdev\/2016\/02\/01\/an-update-on-asp-net-core-and-net-core\/\">An Update on ASP.NET Core and .NET Core<\/a>&#8221; The team previously assumed that folks would watch the standup video, and have resolved to publish a blog post and we will continue to publish show notes on the webdev blog so that the show information can be more search-engine friendly. The team is improving messaging about the projects, and we plan to significantly improve it in the weeks ahead.<\/p>\n<p>Some developers feel hurt by the changes in the ASP.NET Core renaming and schedule. Some customers have been very successful with ASP.NET 5 and the transition to ASP.NET Core has not affected them at all. The project is still early, not released and fully supported yet. If you need to avoid any significant changes to your framework, this framework is not for you yet. ASP.NET 4.6 is rock solid and does not have any large API changes happening. The team is learning how to make this style of development work, and they are getting closer to a better development model.<\/p>\n<p>&nbsp;<\/p>\n<h2>Links of the Week:<\/h2>\n<p>Steve Desmond wrote <a href=\"https:\/\/stevedesmond.ca\/blog\/performance-is-paramount\">Performance is Paramount<\/a>\u00a0 about adding some static caching and tuning to his web server significantly improved his performance.\u00a0 Damian commented that Response Caching is not available yet, but will be coming as part of the framework.<\/p>\n<p>K. Scott Allen shared <a href=\"http:\/\/odetocode.com\/blogs\/scott\/archive\/2016\/02\/02\/serving-up-node_modules-in-asp-net.aspx\">Downloading and serving node resources in an ASP.NET Core application<\/a><\/p>\n<h2>Questions and Answers:<\/h2>\n<p><strong>Question:<\/strong> &#8220;Be Part of the Conversation&#8221; overlay on YouTube is annoying\n&#8212; This is how Google wants you to join the interactive conversation on Google Hangouts<\/p>\n<p><strong>Question:<\/strong> Did I miss the story of RC2?\n&#8212; Watch <a href=\"https:\/\/www.youtube.com\/watch?v=K1HXj4M8zpw&amp;list=PL0M0zPgJ3HSftTAAHttA3JQU4vOjXFquF&amp;index=1\">last weeks video<\/a> and <a href=\"https:\/\/blogs.msdn.microsoft.com\/webdev\/2016\/02\/01\/an-update-on-asp-net-core-and-net-core\/\">read the blog post<\/a>.\u00a0 Re-platforming on .NET CLI is taking longer than expected, and to ensure that we will deliver a killer product we are backing off on the timeline and will issue dates when we are confident<\/p>\n<p><strong>Question:<\/strong> What&#8217;s the story about LightSwitch HTML?\n&#8212; We are not involved with that team.\u00a0 Ask <a href=\"https:\/\/twitter.com\/bethmassi\">Beth Massi<\/a> for more details<\/p>\n<p><strong>Question:<\/strong> Any plans on allowing input pass-through of JSON.NET&#8217;s type-handling setting in MVC?\n&#8212; Nothing specifically, MVC options available when configuring your app are exposed and you can plug that with the configuration you need.<\/p>\n<p><strong>Question:<\/strong> WebAPI as a product keeps being mentioned &#8211; but is not a product, its merged with MVC. Doesn&#8217;t this add to confusion?\n&#8212; Naming is hard &#8211; ASP.NET Core has MVC features and WebAPI features (from the previous versions).\u00a0 What is meant is that ASP.NET Core includes these things by default now.<\/p>\n<p><strong>Question:<\/strong> Will we see a configuration where we can point IIS to a directory and it just runs?\n&#8212; We want this to be the finished product, but is still in progress.\u00a0 The IIS platform handler needs to be configured to call the appropriate executable to host the application.\u00a0 If the platform handler is installed, a properly loaded web.config with information for IIS in your project should enable this process.\n<strong>Follow-up question:<\/strong> Will you have to use a &#8216;publish gesture&#8217; to make this work?\n&#8212;- You can configure a web.config with all of the options you need, and in theory deliver that file with your application to configure IIS properly<\/p>\n<p><strong>Question:<\/strong> When will ASP.NET Core &#8216;Hello World&#8217; work with .NET Native?\n&#8212; Not in scope for RTM.\u00a0 The demo video on Channel 9 was a hack to show a proof-of-concept and is not being developed actively.<\/p>\n<p><strong>Question:<\/strong> Starting a personal project, a simple web app &#8212; should I start now with RC1 Update 1?\n&#8212; Depends on your tolerance &#8211; the big rename update for your code will be addressed in a guide that will be shared when the RC2 ships.\u00a0 If you like the experience in RC1, you should like the experience in RC2.\u00a0 You will have some work to update to RC2 but we do not believe it will be difficult.<\/p>\n<p><strong>Question:<\/strong> I am porting a BIG enterprise app comprised of multiple ASP.NET apps in virtual directories.\u00a0 Will we see support for support sharing or virtual directories in Kestrel?\n&#8212; No support for port sharing in Kestrel, that&#8217;s an Http.Sys feature.\u00a0 You can achieve both of these with IIS, and you should use those features in IIS.\u00a0 We&#8217;re working to get IISExpress to work properly with the RC2, and will have more details about IIS Express and IIS when the RC2 is ready.\u00a0 We want to be able to deliver a solution that supports hosting separate ASP.NET Core applications as virtual directories in the same IIS application.<\/p>\n<p><strong>Question:<\/strong> Any tools for ASP.NET Core that are recommended for tracking down memory leaks?\n&#8212; The team is using <a href=\"http:\/\/www.jetbrains.com\/decompiler\/\">dotPeek <\/a>and <a href=\"http:\/\/www.jetbrains.com\/dotmemory\/\">dotMemory <\/a>from JetBrains.\u00a0 The Visual Studio tools work very well also, and the team uses all of them were each is better.\u00a0 There are no great tools for Linux yet, but the team is using perf and the Mono tools to diagnose.<\/p>\n<p><strong>Question:<\/strong> Any update on the .tfignore issue?\u00a0 <a href=\"https:\/\/github.com\/aspnet\/Tooling\/issues\/18\">AspNet\/Tooling#18<\/a>\n&#8212; No update &#8212; we will follow-up<\/p>\n<p><strong>Question:<\/strong> I want to run ASP.NET Core as a desktop app and I need the context of the current user&#8230;\n&#8212; This is how ASP.NET Core is currently recommended to be run &#8211; as a console application<\/p>\n<p><strong>Question:<\/strong> Should you use ConfigureAwait(false) in ASP.NET Core?\n&#8212; No &#8211; this is primarily for use when a synchronization context is in use, and that&#8217;s not the case in ASP.NET Core.<\/p>\n<p><strong>Question:<\/strong> VS Crashes at least 5 times a day for me, why don&#8217;t you have these problems?\n&#8212; This is typically a problem with extensions or environments.\u00a0 We recommend that you try shutting off some extensions to see if that helps. Scott will follow-up with this caller.<\/p>\n<p><strong>Question:<\/strong> Is there any OData in the new WebAPI\n&#8212; No &#8212; not yet<\/p>\n<p><strong>Question:<\/strong> Is VSCode broken on Linux, it doesn&#8217;t work for me?\n&#8212; Reach out to @code to ask for help.\u00a0 Lots of folks are finding success, the @Code team can help.<\/p>\n<p><strong>Question:<\/strong> What about code-contracts on ASP.NET Core?\n&#8212; No idea.. Ask a question on the ASP.NET Home Repo<\/p>\n<p><strong>Question:<\/strong> Is the .NET Platform Standard being discussed anywhere?\u00a0 The working docs are not being updated\n&#8212; That&#8217;s right &#8212; its being implemented now<\/p>\n<p><strong>Question:<\/strong> How do you catch global exceptions, previously this could be checked in AppDomain.CurrentDomain?\n&#8212; There is an <a href=\"https:\/\/github.com\/dotnet\/coreclr\/issues\/2999\">issue on corefx<\/a> discussing this right now<\/p>\n<p><strong>Question:<\/strong> The .NET CLI supports vbc, can I run an ASP.NET Core application on VB?\n&#8212; Not yet.\u00a0 The team needs to connect the end-to-end pieces to make that work.<\/p>\n<p><strong>Question:<\/strong> VS 2015 community and 2013 community running very slow when debugging with the HD thrashing\n&#8212; We recommend using SSDs because they improve performance significantly.\u00a0 Also, Scott recommends going into Windows Defender or any other anti-virus is thrashing your build process.\u00a0 Scott excludes Devenv, MsBuild, compilers, and the folder that code is in.\u00a0 If not on an SSD, Scott recommends creating a 2GB memory disk and moving your compile process there.\u00a0 Also, try running the <a href=\"https:\/\/technet.microsoft.com\/en-us\/sysinternals\/processmonitor\">SysInternals process monitor<\/a> and see what the disk is doing.\u00a0 Scott found a backup application was causing his VS problems in the past.<\/p>\n<p><strong>Question:<\/strong> I want to use EF7, but I need to do spatial queries.\n&#8212; Ask a question about spatial on EF Core GitHub repo.\u00a0 Jon also points out that there is a way to run EF6 with ASP.NET Core<\/p>\n<p><strong>Question:<\/strong> How do we build ASP.NET Core applications from TFS services that are not exposed to the internet?\n&#8212; Set up a local feed of NuGet packages inside your firewall and point your build agent at that<\/p>\n<p><strong>Question:<\/strong> People on Reddit and Blogs are obsessed with Native compilation into a single binary\n&#8212; Neat, but not critical to ASP.NET success right now<\/p>\n<p><strong>Question:<\/strong> It feels like EF7 is not ready enough&#8230;\n&#8212; We need more details about this in a focused discussion of those needs.\u00a0 The team is focusing on the top 80% of features that applications need, and some features will not make the initial cut.<\/p>\n<p><strong>Question:<\/strong> I like the startup class features in ASP.NET Core like ConfigureServices, but when creating a Console app it doesn&#8217;t exist.\u00a0 It would be nice to have consistency.\n&#8212; The primitives that support ConfigureServices and DI are part of the web framework and are not in the console app.\u00a0 You can add those features into a framework for a console application<\/p>\n<hr \/>\n<p>The next ASP.NET Community Standup will be held live on Feb 16, 2016 from <a href=\"http:\/\/live.asp.net\">live.asp.net<\/a>\u00a0 Check in there to get the exact time in your timezone.\u00a0 Join us, talk with the team and learn the latest about ASP.NET<\/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":[32,7501],"class_list":["post-6162","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aspnet","tag-asp-net-core","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\/6162","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=6162"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/6162\/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=6162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/categories?post=6162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/tags?post=6162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}