Shadow IT a Digital Transformation Incubator
Tuesday, January 31, 2017 in 2017
Categories:
2 minute read
Shadow IT, defined as the use of IT systems, solutions and services inside organizations without explicit organizational approval, has always been seen as a problem and a huge risk for the enterprise. But what if I tell you that you should learn …
.NET Core, Roslyn and Code Generation
Sunday, January 29, 2017 in 2017
Categories:
3 minute read
For ages I’ve been using T4 templates as main tool for code generation and scaffolding, but now that I’m an absolute fan of Visual Studio Code and .Net Core I need to explore other options such as Yeoman, Scripty and Roslyn. This post is …
.Net Core and NancyFX: can writing a WebApi get any simpler?
Monday, January 16, 2017 in 2017
Categories:
3 minute read
Last Thursday I attended a Meetup hosted by my friends of @MsCodersMadrid in Madrid where, thanks to @snavarropino, I learned a bit about the NancyFX open source framework. I really couldn’t believe my eyes when I saw how simple it is to use …