2024
Dependency Injection for Azure Table Storage including Microsoft Entra Identity Security using C#.Net 8.0.0 and Autofac
Keen to improve the security of your Azure Table Storage Access? Today I'll explain how to ensure only your dedicated Azure App Service has access to the database when running in production - No more Access Keys or Shared Access Signatures required!
2020
Microsoft Azure Cloud Table Storage - Optimistic vs. Pessimistic Concurrency using C# ASP.Net MVC Core
Azure Table Storage concurrency issues? Simon Gilbert provides a simple explanation of implementing pessimistic concurrency control using Azure Blobs in C# ASP.Net MVC Core
Using Autofac for Azure Table Storage with C# ASP.Net Core MVC 3.0
Keen to use Autofac's DI framework with Azure Table Storage? Simon Gilbert explains how to utilise Autofac with ASP.Net MVC Core 3.0
2019
Using Serverless Azure Functions (FaaS) to write Service Bus Topic messages to NoSQL Azure Table Storage
Intrigued by serverless architecture? Simon Gilbert explains how to use Microsoft Azure Functions to write Service Bus messages via the pub-sub pattern to Azure Table Storage
2018
Decoupling - Dependency Injection in C# ASP.Net MVC for Microsoft Azure Table Storage using Autofac
Fancy learning dependency injection? Simon Gilbert discusses the art of decoupling Azure Table Storage in C# Asp.Net MVC using the dependency injection implementation of the inversion of control design pattern with the Autofac library.