frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 20 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 20 of 58
Newest first
-
[Alpha Release] EasyMessages — Standardized messages for .NET
medium.com Issue #337
Hey dotnet community! 👋
-
LINQ in C#: How I Teach It to New Developers
medium.com Issue #337
A hands-on guide to learning LINQ the way real C# developers use it every day, with clear sketches, simple examples, and patterns that… Continue reading on Let’s Code Future »
-
ABP.IO Platform 10.0 Final Has Been Released!
medium.com Issue #337
We are glad to announce that ABP 10.0 stable version has been released today. Continue reading on ABP.IO »
-
MCP for AI in .NET — The Missing Layer Between LLMs and Real Applications
medium.com Issue #336
If you’ve ever tried integrating AI into a .NET application, you’ve probably noticed something:
-
SharedArrayBuffer: The Hidden Super-Primitive That’s Reshaping the Future of WebAssembly, .NET
medium.com Issue #336
By Jacob Mellor · Chief Technology Officer, Iron Software (Iron Software)
-
⭐ Stop Guessing! Here’s Exactly What Action Methods Do in ASP.NET Core
medium.com Issue #335
Action methods are one of the first things you must understand while building a Web API in ASP.NET Core. But beginners often get confused…
-
Understanding .NET Core: A Simple and Complete Guide for Beginners
c-sharpcorner.com Issue #335
A complete beginner-friendly guide to .NET Core covering its features, project structure, middleware pipeline, request flow, and key concepts of ASP.NET Core. This article explains everything in simpl...
-
Difference between IQueryable, IEnumerable, IList, ICollection & IDictionary
medium.com Issue #334
Here’s a detailed comparison of the C# interfaces IQueryable, ICollection, IList, IDictionary, IEnumerable, and IEnumerator, summarizing…
-
Reinventing how .NET Builds and Ships (Again) - .NET Blog
devblogs.microsoft.com Issue #334
An exploration of how .NET evolved from a distributed build system to Unified Build, dramatically reducing complexity and build times while improving flexibility and predictability for shipping .NET r...
-
.NET: The Ever-Evolving Framework Powering Modern Digital Innovation
medium.com Issue #334
The technology landscape is changing rapidly today, but .NET remains powerful and is considered one of the most reliable, versatile, and…
-
NSerf: The Missing Piece of the .NET Distributed Puzzle
medium.com Issue #334
For many years, I have been building small and large applications with .NET. The .NET ecosystem and tooling for distributed systems have…
-
My Running Playlist Generator (Gemini + .NET)
medium.com Issue #334
As a runner following the 80/20 training model, I usually listen to a podcast. But when I need music, spending time curating a fresh…
-
The Business Case for Investing in .NET Training for Teams
medium.com Issue #334
In most companies today, there’s always some big system running in the background — an application that nobody really thinks about until…
-
5 .NET Collection Techniques That Stop Slowdowns Before They Start
blog.stackademic.com Issue #334
Low effort tweaks that remove allocations, locks, and pointless overhead Continue reading on Stackademic »
-
Fire-and-Forget in .NET: The Silent Trap You Don’t See Coming
medium.com Issue #333
I’ve been a senior .NET developer for 20 years, and one thing that constantly jumps out at me is how often code just works — both in tests…
-
What I Stopped Doing as a Senior .NET Developer
levelup.gitconnected.com Issue #333
(And What I Do Instead) Continue reading on Level Up Coding »
-
How can I detect that Windows is running in S-Mode, redux
devblogs.microsoft.com Issue #333
Igor Levicki asked for a plain C version of the sample code to detect whether Windows is running in S-Mode. I didn't write one for two reasons. First, I didn't realize that so many people still tried ...
-
Companies complaining .NET moves too fast should just pay for post-EOL support
andrewlock.net Issue #332
In this post I describe a solution to .NET "releasing too quickly": just pay for support of older versions, such as HeroDevs' Never Ending Support for .NET 6
-
Avoid These Common LINQ Mistakes: First(), FirstOrDefault(), Single(), SingleOrDefault() Explained
medium.com Issue #332
When working with LINQ in C#, developers constantly reach for First(), FirstOrDefault(), Single(), or SingleOrDefault(). But despite…
-
.NET CancellationToken Deep Dive
medium.com Issue #332
CancellationToken হলো .NET-এর একটি mechanism যা asynchronous বা long-running task গুলোর cancel / abort করার সুযোগ দেয়
-
ASP.NET Core — Concept Overview
c-sharpcorner.com Issue #331
Explore ASP.NET Core: a cross-platform framework for building modern web apps, APIs, and microservices. Learn key concepts like MVC, DI, EF Core, and more with practical examples.
-
The Simple Way to Understand Unmanaged Resources in .NET
medium.com Issue #331
Many developers think the Garbage Collector (GC) handles everything in .NET. But that’s not completely true — some things live outside of…
-
📝 The Importance of Documenting Your Code: Why Every Developer Should Do It
c-sharpcorner.com Issue #331
Unlock seamless development! Discover why documenting your code is crucial for team collaboration, faster onboarding, and easier debugging. Learn practical tips!
-
The Dumb Things in C# and .NET That Still Trip Us Up
medium.com Issue #331
C# is one of the most loved languages in the developer world. It’s elegant, powerful, and blessed with an ecosystem that’s mature and…
-
7 More .NET APIs That Microsoft Uses in Production (But You Probably Don’t)
medium.com Issue #331
(…But Microsoft engineers quietly use them everywhere)