frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 12 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 12 of 58
Newest first
-
Every Note-Taking App Tries Too Hard. I Fixed It.
medium.com Issue #403
I’ve used a lot of note-taking apps. Apple Notes, Notion, Notability, a bunch of others. They all have the same problem: too many taps…
-
How to Avoid Code Duplication in Vertical Slice Architecture in .NET
antondevtips.com Issue #403
Learn how to manage code duplication in Vertical Slice Architecture with .NET. Discover when to share vs duplicate code, extract infrastructure concerns, push business logic into domain models, share
-
Polymorphic Relationships in EF Core: Three Approaches
blog.elmah.io Issue #403
Database schema and entity design are the pavement of most applications. If the entities are paved well, the application can provide great performance. Otherwise, it can lead to pitfalls. One key aspe...
-
LINQ in C#: Understanding the SelectMany() Operator [Part 1]
medium.com Issue #403
Flattening Hierarchies, One Sequence at a Time
-
How to Implement Role-Based Authorization in ASP.NET Core?
c-sharpcorner.com Issue #402
Secure your ASP.NET Core apps with role-based authorization (RBAC). This guide covers implementation, benefits, and best practices for production environments. Learn to control access effectively!
-
How to Enable HTTPS Redirection in ASP.NET Core?
c-sharpcorner.com Issue #402
Secure your ASP.NET Core apps! This guide details enabling HTTPS redirection, configuring certificates, handling reverse proxies, and implementing HSTS for robust security.
-
How to Implement Microservices Architecture in .NET?
c-sharpcorner.com Issue #402
Learn how to implement microservices architecture in .NET using ASP.NET Core. This guide covers design, deployment, communication, and best practices for scalable apps.
-
Plan Mode in Claude Code - Think Before You Build with AI
codewithmukesh.com Issue #402
Master Plan Mode in Claude Code with a real ASP.NET Core walkthrough, decision matrix, Ctrl+G plan editing, and daily usage tips.
-
Difference Between .NET Core and .NET Framework in 2026?
c-sharpcorner.com Issue #401
Explore the key differences between .NET Framework and modern .NET in 2026. Understand platform support, performance, architecture, and future roadmap for informed decisions.
-
ASP.NET to .NET Core Migration: What CIOs and CTOs Need to Know
news.google.com Issue #401
ASP.NET to .NET Core Migration: What CIOs and CTOs Need to Know
-
Build an Infinite AI Chat in .NET with Llama 3 (Fully Local Setup Guide)
hardikmasalawala.medium.com Issue #401
🚀 Build an Infinite AI Chat in .NET with Llama 3 (Fully Local Setup Guide)
-
🚀 How to Optimize .NET Applications for Maximum Performance
c-sharpcorner.com Issue #401
Boost .NET app performance! Learn proven strategies: architecture, database optimization, async, caching, memory, compression, monitoring, and smart deployment.
-
Microsoft Agent Framework Reaches Release Candidate
devblogs.microsoft.com Issue #401
We're happy to announce that Microsoft Agent Framework is now in Release Candidate status for both .NET and Python. Release Candidate is an important milestone on the road to General Availability — it...
-
How to Design a Multi-Tenant SaaS Platform on Microsoft Azure
faciletechnolab.com Issue #401
A practical guide to designing a secure, scalable multi-tenant SaaS architecture on Microsoft Azure, covering tenancy models, data isolation, Azure services, and real-world architectural consideration...
-
Using Redis in ASP.NET Core
c-sharpcorner.com Issue #400
Boost your ASP.NET Core app's performance with Redis! Learn how to implement caching, reduce database load, and handle high traffic efficiently. Step-by-step guide included.
-
How to Implement JWT Authentication in ASP.NET Core 8 Step by Step?
c-sharpcorner.com Issue #400
Secure your ASP.NET Core 8 APIs with JWT authentication! This step-by-step guide covers project setup, token generation, authorization, and production best practices for robust security.
-
Building Real-World Web Apps with ASP.NET Core Razor Pages
visualstudiomagazine.com Issue #400
Microsoft MVP Philip Japikse discusses how ASP.NET Core Razor Pages in .NET 10 provides a streamlined, page-centric development model for building maintainable web applications, leveraging modern feat...
-
How to Connect Angular Frontend With ASP.NET Core Web API?
c-sharpcorner.com Issue #400
Learn how to connect an Angular frontend to an ASP.NET Core Web API for scalable web apps. Includes CORS, HttpClient, environment configs, & security tips.
-
How LINQ Execution Actually Works: Power of Being Lazy
medium.com Issue #398
Have you ever written a beautifully complex LINQ query, stepped through it with your debugger, and noticed that your app didn’t actually…
-
Stop Cascading Failures: A Practical Guide to the Circuit Breaker Pattern in .NET
medium.com Issue #398
How to prevent cascading failures in distributed systems using Polly.
-
A smarter way to learn .NET without reading the docs
roundthecode.com Issue #398
Discover how .NET concepts can be learned without reading documentation, using AI tools to turn docs and videos into podcasts, summaries and mind maps. The page A smarter way to learn .NET without rea...
-
Middleware Deep Drive in .NET
medium.com Issue #398
Middleware in .NET acts as a request pipeline component that handles logging, authentication, routing, and error handling. Each middleware…
-
Observability in .NET with OpenTelemetry
c-sharpcorner.com Issue #398
Explore .NET observability with OpenTelemetry! Learn how to monitor distributed applications using logs, metrics, and traces. Plus, a basic setup example included!
-
LINQ in C#: Understanding the Select() Operator
medium.com Issue #398
When developers first encounter LINQ, they often see Select() as “just a projection method.” But in real systems, Select() is the operator…
-
Creating standard and "observable" instruments: System.Diagnostics.Metrics APIs - Part 3
andrewlock.net Issue #398
In this post I discuss the various Instrument