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, Damian Edwards, Jon Galloway and an occasional guest or two discuss new features and ask for feedback on important decisions being made by the ASP.NET development teams.
This week the team hosted the standup on Aerial Spaces. Every week’s episode is published on YouTube for later reference. The team answers 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’s schedule is posted and hosted.
ASP.NET Community Standup 11/22/2016
Community Links
Announcing the Fastest ASP.NET Yet, ASP.NET Core 1.1 RTM
App Service on Linux now supports Containers and ASP.NET Core
ASP.NET Core Framework Benchmarks Round 13
MVP Hackathon 2016: Cool Projects from Microsoft MVPs
Damian Edwards live coding live.asp.net
EDI.Net Serializer/Deserializer
ASP.NET Core’s URL Rewrite Middleware behind a load balancer
ASP.NET Core Workshops and Code Labs
Unexpected Behavior in LanguageViewLocationExpander
ASP.NET Core and the Enterprise Part 3: Middleware
Using .NET Core Configuration with legacy projects
High-Performance Data Pipelines
Not your granddad’s .NET – Pipes Part 1
Accomplishments
Tech Empower Benchmark
Tech Empower Benchmark Round 13 came out and ASP.NET Core is Top 10 receiving 1,822,366 requests per second on ASP.NET Core in Round 13. Read more
Question and Answers
Question: Will there be MVC 4 project support in Visual Studio 2017?
— Removed in RC but should be coming back in the next release.
Question: What should I grab ASP.NET Core 1.1 runtime or SDK? / What’s the difference between the .NET Core SDK and runtime?
— In short, if you a developer you want to install the .NET Core SDK. If you are server administrator you may only want install the runtime.
Question: Will .csproj tooling be finalized with Visual Studio 2017 RTM?
— Yes, that is the current plan in place. There are couple of know issues for ASP.NET Core support in Visual Studio 2017; we have listed the workarounds on our GitHub repo.
Question: How for along is the basic pipeline API?
— Currently, being tested by some folks at Stack Overflow. If you would like to get involved tweet David Fowler.
Question: When will URL based cultural localization be available?
— It’s available now. With ASP.NET Core 1.1 Middleware as MVC filters.
In this example from the ASP.NET Core 1.1 announcement we used a route value based request culture provider to establish the current culture for the request using the localization middleware.
The team will be back on Tuesday the 29th of November to discuss the latest updates on ASP.NET Core. See you then!