Does Entity Framework Core Have Code or Database First Approaches?  Not Exactly…

A few days ago, I had the opportunity to speak with a Tech Architect (we’ll call him Bob) who worked […]

Want to Make Your C# DTOs More Manageable?  Turn Them into Records!

Records are neat.  They look and behave like classes but with a couple key differences (it should be noted that […]

Shared Front/Back End Models and Validation with Blazor WebAssembly

Introduction: As a Full Stack Developer (Angular 2+/C#), I can confidently say wiring up my front and back ends can […]

Migrating From SVN To Git: The Powershell Way

For the last few months, I have been working with a client to update older programs to meet their current […]

Angular Walkthrough Part 3: The Lay of the Land

Hey folks!  Welcome back to another round of my Angular tutorial!  For this section, we will be going over how […]

Angular Walkthrough Part 2: Setting Up Our Development Environment

Welcome back everyone!  Thank you for joining me again as we continue to learn how to develop SPAs with Angular.  […]

Angular Walkthrough Part 1: Introducing Angular

Hello again everyone!  I hope you are all doing well.  It has been a while since I made a tutorial […]

Returning Data From an Oracle Stored Procedure Using Dapper

Happy Sunday folks!  It has been a while since my last post, as my family and I started house hunting […]

Powershell: A Scripting Language for .NET Junkies and Administrators

Introduction Have you ever tried using the wrong tool for the wrong job? Using a butterknife in place of a […]

Exploring Entity Framework Part 4: The Model First Approach

NOTE: This post is part of a series on Entity Framework 6.  To help cut back on overlapping content, this […]