C#

C#

Level up your C# skills with hands-on tutorials, language features, idioms, and best practices. Learn generics, async/await, LINQ, memory, performance, and modern patterns through clear examples and real projects.

Post
Article Video EBook
C#
Count frequency of words using Dictionary
C#
Sort a list of integers in ascending/descending order
C#
Add, Remove, and Search elements in a List
C#
10 Essential C# Fixes That Will Make You a Better Programmer
C#
To rotate array elements left/right
C#
Count even and odd elements in an array
C#
Find second largest element in an array
C#
Remove duplicate elements from an array in C#
C#
Find duplicate elements in an array using C#
C#
Merge two arrays
C#
Understanding Constructor Overloading in C# WebForms
C#
Sort array elements without using built-in methods
3
Answers
Create C# code based on acticle of T.F.Smith Eval Coeff for WSGGmodel
C#
Find sum and average of array elements
C#
Capitalize first letter of each word in a string
C#
🎮 Async & Await Games, Tweaks, and Puzzles — The Fun Way to Master Asynchronous Programming in C#
C#
Find the frequency of each character in a string
C#
Count words in a sentence
C#
Remove spaces and special characters from a string using C#
C#
Check palindrome
C#
Find Duplicate characters in a string
C#
Count vowels and consonants in a string
C#
Reverse a string without using built-in functions.
C#
Even and Odd numbers from 1 to 100
C#
WCF Service for Local Device Integration and Cloud API Interaction in C#