API Versioning in .Net Core

You can find my all .Net core posts here. In this post, we will see how to use different options for versioning in .Net Core API projects. Versioning API is very important and it should be implemented in the API project. Let us see how to achieve this in .Net Core. prerequisite: Visual studio 2017 community edition, download … Continue reading API Versioning in .Net Core

Random tips I shared on LinkedIn

Below are some random tips I have shared on my LinkedIn page. It might be useful to you. Microsoft is providing a free DevOps training which includes 8 courses(8-32 hours per course) Just few clicks are required to enroll. Do not miss this awesome training. You need to pay only if you require a certificate … Continue reading Random tips I shared on LinkedIn

The Gatekeeper security pattern: Cloud design patterns part II

You can find my all .Net core posts here. By this post, I am starting the series of post on Cloud design patterns. These patterns are mostly generic and can be used with any cloud provider but in this series, I will mainly focus on the Azure. In this post, we will see one more Security pattern which is Gatekeeper design pattern. … Continue reading The Gatekeeper security pattern: Cloud design patterns part II

Steps to add new field with Code first approach in .Net Core

You can find all .Net core posts here. I have written a post on Code first approach with .Net Core which you can find here. In above post, I have not covered adding an additional new field in the model and migrate it to the database using Code first approach. Let us see that scenario in this … Continue reading Steps to add new field with Code first approach in .Net Core