.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 33 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 33 of 59
Newest first
-
Remove Empty Lines and Blank Pages in Word using C#
medium.com Issue #276
When working with Word documents, you may often encounter unnecessary empty lines, blank tables, or even blank pages.
-
Top 5 Blazor Components for Building Business Intelligence Dashboards
faciletechnolab.com Issue #276
Securing ASP.NET Core APIs with API Keys and HMAC
-
-
Why Dapr is Changing the Way We Build Distributed Systems in .NET
medium.com Issue #276
Introduction to Dapr in .NET
-
Discriminated Unions Might Be Coming to C#
blog.stackademic.com Issue #276
Not in C# 14 (maybe), but hey we can still dream. Continue reading on Stackademic »
-
Application Security Against DoS and DDoS Attacks in ASP.NET Core Web API Introduction
c-sharpcorner.com Issue #275
Protect your ASP.NET Core Web API from DoS and DDoS attacks! Learn practical techniques like rate limiting, IP filtering, caching, and WAF deployment for robust security.
-
Tight Coupling in ASP.NET Core: How to Identify, Refactor, and Improve Code Flexibility
malshikay.medium.com Issue #275
Identify tight coupling in ASP.NET Core and refactor with Dependency Injection for cleaner, testable code
-
5 Common .NET Developer Mistakes and How to Avoid Them
blog.yaseerarafat.com Issue #274
Starting your journey as a .NET developer is exciting. You’ve got the power of a mature ecosystem, modern tools like Visual Studio and…
-
Day 11: Exploring the Depths of IAsyncEnumerable and Asynchronous Streams in .NET
medium.com Issue #274
When we think of asynchronous programming in .NET, the first thing that comes to mind is async/await. While incredibly useful, it only…
-
.NET AI Community Standup: AI Tools Every .NET Dev Needs 📎
youtube.com Issue #274
CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9
-
Entity Framework Unveiled: A Comprehensive Guide to .NET’s Premier ORM
c-sharpcorner.com Issue #274
Explore Entity Framework, .NET's ORM, simplifying data access. Learn modeling, querying, migrations, and best practices for building scalable applications.
-
️ Installing .NET on macOS with dotnet-install.sh (and a Few Lessons Learned)
medium.com Issue #274
Recently, I tried installing .NET on my Mac using the official script provided by Microsoft. While it works, I ran into a couple of small… Continue reading on Medialesson »
-
Invisible .NET Performance Killers: Framework Features That Fail at Scale
medium.com Issue #274
Learn how LINQ, async/await, EF, DI, and logging quietly degrade performance at enterprise scale. Continue reading on .Net Programming »
-
Azure Developer CLI (azd) - August 2025
devblogs.microsoft.com Issue #273
Welcome to the August 2025 edition of the Azure Developer CLI (azd) release blog! This post covers releases 1.18.1 and 1.18.2. To share your feedback and questions, join the August release discussion ...
-
Taming Generics, Interfaces & JSON in .NET — Meet JsonPolymorphic
marius-schroeder.de Issue #273
Goodbye custom converters, hello clean polymorphic JSON in .NET 7+ Continue reading on Medialesson »
-
️ The .NET Roadmap to Mastery: From Blazor Newbie to Full-Stack Powerhouse
blog.venturemagazine.net Issue #273
When I started working with .NET, I thought I only needed to know C# and click “Build.” Spoiler alert: .NET is an entire universe — and if… Continue reading on Venture »
-
.NET framework to .net core conversion automated
medium.com Issue #273
Upgrading from .NET Framework to the latest .NET is not just a technological shift; it’s a strategic move to future-proof your…
-
Getting Started with C# and .NET: A Beginner’s Guide
blog.williamachuchi.com Issue #273
Introduction to C#
-
Using CosmosDB in .NET for Scalable NoSQL Applications
medium.com Issue #273
Building High-Performance, Globally Distributed NoSQL Apps with Azure Cosmos DB and .NET Core Continue reading on Simform Engineering »
-
Thread Safety in .NET: Best Practices for Concurrency
medium.com Issue #272
Essential Tools for Managing Multithreading in .NET
-
Five Essential Skills of .NET Developer
c-sharpcorner.com Issue #272
To be a good .NET developer, you need certain skills. First, know how to code in languages like C#. Next, understand how to work with databases. Learning about web apps is also important. Developers s...
-
What is the purpose of Startup.cs?
medium.com Issue #271
In ASP.NET Core applications, the Startup.cs file plays a central role in configuring how the application behaves at runtime. Its primary…
-
Boost Your .NET Projects: Harness the Power of Async Queues with Spargine’s ChannelQueue
dotnettips.wordpress.com Issue #271
The Spargine library introduces ChannelQueue, an efficient, thread-safe queue for .NET asynchronous programming, addressing the lack of a built-in async queue. It supports various features like async ...
-
C#: .NET’s Quiet Comeback in 2025
medium.com Issue #271
Why C# is regaining traction as enterprises and modern developers rediscover its power in a fast-changing tech landscape.
-
Mastering Async in C#: A Deep Dive into TAP (Part 1)
medium.com Issue #271
Intro Asynchronous programming has come a long way in .NET, evolving from complex callback-based approaches to the elegant Task-based…