.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 16 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 16 of 59
Newest first
-
Add Images to PDFs in C#: The Definitive Guide for Modern .NET Projects
medium.com Issue #376
If you’ve ever needed to add images to PDF in C#, you know it’s more than a checkbox on a requirements list. Whether you’re generating…
-
What the CLR Really Does While Your App Is Running
medium.com Issue #376
Most developers know CLR stands for Common Language Runtime. Fewer developers know what it’s actually doing every millisecond your app is…
-
Modernizing .NET — Part 7: From Web References to Service References
medium.com Issue #376
How to migrate legacy SOAP clients from Web References in .NET Framework to Service References in .NET Core using dotnet-svcutil.
-
Dotnet vs. Java in 2026: One for the Brain, One for the Backbone.
medium.com Issue #376
Hi everyone. I am a .NET developer. I’m new to writing blogs, and my English is not perfect. I make spelling mistakes and my sentences are…
-
The Realistic .NET Developer Roadmap for Absolute Beginners
medium.com Issue #376
Most Roadmaps Assume Some Experience
-
Why .NET Core Still Feels Like the Future of Backend Development
c-sharpcorner.com Issue #375
.NET Core remains a top choice for backend development in 2026. Explore its cross-platform capabilities, performance, cloud-native features, and robust security. A future-proof ecosystem!
-
The Role of .NET in Modern Enterprise Systems
medium.com Issue #375
Modern enterprises run on complex, interconnected software systems that must be secure, scalable, reliable, and easy to maintain. From…
-
Is C# Still Worth Learning for .NET Development?
c-sharpcorner.com Issue #374
Explore why C# remains a top choice for .NET development in 2026. Discover its job market demand, enterprise use, cloud capabilities, and beginner-friendly nature.
-
Difference Between .NET Core and .NET 8?
c-sharpcorner.com Issue #374
.NET Core vs .NET 8: Understand the evolution from the older, cross-platform framework to the modern, unified .NET platform. Discover key differences and benefits. .NET 8 is the recommended choice!
-
How to Stop Wasting Resources: The Beginner’s Guide to .NET CancellationTokens
c-sharpcorner.com Issue #373
Master graceful task cancellation in .NET using CancellationToken! Learn how to stop long-running operations, manage resources, and improve user experience. Essential for robust .NET Core apps.
-
Understanding Schema Registry in Apache Kafka using .net
c-sharpcorner.com Issue #372
Apache Kafka - Schema Registry using .net
-
The Soul of Abstraction in .NET
binaryintellect.net Issue #372
Abstraction is often introduced to developers as a pragmatic tool—a way to hide complexity, reduce duplication, and enforce contracts. But for those who have lived long enough in the .NET ecosystem, a...
-
How We Synchronize .NET’s Virtual Monorepo
devblogs.microsoft.com Issue #372
A deep dive into the technical challenges of keeping .NET's product repositories synchronized with our Virtual Monolithic Repository using a custom two-way algorithm. The post How We Synchronize .NET...
-
The Right Way to Hire a Dedicated .NET Developer Without Costly Mistakes
medium.com Issue #371
A few years ago, a startup founder I worked with learned a lesson the hard way. Continue reading on Predict »
-
The Better Way to Configure Entity Framework Core
medium.com Issue #371
A Story About Control, Clarity, and Taking Back Ownership (With Real Code)
-
ASP.NET Community Standup - What's next for Orleans?
youtube.com Issue #371
DbContext Fundamentals — What Every Developer Gets Wrong
-
Dependency Injection Made Simple: A Practical .NET Core Guide
c-sharpcorner.com Issue #370
Unlock the power of Dependency Injection (DI) in ASP.NET Core! Learn how DI promotes loose coupling, testability, and scalability for robust .NET applications.
-
.NET Toolbox
steven-giesel.com Issue #369
Let's start the new year with a bang: I created a new tool called "Toolbox" to offer some helpful tools for your everyday .NET life. Totally free, open-source and everything client-side!
-
The Hidden Impediment of the Strangler Fig Pattern
medium.com Issue #369
Why Legacy Systems Fight Back (and How .NET Teams Get Trapped)
-
C# for Everything: One Language Powering the Modern Software World
c-sharpcorner.com Issue #369
C# is no longer just a backend language. Learn how C# powers web, cloud, mobile, desktop, games, and AI in 2026 with one ecosystem.
-
5 C# Secrets That Make LINQ Queries 10x Faster (You’re Using It Wrong)
medium.com Issue #369
I have a confession: for years, I shipped slow code.
-
Modern C# Error Handling Patterns You Should Be Using in 2026
medium.com Issue #369
Error handling in C# has matured significantly with modern .NET releases. In 2026, effective error handling is less about blanket…
-
When Scoped DbContext Fails — Real Production Scenarios
medium.com Issue #369
In Part 1, we learned why Scoped lifetime is the default for DbContext. One instance per HTTP request, shared across services…
-
Why Most Multi-Tenant RAG Apps Will Leak Data (And How to Actually Prevent It)
medium.com Issue #369
This is Part 1 of the Production AI Series, where we explore the hidden engineering challenges of shipping AI apps in .NET.
-
Environment-based Configuration in ASP.NET Core – appsettings.json, Environment Variables & Launch Profiles
codewithmukesh.com Issue #368
Master configuration management in ASP.NET Core. Learn how to use appsettings.json, environment variables, launch profiles, and User Secrets to build applications that adapt seamlessly across Developm...