.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…
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…
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…
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…
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.…
Most .NET projects start clean and become entangled within six months. Controllers call repositories that call other services that reach back into controllers. …
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…
In enterprise .NET applications, traditional Create-Read-Update-Delete (CRUD) architectures suffer when handling complex domain business rules or scaling high-v…
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics