frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 34 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 34 of 58
Newest first
-
Stop Picking the Wrong .NET Collection — A Principal Engineer’s Field Guide
towardsdev.com Issue #269
A .NET Engineer’s Field Guide to Lists, Sets, Dictionaries, Queues, Stacks, Sorted, Immutable, Concurrent & Frozen Continue reading on Towards Dev »
-
Why I Stopped Caring About .NET vs Java (And You Should Too)
blog.devgenius.io Issue #269
After 15 years of architecture decisions, here’s what actually matters when you’re responsible for systems that can’t fail. Continue reading on Dev Genius »
-
NuGet Goes Quiet: How a CDN Logging Outage Shook the .NET Ecosystem in 2025
medium.com Issue #269
A CDN logging failure caused NuGet download metrics to collapse in August
-
How Dotnet Changed Me
madhaven.github.io Issue #268
I was blind but now I see. I was building castles with sand, but now I’m building castles above castles. As a programmer, Dotnet did that.
-
How to Reverse a Linked List in Data Structures with Examples
c-sharpcorner.com Issue #268
Learn how to reverse a linked list in data structures with step-by-step explanations, detailed breakdowns of iterative and recursive approaches, and Java code examples for beginners and intermediates.
-
JIT vs AOT in .NET 9: Choosing the Right Compilation Strategy
medium.com Issue #268
Choosing Between JIT and AOT for Modern .NET Apps.
-
When to Use Generic vs Non-Generic Collections in C#
mariemoalla.medium.com Issue #267
Collections are a fundamental part of any application that manages data. In C#, you have two primary options for working with collections…
-
The Art of Disposal: Mastering IDisposable in C#
blog.stackademic.com Issue #267
Avoid leaks and write robust, maintainable .NET applications like a pro Continue reading on Stackademic »
-
What is Binary Search Algorithm and How It Works with Examples.
c-sharpcorner.com Issue #267
Understand the Binary Search algorithm in depth — how it works, step-by-step process, real-world use cases, and practical Java examples. Perfect for beginners and intermediate learners in Data Structu...
-
.NET Migration Checklist for Enterprise Apps
grapestech-solutions.medium.com Issue #267
Migrating enterprise applications to a newer .NET version requires careful planning to minimize risks and maximize benefits. A structured…
-
The Best Frameworks for .NET Development: A Comprehensive Guide
medium.com Issue #267
In the ever-evolving landscape of software development, .NET has emerged as a powerful framework that enables developers to create robust…
-
Difference Between ref, out, and in Parameters in C#
c-sharpcorner.com Issue #267
Learn the difference between ref, out, and in parameters in C#. Understand their usage, advantages, disadvantages, and see full real-world examples.
-
Why Your CancellationToken Doesn’t Actually Cancel Anything (Most of the Time) — And the…
blog.devgenius.io Issue #267
🧠 Why This Blog Matters Every .NET dev has written something like this: Continue reading on Dev Genius »
-
How I Cut My .NET Web App Load Time by 73% with Azure CDN — And How You Can Too
medium.com Issue #267
Discover the exact configuration, caching strategies, and deployment tweaks that transformed a sluggish .NET app into a lightning-fast…
-
Building an AI-Powered Chat Application in .NET Using Ollama Server
medium.com Issue #267
Artificial Intelligence (AI) has become a transformative force across industries, and its integration into software applications is no…
-
C# Extension Methods Every Corporate Developer Wishes They Had
medium.com Issue #267
We’ve all been there — drowning in enterprise code that feels like it was written during the Roman Empire, sprinkled with copy-paste…
-
On .NET Live - Compliance in .NET: The Right Way to Classify & Redact Data
youtube.com Issue #266
Join us for a deep dive into **compliance in .NET** with special guests **Mariam Aziz** and **Darius Letterman**, two of the engineers behind the `Microsoft.Extensions.Compliance.Abstractions` and `Mi...
-
5 .NET Performance Tips to Make Your Apps Run Faster and Cleaner
blog.stackademic.com Issue #266
Unlock hidden performance gains with easy-to-apply .NET coding best practices. Continue reading on Stackademic »
-
Top 5 Performance Benefits of Backend Frameworks Golang and .NET
medium.com Issue #266
Choosing a backend framework isn’t just a technical choice; it’s also a strategic one that has a direct effect on how well your app can…
-
Struct vs Class in C# — Beginner-Friendly Deep Dive
malshikay.medium.com Issue #266
Struct VS Class in C#
-
25 Tools to Help You Manage Hybrid No-Code And Custom Code Stack
faciletechnolab.com Issue #266
Discover 25 powerful tools for founders and teams managing hybrid no-code + custom code applications. Streamline workflows, boost scalability, and improve collaboration.
-
The Ultimate .NET Developer Roadmap for 2025
medium.com Issue #265
In the rapidly evolving landscape of software development, becoming a proficient .NET developer requires a structured approach to learning…
-
Understanding the Difference Between Convert.ToInt32(), int.Parse(), and int.TryParse() in C#.
medium.com Issue #265
When working with string-to-integer conversions in C#, we often see these three methods. While they might look similar, they behave…
-
Exploring the Power of .NET Application Development
medium.com Issue #265
.NET application development enables businesses to create scalable, secure, and high-performing solutions tailored to on-demand needs…
-
5 Subtle .NET Tips That Prevent Bugs and Boost Performance
blog.stackademic.com Issue #265
Write safer, faster code by understanding async waits, null safety, and struct initialization tricks. Continue reading on Stackademic »