Y
Hacker News
new
|
ask
|
show
|
jobs
by
jordanab
3147 days ago
NancyFx was also the first thing I thought off when looking at the examples. Before the .NET Core days I always used NancyFx as a drop-in REST service when I needed one in a non-web app setting, like a Windows service.
1 comments
m_fayer
3147 days ago
Out of curiosity, what about .net core changed this picture for you?
link
dodyg
3147 days ago
Now you can use .UseRouter extension to achieve something similar in ASP.NET Core 2 (
https://github.com/dodyg/practical-aspnetcore/blob/master/pr...
)
link
m_fayer
3146 days ago
Thanks, it does look nicely similar, but I still far prefer NancyFX's modules - this is an awkward context to do all this wiring.
link