frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 2 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 2 of 58
Newest first
-
The Complete .NET 11 Developer’s Guide to the Agentic Web Part 1
medium.com Issue #493
For the last few months, in these posts, we’ve been doing things the hard way on purpose. We built attention from scratch, watched tokens…
-
OWASP Top 10 for .NET Developers - Part 6: Preventing Vulnerable and Outdated Components
medium.com Issue #492
Modern software development is no longer just about writing secure code. It’s about trusting code written by others. Every NuGet package…
-
Replacing wkhtmltopdf in .NET: A Migration Guide to a Maintained Engine
medium.com Issue #492
The tool that generated your invoices for a decade is archived. Here is how to move a real .NET codebase off it without breaking your PDFs.
-
Getting Started with .NET Aspire for Microservices Development
c-sharpcorner.com Issue #492
.NET Aspire simplifies microservices development with built-in service discovery, observability, and orchestration for cloud-native apps.
-
Building an AI-Powered Root Cause Analysis System for Production Incidents in .NET
c-sharpcorner.com Issue #492
Build an AI-powered Root Cause Analysis system in .NET to accelerate incident resolution, reduce MTTR, and enhance system reliability with modern observability.
-
From .sln to .slnx: Why the New Solution Format Matters for Modern .NET Development
medium.com Issue #491
Photo by Mohammad Rahmani on Unsplash
-
Building a Search Platform Using OpenSearch and .NET
c-sharpcorner.com Issue #491
Build powerful search platforms with OpenSearch and .NET. Learn about its architecture, indexing, querying, and advanced features for scalable, relevant search.
-
.NET AI Community Standup: Why Orleans for AI Agents
youtube.com Issue #491
Join Bruno Capuano and Konstantin Semenenko for a deep dive into building AI agents with .NET and Orleans. As AI applications evolve from simple prompts to complex, stateful systems, developers need a...
-
Implementing Local LLM Inference in .NET Applications Using ONNX Runtime
c-sharpcorner.com Issue #491
Unlock local LLM inference in .NET with ONNX Runtime for faster, private, and cost-effective AI applications. Learn integration & best practices.
-
Architecting a Production-Ready AI Agent Backend: .NET Core vs. FastMCP (Python)
medium.com Issue #491
Why the era of dynamic “vibe coding” is over and how senior engineers are shifting AI tooling to robust backend frameworks.
-
Claude Skills for .NET: Teach AI to Build Features Your Way
antondevtips.com Issue #491
Stop pasting the same instructions into every AI session. Learn how to create Claude skills for .NET (also works for Codex, Copilot and Cursor) - reusable, on-demand instruction packs that teach AI yo
-
The .NET Host Process: What Runs Before Main() and Why It Sometimes Hangs
dotnettips.com Issue #491
This guide explores the essential role of the .NET host process, which initializes the runtime, resolves dependencies, and launches applications. It highlights common issues with lingering host proces...
-
Stop Using _logger.LogInformation For Everything.
rushikprajapati.medium.com Issue #491
Stop Guessing: Which .NET Logger Method Should You Actually Use?
-
Building a Self-Healing Background Job System with .NET Aspire
c-sharpcorner.com Issue #490
Build resilient, self-healing background job systems with .NET Aspire. Learn to implement retries, health checks, and observability for reliable applications.
-
On .NET Live: Building AI Archaeology Platform with .NET, Durable Workflows & Multi-Agent Systems
youtube.com Issue #490
Divakar Kumar introduces Archaios, an AI-powered exploration platform designed to help archaeologists analyze massive LiDAR datasets and uncover hidden historical sites. In this episode, he demonstrat...
-
Event Sourcing in .NET: When to Use It and When to Avoid It
c-sharpcorner.com Issue #490
Explore Event Sourcing in .NET: understand its benefits, challenges, and when to use this powerful pattern for auditability and history.
-
Add vs Stage and Register
devblogs.microsoft.com Issue #489
As previously mentioned to 'install' a package, as people think of the term, Windows actually performs two separate operations: staging and registration. To oversimplify: Staging puts t
-
5 Process Management Problems Every .NET Developer Faces (And How .NET 11 Fixes Them)
towardsdev.com Issue #489
Most developers don’t think much about process management — until something breaks in production. Continue reading on Towards Dev »
-
Getting Started With NATS JetStream in .NET
milanjovanovic.tech Issue #488
NATS almost never comes up when .NET developers talk about message queues, and that's a shame. It's a tiny, fast, single-binary broker, and JetStream adds durable, at-least-once delivery on top. Here'...
-
Building an AI-Powered .NET
nareshit.medium.com Issue #488
Artificial intelligence is changing the way modern applications are built. Earlier, software mainly worked through fixed instructions…
-
Beyond the Chatbot: Demystifying AI Agent Loops, Harnesses, and LLMOps for .NET Developers
medium.com Issue #488
If you’re still just passing a string to an OpenAI endpoint and printing the response to the screen, you’re building tech demos, not…
-
Modern versioning for .NET apps and libraries, and how to produce idempotent artifacts | BEN ABT
medium.com Issue #487
Versioning stays invisible right up to the point when it fails. A package has to be reissued, a support case depends on one exact binary…
-
AI-Powered Knowledge Extraction from Enterprise Documents Using .NET
c-sharpcorner.com Issue #487
Unlock enterprise document insights with .NET and AI. Automate knowledge extraction, improve search, and boost efficiency.
-
Automating API Security Reviews with AI in ASP.NET Core
c-sharpcorner.com Issue #486
Automate API security reviews in ASP.NET Core with AI. Detect vulnerabilities early, improve code quality, and enhance API protection.
-
Building AI-Powered Engineering Standards Assistants Using Blazor
c-sharpcorner.com Issue #486
Build AI-powered engineering standards assistants with Blazor & ASP.NET Core for instant guidance, improved productivity, and consistent application of guidelines.