Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ 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
13 posts
Recent Articles
Popular Articles
C# Stack Class
Last Updated: 31 January 2025
In C#, the StackT class represents a Last-in-First-out (LIFO) collection of objects. The stack is the part of the System.Collections.Generic namespace. This class allows u...
read more
C#
CSharp-Stack-Class
CSharp-Collections-Namespace
CSharp-Collections-Stack
C# Stack with Examples
Last Updated: 31 January 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
C# Data Structures
Last Updated: 28 April 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
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !