Skip to main content
← All Tags

csharp

2 articles in this category

AI Newscsharpdotnet

Accessing Assembly Metadata via C# Project File Properties

Learn how to retrieve immutable project metadata like product and company info directly from .csproj files to prevent production tampering.

Read more
AI Newscsharpprogramming

The Essential C# Interfaces Every Developer Should Know

A comprehensive guide to understanding and implementing key C# interfaces like IEnumerable, IEquatable, IDisposable, IComparable, and IEqualityComparer, with code examples and best practices.

Read more