What did I learn this week (2021) - 37

Weekly summarization and review of things I've learned in the second week of September 2021

What did I learn this week (2021) - 34

Weekly summarization and review of things I've learned in the third week of August 2021

What did I learn this week (2021) - 14

Weekly summarization and review of things I've learned in the first week of April 2021

What did I learn this week (2021) - 13

Weekly summarization and review of things I've learned in the final week of March 2021

What did I learn this week (2021) - 12

Weekly summarization and review of things I've learned in the third week of March 2021

How to implement CQRS with MediatR - Part 2

This post is about implementing mediator pattern in a dotnet WebAPI using MediatR library.

How to implement CQRS with MediatR - Part 1

This post is about implementing mediator pattern in a dotnet console application using MediatR library.

What did I learn this week (2021) - 08

Weekly summarization and review of things I've learned in the third week of February 2021

Using Casbin for authorization in dotnet

Casbin is a powerful and efficient open-source access control library. It provides support for enforcing authorization based on various access control models. Here I'll be sharing my thoughts on Casbin.NET, an authorization library for dotnet.

What did I learn this week (2021) - 07

Weekly summarization and review of things I've learned in the second week of February 2021

File Upload - With Angular and Dotnet Core Web API

Minimal implementation of file upload using Angular and dotnet core web API.

Generating Code Coverage Reports in Dotnet Core

Unlike other application frameworks .NET Core do not provide code coverage reports out of the box. Here I’ll be using a different approach which actually suited my web application. Without further ado, let’s get started.

Embedding Power BI in Angular — Part 1

Power BI is a powerful tool which helps us to create quick and interactive insights from wide range of data sources. Here we’ll be discussing about Power BI service which is a SaaS, and how to embed Power BI Dashboards, Reports and Tiles in web applications.