This post is part of a multi-post series: Lean ASP.NET Core 2.1 – manually setup a Razor Pages project with Bootstrap, NPM and webpack Lean ASP.NET Core 2.1 – add a React application to an existing Razor Pages application Lean
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
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