"Maybe I should port this #NancyFx app to NETCore..." *opens app* "No, this is beautiful, fuck that". <3
Tonight @dotnetzentral hosts @adamralph about #nancyfx
Apparently it is time to fork #nancyfx
No IIS, No local ports. Full in mem app domain hosting. Super sweet. Basically, I want the same experience I get in #NancyFx in MVC.
Spent today building a pack of examples in #NancyFx for upcoming REST API workshops. Good to get my head out of the slides for the moment.
Love showing people #NancyFx for the first time. Always lots of "it's that simple?"
Should cover the core concerns of designing and implementing rest APIs in the tools you know, with implementations in #NancyFx and webApi
#NancyFx folks -anyone else seen the v.latest ninject bootstrapper + v.lastest ninject + aspnet hosting cause appdomain to unload every req?
Considering doing a "Designing Web APIs in .NET" 2day workshop for London. HTTP level design & hands on implementation in WebAPI + #NancyFx
Might open source this app I've been building. I'll be running it as a small boring business but it's a demo of #NancyFx as an MVC replace
With tooling as good as this, if you're building APIs in .NET and NOT considering #NancyFx a first class option - you're making a mistake.
#NancyFx + it's Browser automation is the ONLY web framework in .Net where ATDD isn't a horrible experience full of friction and pain.
Binding collections from models is one of the few things in #NancyFx I'm not sure of - MVC = People[0].Property vs. Nancy = Property[0]
Right, #NancyFx people - here's a very thin port of the ASPNET MVC HtmlHelpers - github.com/davidwhitney/Nancy.ViewE... - no DataAnnotations support yet.
Once I've finished porting the bare bones of these HtmlHelpers to #NancyFx I sure hope someone'll help with the hard bits...
I really need to port all these #NancyFx html helpers out of my current project. Def. a gap at the moment.
#nancyfx folks - anyone ported the ASPNETMVC Form helpers across yet? I've got a partial port in a project that I'll liberate if not...
...now lets see if I can randomly host #NancyFx self host in one...
Spent hours trying to wire up MiniProfiler to #NancyFx - WAY WAY too much HttpContext.Current in that codebase. Think I'll just give up.
Though obligatory shout out to #NancyFx for being the enabler of epic productivity.
Asked to review @chr_horsdal's #NancyFx book by Packt. Normally avoid them like the plague cos "dat reputation", but topic is near&dear..
Also: owning solutions with #Nancyfx in the dojo = good times :)
Blogged - JustGiving's love affair with #NancyFx - a case study - www.davidwhitney.co.uk/Blog/2013/10/07/justgivi...
Finally finishing off a #NancyFx case-study I've been threatening for months. Tonight or bust.
For the morning shift ;) - New youtube video: Using #NancyFx to make "invisible" applications visible -www.youtube.com/watch
New youtube video: Using #NancyFx to make "invisible" applications visible -www.youtube.com/watch
All my most fun work is #NancyFx these days. Going to hopefully open source some cool bits soon.
2.5 days to build a PCI Level 1 proxy / api for cardholder data using #nancyfx and #postgre #productivity very happy with that.
Repeatedly impressed with #NancyFx. Needed to write a HTTP Proxy. IIS spites me. Nancy? Not so.