frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1525 articles Updated Page 2 of 61
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 2 of 61
Newest first
-
Making an agile version of a Windows Runtime delegate in C++/WinRT, part 8
devblogs.microsoft.com Issue #512
Last time, we fixed the problem of an exception thrown from the custom deleter's constructor resulting in a reference leak. But wait, there's another source of exceptions.
-
Failure of LED Backlights
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). My monitor's screen still shows a faint image when viewed at an angle or with a bright flashlight, but the display remains completely dark d...
-
Debugging .NET “Broken Pipe” SSL Errors on macOS
medium.com Issue #512
One of the more frustrating .NET errors on macOS is:
-
backlight failure (screen goes dark but still works)
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). the computer is still running and the screen remains on. This happens intermittently and seems to occur randomly, making it difficult to use...
-
Background Jobs in ASP.NET Core: Hangfire vs Quartz.NET vs Hosted Services
c-sharpcorner.com Issue #511
Compare ASP.NET Core background jobs: Hangfire, Quartz.NET, and Hosted Services. Choose the right solution for your needs.
-
Rate Limiting in ASP.NET Core: Protecting APIs from Abuse and Traffic Spikes
c-sharpcorner.com Issue #511
Protect ASP.NET Core APIs from abuse & traffic spikes with built-in rate limiting. Implement policies for robust security & performance.
-
Caching in ASP.NET Core 10: In-Memory, Distributed, and Output Caching Explained
c-sharpcorner.com Issue #511
Master ASP.NET Core 10 caching: In-Memory, Distributed, and Output. Boost performance, reduce load, and ensure scalability for your web apps.
-
Dependency Injection in C#: Explained Without the Confusing Jargon
medium.com Issue #511
If you’ve worked with ASP.NET Core, you’ve probably written something like this:
-
Health Checks in ASP.NET Core: A Complete Guide (.NET 10)
codewithmukesh.com Issue #511
Add health checks to ASP.NET Core on .NET 10: database, Redis and custom checks, liveness vs readiness probes, probe cost, graceful drain, and Kubernetes wiring.
-
Implement SAML as an external provider in an ASP.NET Core Identity application using Duende as an OIDC server
damienbod.com Issue #511
This article shows how to implement a SAML federation from an ASP.NET Core Identity application using Sustainsys.Saml2.AspNetCore2. Entra ID is used to implement the SAML authentication and the users ...
-
Day 7: From C# to ASP.NET Core
medium.com Issue #511
Today was the day I stopped learning just C# and took my first step into backend development.
-
Mastering Dependency Injection in ASP.NET
medium.com Issue #511
Learn Dependency Injection (DI) in ASP.NET Core Web API from scratch with practical examples, lifetime management, interfaces, service…
-
10 ASP.NET Core 10 Features That Actually Improve Production Applications
c-sharpcorner.com Issue #511
Discover 10 ASP.NET Core 10 features that boost production apps: security, performance, cloud-native, AI-ready APIs, and developer productivity.
-
Build Cross-Platform Windows Forms Applications with Gtk.Windows.Forms
c-sharpcorner.com Issue #510
Run existing WinForms apps on Linux & macOS with Gtk.Windows.Forms. Reuse code, save time, and expand reach without UI rewrites.
-
Feature Flags in .NET: Safe Deployments Without Risk
c-sharpcorner.com Issue #509
Master .NET feature flags for safe deployments. Learn to implement, manage, and remove them for risk-free rollouts and A/B testing.
-
Microservices Communication with RabbitMQ and .NET Core
c-sharpcorner.com Issue #509
Master microservices communication with .NET Core and RabbitMQ. Learn to build event-driven architectures, implement read models, and achieve loose coupling.
-
Middleware in Microsoft Agent Framework
jesseliberty.com Issue #508
A critical need, when creating multi-agent applications is to manage token usage in API calls. This is where middleware plays a crucial role. In this post, we will explore what middleware is within th...
-
Logging & OpenTelemetry in MAF
jesseliberty.com Issue #508
In the rapidly evolving landscape of software development, particularly in the realm of artificial intelligence and automation, the importance of robust logging mechanisms cannot be overstated. This i...
-
Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB
devblogs.microsoft.com Issue #508
Recently we introduced the Agent Memory Toolkit
-
Top 30 .NET Interview Questions for 2+ Years Experience (With Simple Answers & Examples) — Part 1…
medium.com Issue #508
Preparing for a .NET interview can be overwhelming, especially when there are hundreds of concepts to learn.
-
The Microsoft Agent Framework Harness is now released
devblogs.microsoft.com Issue #508
Your agents can now be built on a stable, batteries-included harness - the loop, planning, memory, context management, approvals, and telemetry that turn a model into an agent that actually does thing...
-
GitHub Copilot Agent for .NET Projects
c-sharpcorner.com Issue #508
Unlock .NET development with GitHub Copilot Agent! Automate tasks, accelerate features, and improve code quality. Your AI coding assistant.
-
ASP.NET Core Request Pipeline Explained with Real Examples
c-sharpcorner.com Issue #508
Master the ASP.NET Core request pipeline! Learn about middleware, order, and real-world examples for efficient, secure web apps.
-
GitHub Copilot Enterprise Best Practices for .NET Teams
c-sharpcorner.com Issue #508
Unlock GitHub Copilot Enterprise for .NET teams! Master best practices for AI-assisted coding, ensuring quality, security, and maintainability.
-
Feature Flags in .NET: Ship Dark, Release on Your Terms with Microsoft.FeatureManagement
medium.com Issue #508
Every senior engineer eventually hits the same wall: a feature is code-complete, but the business isn’t ready to expose it, or wants it…