Skip to content
.Net Code Chronicles

.Net Code Chronicles

Unlocking the Power of .NET – Empowering Developers, One Byte at a Time!

  • Contact
  • About
  • Home
  • C# Tips

Tag: C# Tips

Revolutionize Your Workflow with .NET 10’s New Script Mode
.NET Nuggets
June 9, 2025June 9, 2025

Revolutionize Your Workflow with .NET 10’s New Script Mode

Discover how .NET 10 lets you run C# scripts without a project. Use NuGet, SDKs, and shebangs—all in a single .cs file!

Read More
Readonly Struct: Why It Exists and Why You Should Care
.NET Nuggets
June 7, 2025June 7, 2025

Readonly Struct: Why It Exists and Why You Should Care

Discover why readonly structs in C# are vital for immutability, performance, and safer code. Perfect for performance-critical applications.

Read More
IEnumerable vs IQueryable: Who’s Lazy and Who’s Dangerous?
.NET Nuggets
June 6, 2025June 6, 2025

IEnumerable vs IQueryable: Who’s Lazy and Who’s Dangerous?

Discover the crucial differences between IEnumerable and IQueryable in C#. Learn when to switch and why it matters for LINQ and EF.

Read More
MoreLINQ for .NET Devs: Features, Examples & Best Practices
.NET Development
April 6, 2025May 28, 2025

MoreLINQ for .NET Devs: Features, Examples & Best Practices

Discover how MoreLINQ extends LINQ with powerful operators, real-world examples, and best practices for cleaner .NET code.

Read More
Custom Attributes in C#: Boost Your Code with Metadata
.NET Development
April 5, 2025May 28, 2025

Custom Attributes in C#: Boost Your Code with Metadata

Learn how to create and use custom attributes in C# to make your code more expressive and dynamic. Step-by-step guide with examples!

Read More
Why You Should Avoid async void in C#
.NET Fundamentals
July 4, 2024March 25, 2025

Why You Should Avoid async void in C#

Learn why using async void in C# is risky. Understand its pitfalls, proper use, and safer alternatives with clear examples.

Read More

Posts pagination

1 2 Next

Categories

  • .NET Development
    • .NET Nuggets
    • Artificial Intelligence
    • MAUI
    • Tools
  • .NET Fundamentals
  • Best Practices
  • Career Tips
    • Interview Preparation
  • Databases
  • Design Patterns
  • Testing and Debugging

Series

  • Mastering C# from Scratch: Your Fast Track to Pro-Level Code (8)
  • Mastering LangChain in .NET (7)
  • Mastering EF Core: From Fundamentals to Advanced Techniques (3)
  • Blazor Tutorial: Build Next-Gen Web Applications (12)
  • Mastering .NET MAUI: From Beginner to Pro (11)
  • Mastering .NET Performance: Diagnose, Optimize, and Accelerate (4)

Recent Posts

  • How to Build Interactive Maps in .NET MAUI (With Code Examples)
  • Revolutionize Your Workflow with .NET 10’s New Script Mode
  • Entity Framework Core: To Track or Not To Track?
  • Readonly Struct: Why It Exists and Why You Should Care
  • Minimal APIs in .NET: Cute Syntax or Maintenance Nightmare?

Recent Comments

  1. amarozka on DotNetFiddle Guide: Run & Share C# Code Online Easily
  2. Paul on DotNetFiddle Guide: Run & Share C# Code Online Easily
  3. Lass on DotNetFiddle Guide: Run & Share C# Code Online Easily
  4. amarozka on DotNetFiddle Guide: Run & Share C# Code Online Easily
  5. Victor on DotNetFiddle Guide: Run & Share C# Code Online Easily
Follow Me on LinkedIn
Copyright © 2025 .Net Code Chronicles