Migrating a Web Project to Visual Studio 2017 Time to update the Aurelia SPA to the new tooling, so we can continue working on it! Visual Studio 2017 is now released and so are some new command line tooling for
How to: Fetch data from Web API on ASP.NET Core to an Aurelia SPA
Fetching data from a Web API to our Aurelia SPA Welcome to this third episode in the blog series about writing an Aurelia SPA with a Web API hosted on ASP.NET Core. This post will focus on getting data from
How to: Build a Web API on ASP.NET Core for an Aurelia SPA
Building a Web API on ASP.NET Core for our Aurelia SPA This post will focus on writing a Web API that will serve our Aurelia SPA with data. The Web API is built on ASP.NET Core and resides in it’s
How to: Build an Aurelia SPA with TypeScript on ASP.NET Core
Building a SPA with Aurelia on ASP.NET Core using TypeScript and Sass Welcome to this blog series that will show you how to write an Aurelia SPA (Single Page Web Application) using TypeScript and Sass. We will also cover serving
How to Master ASP.NET Core Web API Attribute Routing
Mastering Web API Attribute Routing on ASP.NET Core!
Minimal Web API on ASP.NET Core
Setting up a Web API on .NET Core with a minimum amount of code