Recent Posts

2022 Stack Overflow Developer Survey Observations

2022 Stack Overflow Developer Survey Observations

With the latest results for 2022, we examine a number of results that stood out in the report.

File Upload with AJAX: A Quick Guide

File Upload with AJAX: A Quick Guide

Our guest blogger, Gilad David Maayan, provides us a quick way on how to implement a file upload with AJAX

Minimizing Cyclomatic Complexity with Pattern Matching

Minimizing Cyclomatic Complexity with Pattern Matching

Using too many switch or if..then..else statements makes your code harder to maintain. Today, I show alternatives on how to shrink your cyclomatic complexity.

What’s The Difference Between A Software Engineer And A Cloud Engineer? A Quick Breakdown

What’s The Difference Between A Software Engineer And A Cloud Engineer? A Quick Breakdown

In today's post, our guest blogger, Victoria Greene explains the difference between a software engineer and a cloud engineer.

What Unit Tests Reveal About a Web App

What Unit Tests Reveal About a Web App

What does your unit tests reveal about your web application? In today's short post, I list three ways to identify problems with your unit tests

Real-World Refactoring: Complex LINQ-ing

Real-World Refactoring: Complex LINQ-ing

LINQ is so powerful, you can create a one-liner LINQ statement to create a report. In today's post, we put LINQ to the test by refactoring a user's piece of code

Top 10 Must-Have Tools for .NET Developers

Top 10 Must-Have Tools for .NET Developers

After receiving a couple questions of what tools do I use, this post is far overdue. In my opinion, here are the top 10 must-have tools for .NET Developers

What is web3 and Where does .NET fit in?

What is web3 and Where does .NET fit in?

What is this web3 and why should .NET developers be interested in it? In today's post, we try to understand what web3 is and what options are available for .NET developers

Analyzing Entity Framework Performance

Analyzing Entity Framework Performance

Entity Framework has a number of ways to optimize your queries. In this post, I explore a number of ways to make your queries a little bit faster.

Refactoring with C# 10

Refactoring with C# 10

For the C# Advent this year, we'll refactor a sample app using the latest C# 10 language improvements