frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 35 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 35 of 58
Newest first
-
Structured Logging in .NET: Why You Should Avoid String Interpolation
mariemoalla.medium.com Issue #264
It’s easy to overlook how small differences in logging syntax can affect performance, log structure, and searchability.
-
Running .NET in the browser without Blazor
andrewlock.net Issue #264
In this post I show how to run .NET in your browser without using Blazor, and instead rely on lower-level abstractions provided by [JSImport] and [JSExport]
-
-
⚙️ When Threads Collide: A Real-World Dive into TaskScheduler and IAsyncEnumerable in C#
medium.com Issue #264
“Everything was working fine until… it wasn’t.” That’s how most async bugs introduce themselves in production. Continue reading on CodeToDeploy »
-
From No-Code MVP to Enterprise SaaS: A Founder’s Playbook
faciletechnolab.com Issue #264
A step-by-step guide for founders to scale their no-code MVP into a robust enterprise SaaS product without losing momentum.
-
The One Configuration Mistake That Breaks .NET Apps at Scale
blog.devgenius.io Issue #264
(And How We Can Actually Fix It) Continue reading on Dev Genius »
-
Cancelling Asynchronous Requests in a React & .NET Application
medium.com Issue #264
And what to consider for UI/UX when applying asynchronous logic.
-
.NET R&D Digest (July, 2025)
olegkarasik.wordpress.com Issue #263
This issue includes bits of hardware, AI, development tools, software development, software design, concurrency, C# (a lot of C#), .NET and .NET Internals.
-
Best Practice to Make your Project Cleaner in .NET Core
c-sharpcorner.com Issue #263
Discover essential best practices for building clean, maintainable .NET Core projects. Learn effective project structuring, dependency injection, configuration, logging, testing, security, and API des...
-
What Is the Difference Between C# and .NET?
c-sharpcorner.com Issue #263
Confused between C# and .NET? This article breaks down the technical differences and how they work together in modern software development.
-
DateTime and TimeSpan in C#: Handling Dates Without Headaches
medium.com Issue #262
Learn how to work with dates, times, and durations in C# using DateTime and TimeSpan.
-
Difference Between Task, async/await, and Threading in .NET
c-sharpcorner.com Issue #262
This article explains the core differences between Task, async/await, and traditional Threading in .NET. Learn how they work, when to use each, and how they impact performance, scalability, and readab...
-
Mastering Async/Await in C#: Common Pitfalls and How to Avoid Them
medium.com Issue #262
Mastering Async/Await in C#: Common Pitfalls and How to Avoid Them
-
Creating Smart Web Apps with Angular & C# (.NET Core) — Full Stack Development
msmcoretech.com Issue #262
In 2025, full-stack development primarily involves building cohesive, scalable, smart web platforms rather than just writing both…
-
On .NET Live | Supercharge your SQL development with modern .NET
youtube.com Issue #262
.NET 8 vs .NET 9: Migration Guide and Best Practices
-
What Makes .NET Still a Top Choice for Enterprise App Development in 2025?
medium.com Issue #262
In a digital world that is shifting rapidly, enterprises have more and more frameworks and tools to choose from. In 2025, .NET is still…
-
Simplify Your Background Jobs in .NET with Hangfire
medium.com Issue #262
A complete developer’s guide to mastering background jobs in .NET using Hangfire
-
-
Multithreading in C# .NET Core: A Real-World Guide (With Code, Mistakes, and Clarity)
medium.com Issue #261
“Why is my app freezing?” “Why is this taking so long to load?” “My API works fine — until multiple users hit it at once…” Continue reading on CodeToDeploy »
-
Data Formats in .NET: What They Are and How They Look
medium.com Issue #261
When I started my first job as a junior developer, one of the first things I saw in the backend codebase was something like this:
-
Why .NET Full Stack Developers Are the Backbone of Enterprise Digital Transformation in 2025
medium.com Issue #261
As businesses accelerate toward digital-first strategies in 2025, the demand for skilled professionals who can architect, build, and scale…
-
Top 10 .NET Development Companies of 2025: How to Choose the Right Partner
belitsoft.com Issue #261
When you’re looking to hire a trusted .NET development partner, the “top 10” label usually indicates companies with deep expertise in…
-
Disabling thread safety check in Entity Framework
steven-giesel.com Issue #261
In this blog post we will have a look into how to disable the thread safety check in Entity Framework. What are the implications of doing so and how to do it.
-
Asynchronous Programming in C# — Comparing it with multi threading
ravindradevrani.medium.com Issue #261
Asynchronous task is a non-blocking task. Main thread goes back to the thread pool (and free to do other tasks) when it reaches to await –…
-
5 Modern C# Features That Will Make Your Code Feel Like Magic
blog.stackademic.com Issue #261
The language evolved. Your code should, too. Continue reading on Stackademic »