JetBrains Rider 2017.2 منتشر شد
200, OK
https://blog.jetbrains.com/dotnet/2017/10/12/jetbrains-rider-2017-2-released/ icon
  • Support for .NET Core 2.0: you can now edit, run, debug, test, navigate and refactor your shiny new .NET Core applications.
  • Rider 2017.2 comes with ReSharper 2017.2 as its engine for providing .NET support. This means a number of features announced with ReSharper 2017.2 are now available in Rider. 
JetBrains Rider 2017.2 منتشر شد
botwinجایگزینی برای روتر AspCore
301, MovedPermanently
https://www.hanselman.com/blog/BotwinOffersAnInterestingAlternativeOptionForRoutingWithASPNETCore.aspx icon

در صورتی که با Nancyfx کار کرده باشید با نحوه‌ی روت در این فریمورک آشنایید

کتابخانه ای با نام Botwin قصد دارد امکانات روتر Nancy را به Aspcore بیاورد

public class SampleModule : Nancy.NancyModule
{
    public SampleModule()
    {
        Get["/"] = _ => "Hello World!";
    }
}
botwinجایگزینی برای روتر AspCore