top of page



Migrating from Newtonsoft.Json to System.Text.Json in .NET 8
Today we are talking about Migrating from Newtonsoft.Json to System.Text.Json in .NET 8 can improve performance, reduce dependencies, and...
amol ankit
Mar 303 min read
Â
Â
Â


YAML: The Friendly Data Format and How to Use It Securely
YAML: The Friendly Data Format and How to Use It Securely If you've ever dealt with configuration files, you've likely encountered YAML....
amol ankit
Sep 8, 20244 min read
Â
Â
Â


Handling Partition Management on Large Tables: A Real-World Experience
Introduction Managing large data tables in databases can be a significant challenge. When dealing with tables that contain vast amounts...
amol ankit
Aug 28, 20244 min read
Â
Â
Â


Mastering Empty Interfaces in C#: Practical Examples for Domain-Driven Design and Beyond
Uncover the hidden power of empty interfaces in software design.
amol ankit
Aug 17, 20243 min read
Â
Â
Â


Mastering Dependency Injection in .NET: Solving Common API Issues with Simple Fixes
Unlock the Secrets to Seamless API Calls and Error-Free Dependency Management in .NET Introduction: The Mystery of Failing API Calls Have...
amol ankit
Aug 12, 20245 min read
Â
Â
Â


The Rise and Fall of Microsoft's Smartphone Ambitions
Microsoft's Dominance and Initial Reaction to the iPhone In 2006, just one year before the iPhone was released, Microsoft dominated the...
amol ankit
Aug 4, 20244 min read
Â
Â
Â


Understanding Onion Architecture
Understanding Onion Architecture: A Guide for New Software Developers Starting a career as a software developer opens up opportunities to...
amol ankit
Jun 18, 20244 min read
Â
Â
Â


Building a Minimal API in C#: A Step-by-Step Guide
Building a Minimal API in C#: A Step-by-Step Guide Minimal APIs in .NET offer a simplified method for creating APIs with minimal setup...
amol ankit
Jun 17, 20244 min read
Â
Â
Â


Implementing Resilience in an API: An Introduction to Polly
Introduction Resilience in an API is crucial to ensuring the system's robustness and reliability. It encompasses practices and...
amol ankit
Jun 14, 20243 min read
Â
Â
Â


What's Up with HTTP Status Codes? Let's Break it Down for You!
1. Hey there, let's talk about HTTP status codes! Hey there! Have you ever encountered those confusing HTTP status codes while browsing...
amol ankit
Mar 24, 20243 min read
Â
Â
Â
bottom of page