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
15 views
0 comments


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
69 views
0 comments


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
11 views
0 comments


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
1,996 views
0 comments


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
2,031 views
1 comment


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
2,027 views
0 comments


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
2,052 views
0 comments


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
2,027 views
0 comments


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
2,070 views
0 comments


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
950 views
1 comment
bottom of page