Skip to content
Tag8 articles

.NET

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

Related tags

Articles

Shipping faster in .NET is less about memorizing NuGet packages and more about knowing which job needs a tool: identity, data access, tests, logs, app hosts, ba

Jul 16, 20265 min read
Read

Many developers reach for async/await hoping one method will finish sooner. It does not make a database round-trip or HTTP call execute faster; the external ope

Jul 16, 20264 min read
Read

Many .NET teams stop at "add [Authorize] and check roles." That covers two of seven authorization models ASP.NET Core ships with — and leaves you reaching for h

Jul 5, 20266 min read
Read

SOLID is five design heuristics for object-oriented code that must change safely. Robert Martin popularized the acronym; the ideas are older than the name. They

Jul 4, 20268 min read
Read

JSON Web Tokens are a common access-token format, but OAuth 2.0 does not require them: providers may issue opaque bearer tokens that an API introspects instead.

Jul 4, 20266 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, 20266 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, 20266 min read
Read

In enterprise .NET applications, traditional Create-Read-Update-Delete (CRUD) architectures suffer when handling complex domain business rules or scaling high-v

Aug 3, 20269 min read
Read

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

Browse Topics