Home Archive The .NET News Daily Issue #326

The .NET News Daily Issue #326

Your Daily Dose of .NET Insights, Tools, and Trends

Hey there fellow dev -- Here are today's articles. But before you get going, could you help support our newsletter with a testimonial ❤️

Today's Articles

.NET Core Advanced MCQs — Dependency Injection (DI)

https://www.c-sharpcorner.com/article/net-core-advanced-mcqs-dependency-injection-di/

Test your .NET Core knowledge with these advanced MCQs on Dependency Injection, Middleware, Memory Management & Performance. Sharpen your skills and ace your next interview!

Article preview

Understanding Inheritance in C# WebForms

https://www.c-sharpcorner.com/article/understanding-inheritance-in-c-sharp-webforms/

Learn C# inheritance in WebForms! This tutorial shows how to create a base `Employee` class and extend it with a `Manager` class, demonstrating code reuse.

Article preview

Visual Studio Adds Powerful Planning Feature In Agent Mode

https://www.c-sharpcorner.com/article/visual-studio-adds-powerful-planning-feature-in-agent-mode/

Visual Studio's new 'Planning' feature brings structured AI assistance via Copilot. Plan complex tasks, track progress, and boost efficiency in your .NET projects. Preview now!

Article preview

How to Encrypt PAN in JavaScript and Decrypt in C#

https://www.c-sharpcorner.com/article/to-handle-viewstate-securely-and-remove-the-any-other-sensitive-data-from-th/

Secure sensitive data like PAN by encrypting it client-side with CryptoJS, decrypting server-side in C#, and preventing storage in ViewState. Protect data in transit and at rest.

Article preview

SQL Server Indexing Strategies for Faster Query Execution

https://www.c-sharpcorner.com/article/sql-server-indexing-strategies-for-faster-query-execution/

Boost SQL Server query speed! Master indexing: clustered, non-clustered, composite, filtered, columnstore. Optimize performance & avoid common pitfalls. A must-read!

Article preview

Stop leaks — master ASP.NET Core lifetimes today

https://medium.com/@alexbel83/stop-leaks-master-asp-net-core-lifetimes-today-273cb58d73d9

Master ASP.NET Core service lifetimes — Singleton, Scoped, Transient. Avoid leaks and thread bugs with clear rules, runnable examples, and…

Article preview

Pascal’s Triangle in C# WebForms

https://www.c-sharpcorner.com/article/pascals-triangle-in-c-sharp-webforms/

Learn how to generate Pascal's Triangle in C# WebForms! This tutorial provides a real-time example with ASPX page and code-behind, including explanation and output.

Article preview

Discovering C#: Why It Remains Among the Most Influential Programming Languages Today

https://medium.com/@sanchitvarshney/discovering-c-why-it-remains-among-the-most-influential-programming-languages-today-0e30f77e5f80

While the discussion around today’s programming languages often revolves around names like JavaScript, Python, and Rust, there’s one…

Article preview

The Ultimate Guide to Dapper in .NET — Everything You Need to Know (2025 Edition)

https://medium.com/@pavanpitthdiya/the-ultimate-guide-to-dapper-in-net-everything-you-need-to-know-2025-edition-295ab8a4ced8

“Dapper gives you ORM convenience without ORM overhead.”  — Every .NET developer who’s ever benchmarked it.

Article preview

Recursion & Algorithms in C#

https://www.c-sharpcorner.com/article/recursion-algorithms-in-c-sharp/

Explore recursion and algorithms in C# with a practical factorial example using WebForms. Learn how to implement recursive functions and understand their advantages and disadvantages. A clear guide wi...

Article preview

Security layers in .NET9: Harmonizing JWT, OAuth2, and the API Gateway

https://javascript.plainenglish.io/security-layers-in-net9-harmonizing-jwt-oauth2-and-the-api-gateway-978dff159094

Security becomes manageable when each component has a well-defined job Continue reading on JavaScript in Plain English »

Article preview

Print Pyramid Star Pattern using C# in ASP.NET WebForms

https://www.c-sharpcorner.com/article/print-pyramid-star-pattern-using-c-sharp-in-asp-net-webforms/

Learn to create a Pyramid Star Pattern in C# ASP.NET WebForms using nested loops and StringBuilder. A great exercise for mastering logic and HTML rendering!

Article preview

Introduction to ASP.NET – Architecture, Features & Real-World Use Cases

https://www.c-sharpcorner.com/article/introduction-to-asp-net-architecture-features-real-world-use-cases/

Explore ASP.NET: a robust framework for building dynamic web apps, APIs, and enterprise software. Learn about its architecture, key features, and real-world applications.

Article preview

Dynamically Setting HTML Attributes Using C# in ASP.NET

https://www.c-sharpcorner.com/article/dynamically-setting-html-attributes-using-c-sharp-in-asp-net/

Learn how to dynamically set HTML attributes in ASP.NET using C#. Modify control behavior and appearance based on server-side logic for enhanced interactivity and accessibility.

Article preview

How Structured Logging with Serilog Makes Your Life Easier in .NET

https://medium.com/@michaelmaurice410/how-structured-logging-with-serilog-makes-your-life-easier-in-net-14bbb008e3b1

If you want the full source code, join our community: Here

Article preview

Dependency Injection and IoC in ASP.NET Core: A Professional Guide

https://medium.com/@spacholski99/dependency-injection-and-ioc-in-asp-net-core-a-professional-guide-4bed0ee618dd

In the world of professional .NET application development, Dependency Injection (DI) and Inversion of Control (IoC) are not just trendy…

Article preview

C# Parallel Programming for CPU-Bound Workloads (In-Depth Parallel Class Guide)

https://medium.com/@hakanozcanis67/c-parallel-programming-for-cpu-bound-workloads-in-depth-parallel-class-guide-dc4b9150d990

Target audience: Intermediate to advanced .NET developers

Article preview

50 Hidden C# & .NET Features That Will Change How You Code

https://medium.com/@tejaswini.nareshit/50-hidden-c-net-features-that-will-change-how-you-code-b95f6146746a

If you’re coding in C# or .NET daily, you already know how even a tiny improvement in your code can lead to big performance wins and…

Article preview

SOLID Principles: A Practical Guide (with C# Examples)

https://medium.com/@techprompts/solid-principles-a-practical-guide-with-c-examples-79ae992e92e6

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” ~ Martin Fowler

Article preview

The Simple Way to Understand Managed Resources in .NET

https://medium.com/@ridvan-ozturk/the-simple-way-to-understand-managed-resources-in-net-65328ac2db5c

Many developers hear about managed and unmanaged resources but find the topic confusing. In reality, it’s much simpler than it sounds —…

Article preview

10 Lessons I Learned the Hard Way Building LLM Apps

https://slimktari.com/10-lessons-i-learned-the-hard-way-building-llm-apps-f8cbcc7e1cc7

AI made my code shorter, but my nights longer. That pretty much sums up my experience building LLM-powered apps.

Article preview

📬 Get daily .NET content delivered to your inbox