Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
C#
1.9K+ articles
CSharp-Collections-Namespace
196+ articles
CSharp-Generic-List
33+ articles
CSharp-Collections-Stack
17+ articles
CSharp-Generic-Queue
11+ articles
CSharp-data-types
6+ articles
CSharp-Queue-Class
3+ articles
CSharp-HashTable
2+ articles
CSharp-HashSet
1+ articles
CSharp-Stack-Class
3 posts
Recent Articles
Popular Articles
C# Data Structures
Last Updated: 23 July 2025
Data Structures are an important part of programming language. When we are creating solutions for real-world problems, choosing the right data structure is critical becaus...
read more
C#
CSharp-data-types
CSharp-HashSet
CSharp-HashTable
CSharp-Stack-Class
CSharp-Queue-Class
CSharp-Generic-Queue
CSharp-Generic-List
CSharp-LinkedList
CSharp-Tuple
CSharp-Deque
CSharp-DSA
C# Stack with Examples
Last Updated: 11 July 2025
In C# a Stack is a Collection that follows the Last-In-First-Out (LIFO) principle. It is used when we need last-in, first-out access to items. In C# there are both generic...
read more
C#
CSharp-Stack-Class
CSharp-Collections-Namespace
CSharp-Collections-Stack
Stack Class in C#
Last Updated: 11 September 2025
A StackT in C# is a collection that stores elements in LIFO (Last In, First Out) order. This means the last element inserted is the first one removed. It is defined in the...
read more
C#
CSharp-Stack-Class
CSharp-Collections-Namespace
CSharp-Collections-Stack