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
کتاب رایگان NancyFX Succinctly
301, MovedPermanently
http://www.syncfusion.com/resources/techportal/details/ebooks/nancyfx?utm_campaign=website&utm_source=sendgrid&utm_term=nancyfx&utm_medium=ebook icon

In NancyFX Succinctly, you'll learn what NancyFX is all about, where it came from, and what it can do for you as a .NET developer. Author Peter Shaw will explain why NancyFX is more than just another web framework, and teach you some of the many tricks that make it as easy as possible for you to create stunning web-enabled applications on the .NET platform.  

کتاب رایگان NancyFX Succinctly