frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1598 articles Updated Page 3 of 64
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 3 of 64
Newest first
-
Benchmarking HTTP Compression Algorithms for ASP.NET Core APIs
c-sharpcorner.com Issue #523
Compare HTTP compression algorithms in ASP.NET Core APIs using real-world benchmarks for response size, CPU consumption, latency, throughput, and network efficiency.
-
Benchmarking PostgreSQL 18 AIO with Real EF Core Workloads
c-sharpcorner.com Issue #523
Benchmark PostgreSQL 18 AIO with EF Core workloads. Measure impact on ASP.NET Core apps, storage I/O, and query performance.
-
Detecting .NET Security Regressions Before Production Deployment
c-sharpcorner.com Issue #522
Create a CI/CD security regression gate for .NET applications that validates runtime and framework updates before deployment and detects security issues early.
-
.NET Data Community Standup: You won't believe what Chris is doing with EF interceptors 🤯
youtube.com Issue #522
Join us for another show where Chris Klug shows us all the things he uses interceptors for! 🎙️ Featuring: Chris Klug, Jiri Cincura #ef #efcore #data #dotnet #interceptors
-
Rebuilding IIIF Manifests from Events: Event Sourcing with KurrentDB and .NET
ahmadminoo.medium.com Issue #522
A proof of concept where KurrentDB is the source of truth and every Manifest is aggregated on retrieval
-
Demystifying Dependency Injection in .NET: The Unspoken Rules of Lifetimes, Performance, and Memory
medium.com Issue #522
Why choosing between Singleton, Scoped, and Transient isn’t about file size or project location, but is entirely about State, Thread…
-
Your purge reported success and deleted nothing
medium.com Issue #522
A silent data-retention bug in Marten, and the thing that found it was not looking for it. Continue reading on CodeToDeploy »
-
How to Prevent and Handle SQL Deadlocks in .NET Applications
malshikay.medium.com Issue #522
Deadlocks are a common problem in applications that work with databases.
-
Securing ZIP-Based .NET Applications with Password-Protected Archives
c-sharpcorner.com Issue #521
Explore password-protected ZIP archives in .NET and learn how to securely package, transfer, and protect application data using the latest ZIP security capabilities.
-
Reading ETW events and diagnosing production issues
medium.com Issue #521
A practitioner’s guide to Event Tracing for Windows — from provider to root cause
-
.NET MAUI CoreCLR Migration: Finding Mobile Regressions
c-sharpcorner.com Issue #520
Navigate .NET MAUI CoreCLR migration for mobile apps. Discover regressions, test systematically, and ensure a smooth transition with this expert guide.
-
Stop updating NuGet packages on every project
roundthecode.com Issue #520
Learn how Central Package Management lets you manage NuGet package versions from a single file across all projects in your .NET solution.
-
Building AI-Ready APIs with Structured Output Validation in ASP.NET Core
c-sharpcorner.com Issue #519
Build robust AI-powered APIs in ASP.NET Core with structured output validation. Ensure reliable data integration and prevent downstream errors.
-
ASP.NET Core REST API Development Guide
faciletechnolab.com Issue #519
A practical guide to building REST APIs with ASP.NET Core — routing, controllers, versioning, authentication, validation, error handling, and OpenAPI docs.
-
ASP.NET Community Standup: What's new in .NET 11 Preview 7?
youtube.com Issue #519
Join the ASP.NET Core team for a tour of what's new for ASP.NET Core and Blazor in .NET 11 Preview 7: Output caching for Blazor, QuickGrid virtualization improvements, auto-pausing Blazor Server circu...
-
Modern authentication in ASP.NET Core with 2FA and passkey
blog.elmah.io Issue #519
This walkthrough builds a .NET 10 ASP.NET Core Web API (TwoFaNET10) implementing two-factor authentication and WebAuthn/FIDO2 passkey login, using Microsoft.AspNetCore.Identity.EntityFrameworkCore wit...
-
Diagnosing Thread Pool Starvation in ASP.NET Core APIs
c-sharpcorner.com Issue #519
Diagnose and fix ASP.NET Core API Thread Pool starvation. Learn to identify slow responses caused by blocked threads, not just slow databases.
-
How to Resolve SQL Server Error 40 ("Could Not Open a Connection to SQL Server")
c-sharpcorner.com Issue #519
Resolve SQL Server Error 40 in ASP.NET Core. Troubleshoot connection issues with Entity Framework Core, connection strings, and configuration.
-
Implementing JWT Authentication with Secure Refresh Tokens in .NET Core
c-sharpcorner.com Issue #519
Implement secure JWT authentication with refresh tokens in .NET Core. Learn to generate, validate, and refresh tokens for stateless API security.
-
Building High-Performance Minimal APIs with Typed Results in .NET Core
c-sharpcorner.com Issue #518
Unlock high-performance .NET Core Minimal APIs with Typed Results. Enhance type safety, unit testability, and Swagger documentation for cleaner code.
-
Getting Started with Redis in .NET: Learning CRUD Step by Step
medium.com Issue #517
Hi, this is my first post.
-
Event-Driven Agent Workflows with Azure Service Bus and .NET
c-sharpcorner.com Issue #517
Build resilient, asynchronous AI agent workflows with Azure Service Bus and .NET, overcoming synchronous bottlenecks for enterprise tasks.
-
Integrating Snowflake Cortex AI with Enterprise .NET Applications
c-sharpcorner.com Issue #517
Integrate Snowflake Cortex AI with .NET apps for secure, in-perimeter LLM inference. Leverage JWTs & native RBAC for data governance.
-
Event-Driven AI Workflows with Azure Event Grid and .NET
c-sharpcorner.com Issue #517
Build scalable, responsive AI workflows with Azure Event Grid and .NET. Decouple services for efficient, event-driven asynchronous processing.
-
Migrating VB.NET to C#: Step-by-Step Guide
faciletechnolab.com Issue #516
How to migrate VB.NET to C# - syntax conversion, project structure changes, COM dependencies, testing strategy, and tooling. A practical step-by-step guide.