ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 12 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 12 of 49
Newest first
-
A Generic Query Engine for Data Grids in C# (Part 2)
medium.com Issue #425
Before any expression tree is built, the engine must decide what’s allowed in — and what gets rejected at the door.
-
Preventing Overposting in ASP.NET Core JSON Patch APIs
derek-ji.medium.com Issue #425
A custom Model Binder that enforces field-level access control using annotations
-
Mastering the Options Pattern in .NET
medium.com Issue #425
If you’ve spent any time building APIs or microservices in ASP.NET Core, you’ve dealt with configuration. API keys, database connection…
-
ASP.NET Core .NET 10 Program.cs Explained: The Complete Guide to Everything You Can Configure
akash-shah.medium.com Issue #424
When developers first start working with ASP.NET Core, the Program.cs
-
Building an AI-Powered Translator App Using Angular, .NET Core, and Python
medium.com Issue #424
Introduction
-
.NET & C# for FHIR Interoperability 3 — Resource Validator
medium.com Issue #424
Author: Rong Fan | FHIR Solution Provider | 10+ years .NET/C# expertise
-
Why Your .NET API Is Slow — And 6 Ways to Fix It Fast
pushpadangi.medium.com Issue #424
.NET · ASP.NET Core · Performance · C# · Web Development · Backend
-
Understanding Cookies in C#: A Guide for Modern .NET Developers
medium.com Issue #424
If you’ve ever tried to load a personalized dashboard, process authenticated reports, or maintain user sessions in your C# web application…
-
High-Performance Bulk CRUD Operations in ASP.NET Core with Oracle
c-sharpcorner.com Issue #423
Boost ASP.NET Core performance with Oracle! Learn bulk CRUD using Global Temporary Tables, stored procedures, and Dapper for efficient handling of 100K+ records.
-
Dependency Injection in C#
c-sharpcorner.com Issue #423
Learn Dependency Injection (DI) in C# with a practical example! Discover how to decouple code, improve testability, and easily switch services like Email to SMS. Perfect for ASP.NET Core projects.
-
-
45 .NET Web API Interview Questions That Actually Get Asked in 2026
codewithmukesh.com Issue #422
45 practical .NET Web API interview questions with expert answers, code examples, and red flags. ASP.NET Core, EF Core 10, auth, caching, architecture.
-
ASP.NET Core Output Cache: How to Speed Up Your API with In-Memory Cache and Redis
antondevtips.com Issue #422
Learn how to use Output Cache in ASP.NET Core using IMemoryCache, IDistributedCache, and Redis. This guide covers Output Cache setup in ASP.NET Core, expiration time, cache policies, VaryByHeader, Var
-
Build Real-Time Pub/Sub Messaging with MQTT, EMQX, .NET, and Angular
mirzaleka.medium.com Issue #421
A hands-on guide to building client-server Pub/Sub messaging with MQTT and EMQX across ASP.NET, VB.NET, and Angular. We explore the basics…
-
GitHub Actions for .NET: Build, Test, and Deploy Your API
medium.com Issue #421
A complete CI/CD pipeline from zero — automated builds, test coverage, Docker images tagged by commit SHA, and deployment to Azure with a…
-
Return Types in ASP.NET MVC
c-sharpcorner.com Issue #421
Master ASP.NET MVC return types! Learn about ActionResult, ViewResult, JsonResult, FileResult, and more with practical examples. Build better web applications!
-
How Model Binding Works in ASP.NET MVC
c-sharpcorner.com Issue #421
Unlock the power of ASP.NET MVC Model Binding! Learn how it automatically maps form data to C# objects, simplifying your code and boosting development speed. Step-by-step guide included!
-
Mastering LINQ Query Optimization in ASP.NET Core: A Complete Developer’s Guide
medium.com Issue #421
Introduction
-
️ Custom Session Store for Complex Objects in ASP.NET Core
medium.com Issue #420
ASP.NET Core’s default session fails with complex objects. This post shows how to store them safely in memory.
-
Securing ASP.NET Core APIs with API Keys
c-sharpcorner.com Issue #420
Protect your ASP.NET Core APIs with API Keys! This guide explores 5 practical patterns, from simple middleware to database-backed solutions, complete with code examples.
-
How to C#: Add Configuration to your .NET 8 Web API Application
medium.com Issue #420
Adding Custom Configuration to a .NET 8 Web API
-
Mastering DateTime & Time Zones in ASP.NET Core: Stop Breaking Your Users’ Clocks
medium.com Issue #419
A deep-dive into DateTimeOffset, TimeZoneInfo, and UTC-first architecture that scales globally — with real code, real scenarios, and zero…
-
Hey network, I want to share a free tool I built to make starting new .NET
medium.com Issue #419
If you’ve ever started a new microservice, you know how tedious the initial boilerplate can be — wiring up the folder architecture…
-
Integrating Scalar API Documentation in ASP.NET Core
medium.com Issue #418
Clear and interactive API documentation is essential for modern software development. It helps developers understand endpoints, test APIs…
-