.NET Core (4)

Distributed Caching in .NET Core with PostSharp and Redis
3 July 2019 ยท 2 minutes read

On my previous post, I walked through the benefits of using PostSharp for caching in a .NET Core server application, by making it work on a single node application. In this post, we will see how we can enable Redis as the caching backend through PostSharp's modular nature.

Declarative Coding Approach to Caching in .NET Core with PostSharp
4 May 2019 ยท 6 minutes read

PostSharp is a .NET library which gives you ability to program in a declarative style and allows you perform many cross-cutting concerns with a minimum amount of code by abstracting away the complexity from you. In this post, I will be looking into how PostSharp helps us for caching to speed up the performance of our applications drastically.

Moving to ASP.NET Core RC2: Tooling
22 May 2016 ยท 3 minutes read

.NET Core Runtime RC2 has been released a few days ago along with .NET Core SDK Preview 1. At the same time of .NET Core release, ASP.NET Core RC2 has also been released. While I am migrating my projects to RC2, I wanted to write about how I am getting each stage done. In this post, I will show you the tooling aspect of the changes.

Microsoft Build 2016 in a Nutshell
9 April 2016 ยท 8 minutes read

Two weeks ago, I had an amazing opportunity to be at Microsoft Build Conference in San Francisco and I would like to share my experience about the conference with you in this post by highlighting what has happened and giving you my personal takeaways.