Stack Overflow GitHub RSS Feed

Bored with CRUD

My thoughts on fighting becoming bored with software development, in response to a question posed on LinkedIn.

The Story Behind the Application - Micro-project 2

Micro-project #2 in the series explores reducing the size of audio files and executing an executable within an Azure function via C#.

The Story Behind the Application - Micro-project 1

Micro-project #1 in the series explores iterating on the utilization of Azure storage for the audio files and exploring some of the data modeling needed for the project.

The Story Behind the Application - Introduction

An approach to software development as documented by walking through the development of an actual application from the ground up.

Development on a Budget

I recently developed a website on a volunteer basis for a non-profit organization I'm affiliated with. I wanted to do so in as cost-effective a manner as possible. This details the steps I took to get the site up and running and the associated costs in...

.NET Standard - WHAT?!?

What is .NET Standard? How does it relate to .NET Core and .NET Framework? Also, why should I care?

The Curious Encoding Caper

Fix for an ASP.NET application returning a csv FileResult that was UTF-8 encoded, not displaying French accent symbols properly in Excel.

Blogging on a Budget

About a year ago, I set about to redesign my blog. This is my journey through trying to identify a free option for my blog. I explored Ghost, Azure WebApps and GitHub Pages. The post details the pros and cons I encountered along the way.

Byte-sized C# Programming: Classes

C# topics: What is a class? How do I define a class? How do I instantiate a class?

Byte-sized C# Programming: Methods

C# topics: What is a method? How do I program with methods? What does it mean to pass and return values from a method?