frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 3 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 3 of 58
Newest first
-
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.
-
Build AI Agents with Harness Agents in .NET Using Microsoft Agent Framework
c-sharpcorner.com Issue #481
Learn how to build AI agents with Harness Agents in .NET using Microsoft Agent Framework. This session explains agent orchestration, Harness Agent capabilities, workflow automation, tool integration, ...
-
The Modern .NET
medium.com Issue #481
From scattered concepts to production-ready intuition, everything you need to build real ASP.NET Core applications.
-
Building AI-Powered Technical Documentation Generators in .NET
c-sharpcorner.com Issue #481
Build AI-powered technical documentation generators in .NET. Automate API docs, architecture summaries, and onboarding guides.
-
SOLID Principles Every .NET Developer Should Know
alifiyakapasi07.medium.com Issue #481
Writing code that works is one thing. Writing code that is maintainable, scalable, and easy to extend is another.
-
Building a Tool-Calling AI Agent in C# with .NET, SQLite, and Llama 4
medium.com Issue #481
Exploring AI tool calling, agent loops, and real-world AI integration using C# and .NET.
-
5 Hidden .NET Features Most Developers Still Aren’t Using (With Practical Examples)
blog.gopenai.com Issue #480
When people talk about .NET, they usually focus on the big announcements — new C# syntax, performance improvements, or the latest… Continue reading on GoPenAI »
-
Five Modern C# Features Every .NET Developer Should Know
c-sharpcorner.com Issue #480
Master modern C# features like primary constructors, field keyword, records, pattern matching, and required members for cleaner .NET development.
-
Build Game UI Without the Pain: Gum Layout Tool for .NET | .NET Game Development
youtube.com Issue #479
Game UI layout in .NET is more painful than it needs to be. Gum is an open source layout tool built specifically for games that works with MonoGame, FlatRedBall, raylib, and more (including Skia-based...
-
Stop Copy-Pasting NuGet Versions: A Guide to .NET Central Package Management (CPM).
gbemmiey.medium.com Issue #478
If you’ve spent any time in the .NET ecosystem, you know the drill. You open up a mid-to-large sized solution, and there it is — a…