Archived articles - November 2021

Archive for November 2021 (2)

Unit of work pattern with Dapper
Implementing unit of work pattern with Dapper in .NET 5
0
People often try to compare Dapper and Entity Framework. Although they both have same goal and that is reading and modifying the data against the database, they take completely different approach in doing so and therefore this comparison is not really valid. Entity framework is more robust as the name says framework, while Dapper is simple object mapper which is down the line set of extension methods on top of the ADO classes which allow easier manipulation with data in the database...read more
Adding centralized secrets service to Azure Service Fabric cluster
Adding secrets store and using store secrets in Azure Service Fabric
0
Azure Service FabricĀ is a great platform to host services for your distributed solution. It allows you to easily deploy and scale your applications and services. Apart from these out of the box functionalities which it is essentially build for, it also comes with secrets service which allows you to store and retrieve secret values for your application...read more

.NET

read more

JavaScript

read more

SQL/T-SQL

read more

Umbraco CMS

read more