Suave Web Services

Suave is an F# library and web server which makes standing up web services a snap

The Monsters Weekly - Episode 84 - Integration Testing with Entity Framework Core

The Monsters Weekly - Episode 83 - A Book on ASP.NET Core

Get the Book on ASP.NET Core MVC

The Monsters Weekly - Episode 82 - Node Services

Integration Testing with Entity Framework Core and SQL Server

Entity Framework Core makes it easy to write tests that execute against an in-memory store but sometimes we want to actually run our tests against a real relational database. In this post, we look at how to create an integration test that runs against a real SQL Server database.

The Monsters Weekly - Episode 81 - Invoking View Components as Tag Helpers

Creating a New View Engine in ASP.NET Core

At the ASP.NET Hackathon in Redmond, we replaced the Razor view engine with Pug. It started off as a joke but it kind of worked okay so we rolled with it.

The Monsters Weekly - Episode 80 - ASP.NET 1.1 was Released...Time to Pump the Brakes?

The Monsters Weekly - Episode 79 - Code Labs with Jon Galloway