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 (this
Lean ASP.NET Core 2.1 – manually setup a Razor Pages project with Bootstrap, NPM and webpack
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 (this post) Lean ASP.NET Core 2.1 – add a React application to an existing Razor Pages
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