.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 31 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 31 of 59
Newest first
-
Global Exception Handling in ASP.NET Core
medium.com Issue #282
Instead of writing try/catch in every controller, we want one central place to: Continue reading on easydotnet »
-
Why Domain Migration Hits .NET Harder Than Java
aws.plainenglish.io Issue #281
Domain migration impacts in .NET and Java workloads Continue reading on AWS in Plain English »
-
How to Containerize a .NET Application with Docker
malshikay.medium.com Issue #281
Beginner’s Guide: How to Containerize .NET Applications with Docker Step by Step
-
Strategy Pattern vs Factory Pattern in .NET — Understanding the Difference with an Investment Plan
dotnetfullstackdev.medium.com Issue #281
When working in enterprise systems, especially in finance, you often encounter situations where different algorithms or creation logics…
-
Understanding Threading/ Multithreading, and Async/Await in C#
itsshubhamk.medium.com Issue #280
Working with C# applications frequently involves time-consuming tasks like reading files, contacting APIs, and running database queries.
-
Understanding Garbage Collection (GC) in .NET: A Pro’s Guide
medium.com Issue #280
Managing memory is one of the trickiest challenges of modern application development. .NET streamlines this process with its built-in…
-
Cancel requests correctly in C#
medium.com Issue #280
A short video I saw recently made me laugh — but also wince a little. It reminded me of how often we, as .NET developers, forget to cancel…
-
Stop Wasting Time: These .NET Packages Do the Hard Work for You
blog.stackademic.com Issue #280
Another carefully curated batch of hidden C# libraries That Do the Work, So You Can Take the Credit Continue reading on Stackademic »
-
Microservices Infrastructure: Building a Cloud-Native Foundation with .NET
medium.com Issue #280
Introduction
-
IEnumerable vs IQueryable in C#: The Key Differences
medium.com Issue #279
If you’ve been coding in C# for a while, you’ve probably bumped into IEnumerable and IQueryable.
-
The Hidden Performance Traps in C# You’re Probably Ignoring
medium.com Issue #279
C# and the .NET runtime provide a modern, safe, and powerful development platform. However, performance pitfalls are everywhere — even in…
-
How I Built a Private ChatGPT That Knows Everything About My Company
ai.plainenglish.io Issue #279
We will be creating Local Chat GPT for organization which will answer smartly based on internal data of organization Continue reading on Artificial Intelligence in Plain English »
-
From JavaScript to C#: A Developer’s Guide to Transitioning from JavaScript to C# and .NET
javascript.plainenglish.io Issue #279
As a JavaScript developer, you might be used to dynamic typing, flexible syntax, and event-driven programming. However, what happens when… Continue reading on JavaScript in Plain English »
-
Why You Should Care About C#’s ‘Nullable Reference Types’
medium.com Issue #279
and How They Help Prevent Null-Related Errors Continue reading on Coinmonks »
-
Secure File Access in .NET Core: Avoiding Leaks and Protecting Sensitive Data
medium.com Issue #279
Secure your .NET Core apps by mastering file access controls, secrets management, and leak prevention. Continue reading on .Net Programming »
-
The Practical .NET Guide to AI & LLM: Introduction
medium.com Issue #279
Model-agnostic guide to integrating LLMs in .NET — patterns, DI, provider abstraction, and security best practices.
-
Dependency Injection (DI) in .NET Core
medium.com Issue #279
For example : Continue reading on easydotnet »
-
Partial View vs ViewComponent in ASP.NET MVC/Core – A Complete Guide
c-sharpcorner.com Issue #279
Unlock the secrets of Partial Views and ViewComponents in ASP.NET MVC/Core! This guide dives deep into their differences, exploring usage, performance, and best-use cases. Learn when to use each for o...
-
Top 5 Logging Frameworks for .NET Developers
malshikay.medium.com Issue #279
Best logging tools for .NET developers
-
Why ValueTask Can Save You from Async Overhead
mariemoalla.medium.com Issue #279
Asynchronous programming in C# is built on top of the Task and async/await model. For most scenarios, using Task is perfectly fine. But if…
-
Address Resolution Protocol (ARP) in Networking: How It Works
c-sharpcorner.com Issue #279
Unlock the secrets of ARP (Address Resolution Protocol)! This guide explains how ARP translates IP addresses to MAC addresses, enabling seamless communication on local networks. Learn about ARP reques...
-
Best Practices for Configuration and Secrets Management in .NET
medium.com Issue #279
How to Securely Store and Access App Settings in ASP.NET Core?
-
Bridging the Gap: A Professional Solution for Hosting a Web Server in .NET MAUI
medium.com Issue #279
For years, a critical gap has existed within Microsoft’s cross-platform strategy. While frameworks like Flutter thrive with rich…
-
The $2,000 Line of C# I Shouldn’t Have Written
towardsdev.com Issue #279
Why This Blog Matters Continue reading on Towards Dev »
-
How To Optimize EF Core Query Performance With Compiled Queries
medium.com Issue #279
Entity Framework Core’s compiled queries are one of the most underutilized performance optimization features available to .NET developers…