Skip to content
All tags
Tag12 articles2 courses

Architecture

Everything on CoreConcept tagged with Architecture. Explore related tags below.

Related tags

Courses

Intermediate11 hours

Learn how to design scalable, reliable, and maintainable systems — from single servers to distributed architectures used by millions of users.

Intermediate10 hours

From fundamentals to production — caching strategies, eviction policies, invalidation, Redis, CDN caching, and multi-level architectures with hands-on patterns throughout.

Articles

A chatbot answers one prompt at a time. An **agentic AI system** accepts a goal, plans how to reach it, calls tools, remembers context, coordinates with other a

Jul 5, 20266 min read
Read

SOLID is five principles for writing object-oriented code that's easy to extend without breaking existing behavior. They were named by Robert Martin and have be

Jul 4, 202614 min read
Read

Event Sourcing and CQRS are two patterns that often appear together in microservices and domain-driven design — but they solve different problems. Event Sourcin

Jul 4, 202611 min read
Read

Synchronous microservices create invisible chains: when the payment service is slow, the order service is slow, and when the email service is down, orders fail.

Jul 4, 202615 min read
Read

Most .NET projects start clean and become entangled within six months. Controllers call repositories that call other services that reach back into controllers.

Jul 4, 202616 min read
Read

Every new project faces the same question: one big application or many small services? The answer is rarely binary. A monolith ships fast and stays simple until

Jul 4, 202611 min read
Read

Modern systems rarely pick one API style for everything. REST uses HTTP and JSON — simple, cache-friendly, and the default for public web APIs. GraphQL exposes

Jul 4, 202612 min read
Read

Modern backends rarely speak one language. Clients hit REST endpoints through an API Gateway. Mobile apps send GraphQL queries to fetch exactly the fields they

Jul 2, 202616 min read
Read

Picking a database is not about finding the fastest engine — it is about matching storage to the shape of your data. Start with one question: is your data struc

Jul 1, 202618 min read
Read

Microservices give teams independence — but independence without patterns leads to chaos. Six design patterns solve the most common problems: how clients reach

Jul 1, 202614 min read
Read

Flashy demos are easy. Production agentic AI is not. In 2026, building agents that truly think, act, and improve on their own means mastering nine interconnecte

Jul 1, 202610 min read
Read

Artificial intelligence is not here to replace .NET developers. It is here to extend what they can build. The fundamentals you already know — services, APIs, da

Jul 1, 202612 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics