خلاصه ASP.NET vNext در 4 دقیقه
301, MovedPermanently
http://tv.ssw.com/5366/asp-net-vnext-everything-you-need-to-know-in-4-minutes icon


- Project format is changing to a single JSON file
- ASP.NET MVC and Web API have been unified into a single programming model
- Project Roslyn allows for a “no-compile” developer experience while making updates
- Migration to a OWIN hosting model allows for flexibility in production web hosts (IIS or running on Linux via Mono)

خلاصه ASP.NET vNext در 4 دقیقه
مفهوم View components در ASP.NET MVC 6
307, RedirectKeepVerb
http://www.asp.net/vnext/overview/aspnet-vnext/vc icon

در نگارش فعلی ASP.NET MVC، متد Html.RenderAction جهت تزریق رندر نهایی محتوای یک اکشن متد در یک View کاربرد دارد. مشکل آن  شروع چرخه‌ی طول عمر مجدد رندر کردن یک اکشن متد دیگر همزمان با رندر شدن اکشن متد جاری است. برای رفع آن View components معرفی شده‌اند که دیگر چنین مشکلی را ندارند.

مفهوم View components در ASP.NET MVC 6