SQL Server Performance Tips for High Volume Databases
As businesses grow, so does their data. A big amount of data can slow down your SQL Server if you don’t manage it right. This article shares some top tips…
Architectural Design Patterns 3 – Microservices
In this article, we will be talking about Microservices, a design pattern that has gained attraction for its approach to building large and complex software applications. At its core, Microservices…
Azure Blob Storage and C# Integration
Azure Blob Storage is one of Microsoft Azure’s storage solutions. Think of it as a massive cupboard in the cloud where you can keep a lot of stuff, from pictures…
Architectural Design Patterns 2 – Model-View-Controller (MVC)
When you’re diving into the world of software design, you’ll often hear about the Model-View-Controller, or MVC for short. It’s one of those blueprints, or design patterns, that helps developers…
Architectural Design Patterns 1 – Layered (or Tiered) Pattern
Here in this first post of the blog, I want to also start with the first part of a series. In this post of the series, we will be talking…