Update: this post is written using ASP.NET Core 1.1. With ASP.NET Core 2.0, things have gotten easier. See the updated version of this post for ASP.NET Core 2.0. Recently, I was building a ASP.NET Core MVC app. Everything went smooth,
JavaScript for .NET developers – September 2016 edition
For .NET developers coming from the safe environment of Visual Studio and C#, the wild west that is the current JavaScript landscape can be very intimidating and confusing. Hopefully, this post will provide a little bit of guidance for your
ASP.NET Web API / OWIN authenticated integration tests without authorization server
Integration testing of OWIN Web API services is super easy with the MIcrosoft.Owin.Testing.TestServer component. It is basically an in-memory OWIN host that runs together with the HttpClient without needing any network calls. Authentication Aaron Powell has written an extensive post
Is webpack like fast food?
Webpack is a module bundling tool for packaging apps. I am using it more and more, even to the point where it almost entirely has replaced my previous grunt and gulp build environments. But here’s the thing: I still don’t
Develop ReactJS + ASP.NET Web API apps in Visual Studio 2015
Update 2015-12-11 At about the same time this post was originally written, Mads Kristensen released the WebPack Task Runner extension. This post has been modified to reflect the new situation. tl;dr Developing ReactJS apps with an ASP.NET Web API back-end