home / developersection / category
Easily convert Excel files to PDF in C# with a beginner-friendly guide. Discover step-by-step code examples to create high-quality, shareable PDF documents
Improving the performance of a slow-running LINQ query—especially when using Entity Framework or LINQ to SQL
the most powerful and elegant features in C#. It allows you to query collections, databases, XML.
Anonymous methods in C# are a powerful feature that allows you to define inline methods without giving them a name.
C# allow objects to be indexed like arrays. This is useful when your object represents a collection of values and you want to access its elements as an array
They are a powerful way to annotate classes, methods, properties, and other program elements with additional information
strings are used to store sequences of characters like names, sentences, file paths, and more.
C# Operators — including arithmetic, logical, comparison, assignment, bitwise, and more — with examples and descriptions
The Command Query Responsibility Segregation (CQRS) pattern is a design principle that separates the responsibility for handling queries (read operations) and c
This blog delves into the intricacies of serialization in C#, exploring its types, implementation methods, and practical applications within the .NET framework.
Asynchronous programming in C# using async and await is a powerful feature that allows you to write non-blocking code, making your applications more responsive
Design principles and design patterns are two essential concepts in software engineering.