2018: What Went Well, What Didn't and Goals Members Public

A short recap of the year that is gone by and looking forward!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Query Object Pattern and Entity Framework - Making Readable Queries Members Public

Using a Query Object to contain large query criteria and iterating over the query to make it more readable.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

Exclude Certain Scripts From Transaction When Using DbUp Members Public

Certain commands cannot run under a transaction. See how you can exclude them while still keeping your rest of the scripts under transaction.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

.Net Core Web App and Azure AD Security Groups Role Based Access Members Public

Use Azure AD groups to enable/disable functionality for your users based on their Roles.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure AD Custom Attributes and Optional Claims from an ASP.Net Application Members Public

Adding and retrieving custom attributes from an Azure AD

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Setting up DbUp in Azure Pipelines Members Public

DbUp in a .Net core console application and Azure Pipelines.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

Tip of the Week: Azure Pipelines - How to Find Remaining Free Build Minutes? Members Public

With Azure Pipelines you can continuosly build, test and deploy to any cloud platform. Azure Pipelines has multiple options to start based on your project. Even if you are developing a private application, Pipelines offers you 1 Free parallel job with upto 1800 minutes per month and also 1 Free

Rahul Pulikkot Nath
Rahul Pulikkot Nath
TipOW

Working Effectively Under Constraints Members Public

At times you might be working in environments where there are a lot of restrictions on the tools that you can use, the process that you need to follow, etc. Under these circumstances, it is essential that we stick to some core and fundamental principles and practices that we as

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts