Book Summary: Getting Results the Agile Way by J.D. Meier Members Public

This is a great productivity book on building up a good Personal Productivity System to manage your life - both work and personal. I'd recommend this book for anyone starting to build a productivity system for themselves.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Books

Why You Should Avoid Command Handlers Calling Other Commands? Members Public

One of the patterns that I keep coming back to when building ASP NET Applications is the Command Query Separation (CQS) pattern. Fundamentally, the pattern separates the code to read (Query) and the write (Command) to the data store. By separating the Commands and Queries, the code is more focused

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

2020: 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

Understand CORS and Learn How to Enable it for Your ASP NET API Members Public

Cross Origin Resource Sharing or CORS in short is a W3C standard that allows a server to relax the same-origin policy. Learn more about CORS, how to enable it for an ASP NET Web API, Preflight requests and more.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

How To Automatically Deploy ARM Templates To Azure Cosmos Emulator Members Public

Azure Cosmos Emulator does not support ARM templates. Learn how you can automatically create Database and Containers from an ARM Template to support a seamless development experience.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How To Create An ARM Template For Cosmos DB Members Public

Learn how to create an ARM template to deploy Azure Cosmos DB with dynamic containers. With this template you can keep adding containers as you build the application.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Are You Using HttpClient in The Right Way? Members Public

If not used correctly it's easy to run into socket exhaustion and DNS related issues with HttpClient in .NET Core. Learn how to identify these issues and how to use HttpClient class in the right way.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

How To Improve Your Online Reading - Why I Chose Diigo? Members Public

Learn how Diigo helps you to capture and organize information you read online

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity