languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2466 articles Updated Page 61 of 99
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 61 of 99
Newest first
-
Advanced Governed Access in .NET Data Platforms
medium.com Issue #257
Building a governed access layer means more than just gating data
-
Build a Simple Habit Tracker in C# Console with JSON Storage
c-sharpcorner.com Issue #256
In this beginner-friendly C# article, you'll learn how to build a Habit Tracker application using a simple console interface and JSON for persistent storage. This project will help you manage daily ha...
-
Repeater Control in ASP.NET Web Forms with C#
c-sharpcorner.com Issue #256
Learn how to use the Repeater control in ASP.NET Web Forms with C# to display IPO data from a SQL Server database. This lightweight, customizable control is ideal for simple, flexible, HTML-driven dat...
-
Dictionary.Empty: Why there’s no direct equivalent to Array.Empty in C#?
medium.com Issue #256
In my current codebase, there’re plenty of places where I’d like to pass Dictionary.Empty<TKey, TValue> instead of writing [] or new…
-
-
-
C# StringBuilder Pool: The Ultimate Hack for Faster String Operations
medium.com Issue #255
Optimize string operations in C# using StringBuilder Pool.
-
5 C# Features That Instantly Expose Junior Devs
blog.stackademic.com Issue #255
If you’re not using these, someone senior will notice. Continue reading on Stackademic »
-
.NET Architecture Alert: Mastering Interfaces for Top-Notch Scalability
medium.com Issue #255
Not just theory — this post dives into how C# developers make real decisions between interfaces and abstract classes, especially with…
-
Create a Personal Budget Tracker in C# Using JSON and Console UI
c-sharpcorner.com Issue #255
In this article, we will build a simple personal budget tracker using C# with a clean console UI and JSON for persistent storage. This beginner-friendly project helps users understand file handling, d...
-
Don’t Let Nulls Haunt Your Game: A Fun Look at Null Handling in C#
medium.com Issue #255
“Is your code haunted by the ghosts of uninitialized variables?
-
5 C# Tricks Microsoft Hopes You Never Learn
blog.stackademic.com Issue #255
These language features rewrite everything you thought you knew about .NET. Continue reading on Stackademic »
-
Mastering LINQ in C#: Tips, Tricks, and Pitfalls
medium.com Issue #255
Unlock the full power of LINQ in C# with advanced techniques, practical examples, and common pitfalls to avoid.
-
-
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 »
-
Casting and Converting
c-sharpcorner.com Issue #254
Learn how type casting works in Java, including primitive and object casting, upcasting, downcasting, and common pitfalls like ClassCastException with practical examples and inheritance-based scenario...
-
Deep Dive into async await .Net
medium.com Issue #254
Lately I’ve been trying to improve my async await comprehension in .net
-
AI & .NET in Finance: Improving Cybersecurity and Customer Engagement
medium.com Issue #254
In today’s fast-moving digital world, the finance industry is constantly evolving. Customers now expect seamless, secure, and personalized…
-
Session vs Token-Based Authentication in MERN: When to Use What
c-sharpcorner.com Issue #254
Learn how authentication works in the MERN stack. Understand session vs token-based methods, use of JWT, cookies, security practices, and when to choose each approach for building secure web applicati...
-
Your IP Whitelist Isn’t Security — The Microsoft Zero Trust Guide for .NET Developers
blog.devgenius.io Issue #254
How Microsoft Engineers Secure .NET Apps — And Why You Can’t Afford Not To Continue reading on Dev Genius »
-
Enums in C#: A Beginner’s Guide to Smarter, Safer Code
medium.com Issue #253
https://medium.com/@sweetondonie/enums-in-c-a-beginners-guide-to-smarter-safer-code-cd3374786bbe
-
You Thought Async Was Faster — These 5 Sync Fixes Prove Otherwise in .NET
medium.com Issue #253
https://medium.com/@mohsho10/you-thought-async-was-faster-these-5-sync-fixes-prove-otherwise-in-net-a706c52b02bb
-
10 Sharp C# Tricks That Made My Codebase 30% Smaller
medium.com Issue #253
https://medium.com/@yaseer.arafat/10-sharp-c-tricks-that-made-my-codebase-30-smaller-e35b7c7cb44c
-
5 More .NET Tips That Make Your Code Faster, Smarter & Leaner
medium.com Issue #253
https://medium.com/@freakyali/5-more-net-tips-that-make-your-code-faster-smarter-leaner-e071f1a845f5