.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 37 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 37 of 59
Newest first
-
Getting Started with .NET Development: A Five-Step Beginner’s Guide
medium.com Issue #258
.NET is a free, cross-platform, open-source framework ideal for building modern, full-stack applications. It is supported by Microsoft and…
-
What Happens After You Hit Build? Inside the .NET Compiler Pipeline (Explained Like You’re 5)
medium.com Issue #258
Learn the evolution, purpose, and real-world usage of key .NET compilers like Roslyn, RyuJIT, Crossgen, and NativeAOT — explained in…
-
-
On .NET Live | Supercharge your SQL development with modern .NET
youtube.com Issue #258
Designing Modular Caching Layers in .NET Applications
-
⚡️ 30+ Proven .NET Core Performance Optimization Tips (With Real-World Examples)
medium.com Issue #258
.NET Core has come a long way in terms of performance.
-
These 5 .NET Code Hacks Changed How I Write Software
blog.stackademic.com Issue #258
Stop writing code like it’s 2015; these tips are how modern .NET gets done. Continue reading on Stackademic »
-
Dew Drop – July 29, 2025 (#4468)
alvinashcraft.com Issue #258
Top Links Technology & Friends – Stacey Mulcahy on Educating Ourselves to use AI Effectively (David Giard) How to build secure and scalable remote MCP servers (Den Delimarsky) Announcing TypeScrip...
-
Optimizing Dependency Injection: From Naïve Lazy Loading to Efficient Service Resolution
medium.com Issue #258
Introduction
-
Dependency Injection in .NET Core Using IServiceCollection
c-sharpcorner.com Issue #257
Dependency Injection (DI) is a design pattern that enables the development of loosely coupled code. .NET Core has built-in support for DI, making it easy to manage dependencies in modern applications.
-
Multi-Tenancy with Separate Databases in .NET and ABP Framework
abp.io Issue #257
Multi-tenancy is a common architectural concept for modern SaaS applications, enabling a single application to serve multiple customers…
-
Mastering in C# .NET
c-sharpcorner.com Issue #257
The article is about to explain C# .NET fundamentals and syntax that is required for basic and advanced software development.
-
Starting from Zero: My First Steps into C#
medium.com Issue #257
I just started learning C#. I’m not an expert. Not even close. But this is me documenting the process — the wins, the bugs, the…
-
What is C# and What is it Used For?
c-sharpcorner.com Issue #257
Learn what C# is, how it works, and what it's used for in 2025. Explore its core features, real-world applications, and why C# remains a top programming language for developers.
-
Why Everyone’s Wrong About “Serverless Can’t Handle Heavy AI” in .NET
medium.com Issue #257
Think Lambda can’t handle real AI? These controversial .NET 9 + AWS hacks crushed cold starts, killed GPU bills, and shocked our SRE team… Continue reading on .Net Programming »
-
Implementing JWT-Based Authentication and Role-Based Authorization in .NET Core
c-sharpcorner.com Issue #257
In modern web applications, security is critical—especially when dealing with user data, financial transactions, or any form of sensitive operations
-
9 Must-Ask Questions When Hiring a dotNET Core and React Development Partner
faciletechnolab.com Issue #256
Protect your investment and avoid costly failures. These 9 strategic questions help non-technical leaders evaluate .NET Core + React development partners for long-term success.
-
Advanced Swagger Use Cases in ASP.NET Core (.NET 6/7/8)
c-sharpcorner.com Issue #256
Take your API documentation to the next level with advanced Swagger use cases in ASP.NET Core. In this article, I cover grouping endpoints, API versioning, JWT authentication, hiding routes, UI custom...
-
How To Implement API Key Authentication In ASP.NET Core in .NET 9
medium.com Issue #256
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
🧾 Creating Custom Middleware in ASP.NET Core – The Complete Guide with Real Examples
c-sharpcorner.com Issue #256
ASP.NET Core is known for its modular pipeline, where middleware components play a critical role in handling HTTP requests and responses. Middleware can perform a variety of tasks such as request logg...
-
Mastering Dependency Injection in .NET Core: A Complete Beginner-to-Advanced Guide
c-sharpcorner.com Issue #256
Dependency Injection (DI) is a cornerstone of modern software architecture in .NET Core and beyond. It promotes loose coupling, testability, and maintainability, making applications easier to build an...
-
Roadmap to Becoming an ASP.NET Core Developer in 2025 — NareshIT
nareshit.medium.com Issue #256
Your Path to Modern Web Development
-
How AI Cleaned Up My Blog with Custom Chat in VS Code
youtube.com Issue #255
15 .NET Core Interview Questions That Separate Senior Developers From the Rest
-
Best Practices for Implementing JWT Auth in .NET Core and React
faciletechnolab.com Issue #255
Master secure JWT authentication for .NET Core APIs and React frontends. Learn battle-tested implementation strategies, avoid critical security flaws, and implement best practices for enterprise-grade...
-
Understanding C# Class Types: A Complete Guide for .Net Developers
itsshubhamk.medium.com Issue #254
As a software engineer who’s spent 7+ years working with C# across various enterprise projects, I’ve learned that choosing the right class…
-
When to Use var, dynamic, and object in C#
medium.com Issue #254
A Hands-On Guide Continue reading on .Net Programming »