Recent Posts

.NET Core Messages, Exception, and Logging

10 minute read

Previously, I went over adding validation to your code, along with a Result class, containing a quick and easy way to pass back information to the client. Ho...

Configure Bootstrap with React in Webpack

3 minute read

After working through the React courses on Codecademy (Part I, Part II), I wanted to set up my own development environment that includes Bootstrap and Font A...

Validation in .NET Core REST API

14 minute read

Now that we have a functional API that can be used for tracking airplanes at different airports and their current flight routes, we will want to start puttin...

.NET Core Request/Response

15 minute read

This post will go over how to improve request/response patterns by adding a Service Layer that includes Data transfer objects (DTOs) and the ability to retur...

.NET Core REST API in About 30 Minutes

22 minute read

Today I’m going to go over how to create a .NET Core 2.0 REST application. The result will be a very basic Model-Controller application with an In-Memory dat...