Recent Posts

Codemash 10K Experience (v2.0.2.3)

Codemash 10K Experience (v2.0.2.3)

Codemash 2023 was another success and brought developers from all over the world to Sandusky, Ohio

Creating Multi-Tier Subscriptions using C#

Creating Multi-Tier Subscriptions using C#

It's always best to give options to users when it comes to subscriptions. Today, we introduce a unique way to attach application features to a subscription

Layout of a Tuxboard Dashboard

Layout of a Tuxboard Dashboard

What makes up a Tuxboard dashboard? In this post, we look over the structure of a dashboard and explain the different types of components

Introducing Tuxboard

Introducing Tuxboard

Today, I introduce Tuxboard, which is an open-source dashboard library for ASP.NET 5 and higher and provide a quick-start

Task Runner Gulp Update in Visual Studio

Task Runner Gulp Update in Visual Studio

After looking over my Gulp script, it definitely required some updates. In this post, I review what's required to update it to the latest version

The Cost of Cloud Security: You Need it, But Can You Afford it?

The Cost of Cloud Security: You Need it, But Can You Afford it?

With cloud security as a hot topic, our guest blogger David Maayan provides a number of reasons why it's required and how even a small number of security measures can help.

What are Azure Reserved Instances and Using Them to Reduce Cloud Costs

What are Azure Reserved Instances and Using Them to Reduce Cloud Costs

In today's post, our guest blogger Gilad David Maayan explains what Azure Reserved Instances are and how to use them to save cloud costs

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

Hiding Cyclomatic Complexity

Hiding Cyclomatic Complexity

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.