Blog

Thoughts, stories, and ideas about technology and development

Category: Programming×

Showing 4 of 4 articles

February 10, 2026

Dapper vs Entity Framework: Choosing the Right ORM for .NET

A comprehensive comparison of Dapper and Entity Framework, exploring their differences, similarities, use cases, and practical examples to help you choose the right data access technology

Read More
January 30, 2026

Object Calisthenics: 9 Rules for Better Object-Oriented Code

Master the art of writing clean, maintainable object-oriented code through disciplined practice

Read More
January 14, 2026

Factory Method Pattern in C#: Flexible Object Creation

Understanding how the Factory Method pattern enables flexible and maintainable object creation in C#

Read More
January 14, 2026

Generic Methods in C#: Type-Safe Reusable Code

Understanding how generic methods enable type-safe, reusable code without sacrificing performance

Read More