.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 3 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 3 of 59
Newest first
-
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.
-
Building AI-Powered Operational Knowledge Graphs with .NET
c-sharpcorner.com Issue #486
Build AI-powered operational knowledge graphs with .NET & ASP.NET Core for deeper insights, faster incident response, and improved IT operations.
-
Building AI-Powered Knowledge Validation Systems with .NET
c-sharpcorner.com Issue #486
Build AI-powered knowledge validation systems with .NET and ASP.NET Core to ensure accurate, consistent, and up-to-date organizational knowledge.
-
How to Build AI-Powered Technical Support Automation Platforms
c-sharpcorner.com Issue #486
Build AI-powered technical support automation platforms with ASP.NET Core for faster, more efficient, and scalable customer assistance.
-
Designing AI-Ready Multi-Tenant Architectures in ASP.NET Core
c-sharpcorner.com Issue #486
Design AI-ready multi-tenant ASP.NET Core apps. Ensure isolation, scalability, and security for AI workloads across tenants.
-
How to Build AI-Powered API Mocking Services in ASP.NET Core
c-sharpcorner.com Issue #486
Build intelligent AI-powered API mocking services in ASP.NET Core to accelerate development, enable realistic testing, and improve collaboration.
-
Building AI-Powered Knowledge Trust Systems with ASP.NET Core
c-sharpcorner.com Issue #486
Build trustworthy AI with ASP.NET Core. Learn to create Knowledge Trust Systems for verified, validated, and transparent AI responses.
-
Modernizing .NET — Part 30: Strangler Fig Architecture
medium.com Issue #486
How to migrate ASP.NET Framework to ASP.NET Core one safe slice at a time instead of betting on a big rewrite.
-
Understanding Access Modifiers in .NET (C#) — A Complete Guide
medium.com Issue #485
Access modifiers are one of the most fundamental concepts in .NET and C#. They control the visibility and accessibility of classes and…
-
IO Performance: Reuse HttpClient to Avoid Connection Overhead
dotnettips.com Issue #485
When populating collections in .NET, choosing the right bulk operation improves both clarity and efficiency. Methods like AddRange() and InsertRange() allow multiple items to be added in a single call...
-
Reflection in C#: The “X-Ray Vision” Superpower Every .NET Dev Should Know
medium.com Issue #485
By a fellow .NET dev who’s been in the trenches for years Continue reading on CodeToDeploy »
-
How to Simplify ASP.NET Core API Testing
medium.com Issue #484
When developing applications, we strive to avoid code duplication. We extract commonly used code into libraries and use DI containers to…
-
Human Resource Management System in ASP.NET Core MVC
c-sharpcorner.com Issue #484
Build a Human Resource Management System (HRMS) in ASP.NET Core MVC. Covers setup, authentication, Admin, and Employee modules for efficient HR operations.
-
How to Build AI-Driven Engineering Assistant Portals with Blazor
c-sharpcorner.com Issue #484
Build AI-driven engineering assistant portals with Blazor & ASP.NET Core. Enhance developer productivity by unifying knowledge and data.
-
We Moved from SQL Server to PostgreSQL in a .NET
medium.com Issue #483
We moved one of our .NET systems from SQL Server to PostgreSQL mainly to reduce licensing cost and simplify our cloud setup.
-
Middleware: What It Is and Why It Matters
ngcheehou.medium.com Issue #482
If I had to summarize why we need middleware in .NET development in one sentence, I would say:
-
Building AI-Powered Code Migration Tools with .NET and Azure OpenAI
c-sharpcorner.com Issue #481
Leverage .NET and Azure OpenAI to build intelligent AI-powered tools for automating legacy code migration, accelerating modernization.