{"id":36873,"date":"2016-12-28T11:53:59","date_gmt":"2016-12-28T18:53:59","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/webdev\/?p=8835"},"modified":"2021-11-01T04:13:48","modified_gmt":"2021-11-01T11:13:48","slug":"notes-from-the-asp-net-community-standup-december-13-2016","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/dotnet\/notes-from-the-asp-net-community-standup-december-13-2016\/","title":{"rendered":"Notes from the ASP.NET Community Standup \u2013December 13, 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. Join <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><!--more-->\n<b>ASP.NET Community Standup 12\/14\/2016<\/b><\/p>\n<p style=\"text-align: center;\">\n  <iframe width=\"540\" height=\"320\" src=\"https:\/\/www.youtube.com\/embed\/zh_Nzwh2rTw\" allowfullscreen><\/iframe>\n<\/p>\n<h2>Community Links<\/h2>\n<p><a href=\"https:\/\/cetus.io\/tim\/Part-1-Not-your-grandads-dotnet\/\">Rethinking email confirmation<\/a><\/p>\n<p><a href=\"http:\/\/www.blinkingcaret.com\/2016\/12\/07\/rethinking-email-confirmation\/\">Managing Cookie Lifetime with ASP.NET Core OAuth 2.0 providers <\/a><\/p>\n<p><a href=\"https:\/\/stormpath.com\/blog\/rest-api-mobile-dotnet-core\">Build a REST API for your Mobile Apps with ASP.NET Core<\/a><\/p>\n<p><a href=\"https:\/\/leastprivilege.com\/2016\/12\/08\/identityserver4-and-asp-net-core-1-1\/\">IdentityServer4 and ASP.NET Core\u00a01.1<\/a><\/p>\n<p><a href=\"http:\/\/andrewlock.net\/url-culture-provider-using-middleware-as-mvc-filter-in-asp-net-core-1-1-0\/\">Url culture provider using middleware as filters in ASP.NET Core 1.1.0 <\/a><\/p>\n<p><a href=\"http:\/\/rehansaeed.com\/making-application-insights-fast-and-secure\/\">Making Application Insight Fast and Secure<\/a><\/p>\n<p><a href=\"http:\/\/localizationsqllocalizer.readthedocs.io\/en\/latest\/overview.html\">Simple SQL Localization NuGet package <\/a><\/p>\n<p><a href=\"http:\/\/hishambinateya.com\/building-application-insights-logging-provider-for-asp.net-core\">Building Application Insights Logging Provider for ASP.NET Core<\/a><\/p>\n<p><a href=\"http:\/\/www.c-sharpcorner.com\/article\/generic-repository-pattern-in-asp-net-core\/\">Generic Repository Pattern In ASP.NET Core <\/a><\/p>\n<p><a href=\"https:\/\/www.aspnetmonsters.com\/2016\/11\/2016-11-27-integration-testing-with-entity-framework-core-and-sql-server\/\">Integration Testing with Entity Framework Core and SQL Server<\/a><\/p>\n<p><a href=\"http:\/\/benfoster.io\/blog\/bare-metal-apis-with-aspnet-core-mvc\">Bare metal APIs with ASP.NET Core MVC<\/a><\/p>\n<p><a href=\"http:\/\/www.strathweb.com\/2016\/12\/accessing-httpcontext-outside-of-framework-components-in-asp-net-core\/\">Accessing HttpContext outside of framework components in ASP.NET Core<\/a><\/p>\n<p><a href=\"https:\/\/github.com\/aspnet\/DependencyInjection\/pull\/429\">Optimize expression compilation memory usage<\/a><\/p>\n<p><a href=\"https:\/\/ievangelist.github.io\/blog\/asp-net-core-optimization\/\">ASP.NET Core Response Optimization<\/a><\/p>\n<p><a href=\"http:\/\/www.ryansouthgate.com\/2016\/10\/19\/angular2-aspnet-core-mvc\/\">Angular 2 and ASP.NET Core MVC<\/a><\/p>\n<p><a href=\"http:\/\/thienn.com\/dockerizing-real-world-aspnetcore-application\/\">Dockerizing a Real World ASP.NET Core Application<\/a><\/p>\n<p><a href=\"https:\/\/blog.docker.com\/2016\/12\/convert-asp-net-web-servers-docker-image2docker\/\">Convert ASP.NET Web Servers to Docker with Image2Docker<\/a><\/p>\n<p><a href=\"https:\/\/blogs.infosupport.com\/sharing-code-across-net-platforms-with-net-standard\/\">Sharing code across .NET platforms with .NET Standard<\/a><\/p>\n<p><a href=\"http:\/\/blog.tpcware.com\/2016\/12\/multiple-versions-of-net-core-runtimes-and-sdk-tools-sxs-survive-guide\/\">Multiple Versions of .NET Core Runtimes and SDK Tools SxS Survive Guide<\/a><\/p>\n<p><a href=\"http:\/\/developer.telerik.com\/topics\/net\/migration-asp-net-core-considerations-strategies\/\">Migration to ASP.NET Core: Considerations and Strategies<\/a><\/p>\n<p><a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2016\/12\/12\/updating-visual-studio-2017-rc-net-core-tooling-improvements\/\">Updating Visual Studio 2017 RC \u2013 .NET Core Tooling improvement<\/a><\/p>\n<h2>Accomplishments<\/h2>\n<p>On December 12th, we announced updates to the .NET Core tooling for Visual Studio 2017 RC. This update came with enhancements and bug fixes to the earlier release of VS 2017 .NET Core tooling. Some areas addressed include:<\/p>\n<p><strong>csproj file simplification<\/strong>: .NET Core project files now use an even more simplified syntax, making them easier to read.<\/p>\n<p>Previous<\/p>\n<p>Simplified\n<\/p>\n<p><strong>CLI commands added<\/strong>: New commands added for adding and removing\u00a0 project to project references.<\/p>\n<p><strong>Overall quality improved<\/strong>: Bug fixes in xproj to csproj migration, project to project references, NuGet, MSBuild and ASP.NET Core with Docker.<\/p>\n<p>For more details on the .NET Core Tooling improvements please read the announcement <a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2016\/12\/12\/updating-visual-studio-2017-rc-net-core-tooling-improvements\/\">here<\/a>.<\/p>\n<h2>Questions and Answers<\/h2>\n<p><strong>Question<\/strong>:\u00a0 With the new VS 2017 .NET Core tooling updates\u00a0 I get csproj file when I create a new application. Will I ever want to use project.json again?<\/p>\n<p>&#8212; The logic is when you go into a new folder and type dotnet, it needs to find an SDK. It will by default use the latest version of the dotnet SDK available. However, by using global.json you can specify previous versions of the SDK you would like to use.<\/p>\n<p><strong>Question<\/strong>: Is global.json still the router for the dotnet SDK?\u00a0\u00a0<a href=\"http:\/\/www.hanselman.com\/blog\/PublishingASPNETCore11ApplicationsToAzureUsingGitDeploy.aspx\"><em>checkout this post for reference<\/em> <\/a><\/p>\n<p>&#8212; In the current build it is but, will be replaced. The intent is we will still support side-by-side SDKs with the ability to switch between them.<\/p>\n<p>See you at our next community standup!<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/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":3344,"featured_media":58792,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,7253],"tags":[7501],"class_list":["post-36873","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aspnet","category-communitystandup","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\/36873","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\/3344"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/comments?post=36873"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/36873\/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=36873"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/categories?post=36873"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/tags?post=36873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}