frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 21 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 21 of 48
Newest first
-
Comparing ASP.NET Core vs Node.js for High-Traffic APIs
c-sharpcorner.com Issue #328
Explore ASP.NET Core vs Node.js for high-traffic APIs. Compare architecture, performance, scalability, and security to choose the best framework for your needs.
-
7 Game-Changing Ways an API Gateway Supercharges Your .NET
blog.stackademic.com Issue #328
Discover how API Gateways eliminate bottlenecks, centralize control, and make your .NET microservices architecture smarter, safer, and… Continue reading on Stackademic »
-
CQRS Is A Specialized Tool, Not an Architecture Theater.
levelup.gitconnected.com Issue #328
The Technical Justification Behind Read/Write Separation Continue reading on Level Up Coding »
-
GraphQL vs REST: Building Smarter APIs in ASP.NET Core
c-sharpcorner.com Issue #327
Explore REST vs. GraphQL in ASP.NET Core. Learn about API design, implementation, and performance. Discover which approach suits your project best for efficient data fetching.
-
The Future of Frontend Development: Why Blazor Is Gaining Momentum
medium.com Issue #327
Frontend development has always moved quickly. New tools appear, older ones fade, and developers constantly adjust.
-
Why You Should Use DTOs Instead of Entities in ASP.NET Core Web API
malshikay.medium.com Issue #327
Using DTOs: a simple step toward secure and maintainable APIs
-
.NET Core Advanced MCQs — Dependency Injection (DI)
c-sharpcorner.com Issue #326
Test your .NET Core knowledge with these advanced MCQs on Dependency Injection, Middleware, Memory Management & Performance. Sharpen your skills and ace your next interview!
-
Stop leaks — master ASP.NET Core lifetimes today
medium.com Issue #326
Master ASP.NET Core service lifetimes — Singleton, Scoped, Transient. Avoid leaks and thread bugs with clear rules, runnable examples, and…
-
Introduction to ASP.NET – Architecture, Features & Real-World Use Cases
c-sharpcorner.com Issue #326
Explore ASP.NET: a robust framework for building dynamic web apps, APIs, and enterprise software. Learn about its architecture, key features, and real-world applications.
-
Dynamically Setting HTML Attributes Using C# in ASP.NET
c-sharpcorner.com Issue #326
Learn how to dynamically set HTML attributes in ASP.NET using C#. Modify control behavior and appearance based on server-side logic for enhanced interactivity and accessibility.
-
Dependency Injection and IoC in ASP.NET Core: A Professional Guide
medium.com Issue #326
In the world of professional .NET application development, Dependency Injection (DI) and Inversion of Control (IoC) are not just trendy…
-
Difference Between ASP.NET Web Forms, MVC & .NET Core
c-sharpcorner.com Issue #325
Explore the evolution of ASP.NET: Web Forms, MVC, and .NET Core. Understand key differences, features, and ideal use cases to choose the right framework.
-
Advanced .NET Core Concepts — DI, Middleware & Memory Leaks
c-sharpcorner.com Issue #325
Master advanced .NET Core: Dependency Injection for loose coupling, custom middleware for request handling, and memory leak prevention for robust applications.
-
Building an Extremely Fast Caching Repository Using the Decorator Pattern in ASP.NET Core 9.
medium.com Issue #325
Modern web applications demand high performance, low latency, and efficient data retrieval. With ASP.NET Core 9 and C#, you can easily… Continue reading on Stackademic »
-
Various Way To Displaying Backend Data in Frontend with Data Binding in ASP.NET
c-sharpcorner.com Issue #325
Explore various ASP.NET data binding techniques to display backend data in the frontend. Learn to use GridView, Repeater, ListView, and more for dynamic web pages.
-
.NET Core Cheat Sheet (Middleware + DI Lifetimes)
c-sharpcorner.com Issue #325
Master ASP.NET Core! This cheat sheet covers Middleware (pipeline, registration, rules) and Dependency Injection (lifetimes, best practices, common mistakes).
-
From Spring Boot to .NET: The Struggle
rasathuraikaran26.medium.com Issue #325
My articles are open to everyone; non-member readers can read the full article by clicking this link Continue reading on Javarevisited »
-
Clean Architecture Project Setup From Scratch (with .NET 9) — Copy-Paste Starter
medium.com Issue #324
If you want the full source code, join our community: Here
-
Building Interactive UI in ASP.NET Web Forms with Data Binding & jQuery
c-sharpcorner.com Issue #324
Explore dynamic data binding in ASP.NET Web Forms! Learn how to pass data to client-side JavaScript for interactive modal updates using Bootstrap.
-
This One Header Can Make Your API 30% Faster
medium.com Issue #324
(And it takes less than 2 minutes to add)
-
ASP.NET Core REST API Best Practices: The 2025 Developer’s Guide
isitvritra101.medium.com Issue #324
Learn ASP.NET Core REST API best practices for 2025. Master HTTP methods, status codes, JWT auth, versioning & pagination.
-
Building a REST API with .NET and SQL Server — The Clean Way
medium.com Issue #324
When I first started building APIs in .NET, I thought the goal was simple: get data from SQL Server and return it as JSON. It worked — but…
-
Zero Downtime Deployment Strategies for ASP.NET Core Apps
c-sharpcorner.com Issue #324
Eliminate downtime during ASP.NET Core deployments on IIS! Learn Blue-Green strategies, Jenkins CI/CD, health checks, and monitoring for seamless updates.
-
The Simplest Way to Add Health Checks in .NET APIs
medium.com Issue #324
One line of code that can save your entire deployment.
-
How Copilot Studio uses .NET and WebAssembly for performance and innovation - .NET Blog
devblogs.microsoft.com Issue #324
Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly.