IOT Virtual Conference - Register now to book your ticket and get updates
x
CONGRATULATIONS! C# Corner Q1, 2021 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
About Collection
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandeep Sharma (6)
Abhishek Dubey (5)
Sanjeeb Lenka (4)
Satendra Singh Bhati (4)
Prakash Tripathi (3)
Vinay Ayinapurapu (2)
George (2)
Sandeep Singh Shekhawat (2)
Rafnas T P (2)
Kunj Sangani (2)
Matthew Cochran (2)
Pankaj Kumar Choudhary (2)
Aman Singhal (2)
Sarvesh Shinde (2)
Mohan Rathour (2)
Siddharth Vaghasia (2)
Haridevraj Srinivasan (2)
Ashish Bhatnagar (1)
Kiranteja Jallepalli (1)
Sourav Kayal (1)
Sachin Kalia (1)
Mohamed Fawas Perooli (1)
Priti Ranjan Dash (1)
Sateesh Arveti (1)
Farhan Ahmed (1)
C# Curator (1)
Roland Pheasant (1)
Baimey Rajesh (1)
Niloshima Srivastava (1)
Pranay Rana (1)
Praveen Kumar (1)
Joel Champagne (1)
Jaish Mathews (1)
Bechir Bejaoui (1)
Nipun Tomar (1)
Prakash Khaire (1)
Jeevan Wijerathna (1)
Rafaelo Condret (1)
Rikam Palkar (1)
Debasis Saha (1)
Vijay K (1)
Mahender Pal (1)
Sagar Pardeshi (1)
Abhishek Duppati (1)
Ashish Dubey (1)
Ashutosh Gupta (1)
Waqas Sarwar (1)
Logesh Palani (1)
Mohammad Irshad (1)
Sekhar Srinivas (1)
Vijay Kumari (1)
Gopi Chand (1)
Eranda Horanagama (1)
Suchit Khanna (1)
Dhruvin Shah (1)
Ram Prasad M (1)
Mukesh Kumar (1)
Sumit Singh Sisodia (1)
John Ritchie (1)
Senthilkumar (1)
Rahul Prajapat (1)
Mahesh Chand (1)
Prabhat Kumar (1)
Delpin Susai Raj (1)
Sabarish Natarajan (1)
Atul Sharma (1)
Hiren V (1)
Eddie Gahan (1)
Sumit Deshmukh (1)
Harpreet Singh (1)
Sourabh Somani (1)
Related resources for Collection
No resource found
How To Enable Custom Scripting In SharePoint Online Site Collection
4/7/2021 1:58:26 PM.
In this article, you will learn how to enable and disable custom scripting in SharePoint online site collection.
How To Get External User Report In SharePoint Online Site Collection
4/4/2021 11:00:31 AM.
Using this PS script below we can get the external users report in any SharePoint online site collection both self service and stand-alone sites.
Get the Desktop Details of Your Windows Operating System in ASP.Net
4/2/2021 11:01:46 AM.
This article describes how to get the Desktop details of User in your System . Here I will get the information from the Win32_Desktop class.
Get All Intranet User Details in ASP.Net
3/26/2021 7:17:24 AM.
This article describes how to get the details of users present in a intranet. here i will get these info from Win32_UserAccount class.
DataTable And DataTableCollection Class In ADO.NET
3/17/2021 1:46:04 PM.
In this article, you will learn about DataTable and DataTableCollection Class in ADO.NET.
Collections in C#
3/9/2021 2:30:22 PM.
This C# Collections tutorial explains how to work with C# collection classes List, ArrayList, HashTable, SortedList, Stack, and Queue.
Get the Details of Your Windows Operating System in ASP.Net
3/9/2021 7:45:15 AM.
This article describes how to get the details of your Windows Operating System. Here I will get the information from the Win32_OperatingSystem class.
Get the BIOS Details of Your System in ASP.Net
3/2/2021 8:22:07 AM.
This article describes how to get the BIOS details of your System . Here I will get the information from the Win32_BIOS class.
Garbage Collection (2), Manage UnManaged Code
2/18/2021 3:02:02 PM.
Discuss the garbage collection with unmanaged code: How to manage the unmanaged code in .NET, Dispose pattern
Garbage Collection (1), Manage Managed Code
2/15/2021 4:32:19 PM.
Discuss the garbage collection with managed code: what is the process of the memory management of .NET in this article, while in (2) I will discuss How to manage the unmanaged code in .NET
Demystify Garbage Collection in C#: Part 4
2/12/2021 8:02:59 AM.
Here you will learn one very important concept of garbage collection called “Finalize dispose pattern”.
Dictionary Requires a Model Item of Type System.Collections.Generic.IEnumerable in MVC 3
2/1/2021 7:35:18 AM.
I encountered an error in the implementation of returning multiple models to a single view.
ASP.Net MVC - How to Post a Collection
1/29/2021 10:48:07 AM.
Here I will describe how to post a collection in ASP.Net MVC 3 with the help of a sample application.
Retrieving Data Using Form Collection and Inserting Into ASP.Net MVC 3
1/25/2021 5:29:56 AM.
In this article we will learn how to retrieve data using a Form Collection and insert it into ASP.NET MVC 3.
Preparing .NET Interview: Sorted Collections - Part Nine
1/16/2021 11:10:41 AM.
This article presents the common questions related to sorted collections asked in a .NET interview and explains the answers in an easy way.
Look at ProcDump Tool For Memory Dump Collection
1/14/2021 9:13:36 AM.
In this article, we will look into ProcDump, its purpose and how to use it.
FormCollection In ASP.NET MVC
1/8/2021 5:46:53 AM.
This article will explain FormCollection in ASP.NET MVC.
The table web control in ASP.NET
1/7/2021 11:48:59 AM.
In this article I will explain about creating the table web control in ASP.NET.
Introducing RX For Collections
12/8/2020 2:35:45 AM.
Dynamic data is a portable class library that brings the power of reactive (rx) to collections.
Garbage Collection In .NET 4.5
12/6/2020 9:57:20 PM.
In this article you will learn the new features in .NET 4.5.
Garbage Collection In .NET
12/3/2020 2:02:20 AM.
In .NET framework, each and every type identifies some resources which are available for the program’s use. To use these resources, memory needs to be allocation which represents the type.
Collection Interface In .NET
12/2/2020 10:42:50 PM.
In this article you will learn about Collection Interface in .NET. It provides information about interfaces implemented by collection.
Getting Data From View to Controller in MVC
11/25/2020 11:12:13 PM.
This article explains that how can access data from view to controller’s action method.
Monitoring the Activities of Garbage Collection in .NET Using CLR Profiler
11/24/2020 1:38:30 AM.
In this article we learn about garbage collection and it's generations as well as how we can monitor it using the CLR Profiler.
Concurrent Collections in .NET: ConcurrentQueue - Part Two
11/24/2020 12:43:30 AM.
In this article, you will learn about ConcurrentQueue and how to use it efficiently in software development.
Concurrent Collections in .NET: ConcurrentDictionary - Part One
11/23/2020 8:22:47 AM.
In this article you will learn about concurrent collections and ConcurrentDictionary in detail including how to use it efficiently in software development.
Indexing In-Memory Collections For Blazing Fast Access
11/23/2020 12:23:24 AM.
The CodexMicroORM open source project on GitHub hosts a few useful .NET goodies that can help you write concise code with great performance. In this article I’ll cover a collection type that supports
Collections In .NET
11/12/2020 6:16:35 AM.
Learn about .NET Collections in this article. A .NET collection is a set of similar type of objects that are grouped together. System.Collections namespace contains specialized classes for storing and
Customized Binding Using CollectionBase
11/2/2020 5:28:02 AM.
In this article I am trying to explain the use of CollectionBase class. In a simple example I used CollectionBase to bind a DataGrid control with data from Employees table of NorthWind database. So pl
C# and XAML within a Silverlight 2 context - INotifyCollectionChanged implementation: Part V
9/29/2020 2:13:13 AM.
In this article I will demonstrate different techniques of how implement the INotifyCollectionChanged interface as a part of the article how does XAML interact with C#
Insert, Update and Delete in Silverlight DataGrid using ADO.NET
9/29/2020 1:34:21 AM.
In this article will show how to perform CRUD (Create, Retrieve, Update, Delete) operations in Silverlight 2 using ADO.NET Data Services.
Extract an E-mail From a Webpage
9/5/2020 2:08:36 PM.
This article looks at how to collect an e-mail from any webpage using Python programming language.
Use PnP JS To Fetch List Items From Other Site Collection In SharePoint Online
8/3/2020 7:34:45 AM.
This article will help us fetch data from other site collection using PnPJs.
Garbage Collection and object life cycle in c#
7/28/2020 2:41:20 AM.
Garbage Collection and object life cycle in c#
Approaching MongoDB Design - Basic Principles
6/25/2020 5:56:29 AM.
In this article, we will go through some basic principles for building a good design for your MongoDB database.
How To Use PropertyFieldCollectionData In SPFx Property Pane
6/22/2020 7:29:12 AM.
This article will help us understand how to use PropertyFieldCollectionData in SPFx Property Pane.
IQueryable vs IEnumerable
6/22/2020 6:02:09 AM.
Both of these interfaces are used for iterating a collection.
Advanced Index In MongoDB - Part Six
6/15/2020 2:02:26 AM.
In this article, we will discuss about the advance index concept in MongoDB.
C# Heap(ing) Vs Stack(ing) In .NET - Part One
6/3/2020 12:28:34 AM.
Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize
Collection Types In Swift
5/29/2020 5:59:59 AM.
This article shows the collection types and their usages in Swift.
Calling Entity Bound Actions Using Xrm.Web API With Entity Collection
5/29/2020 5:50:22 AM.
This article is about how to call entity bound action using Xrm.WebApi.
SharePoint Online -Nintex Workflow - Properly Display The Email Address From Filter Collection
5/13/2020 8:57:59 AM.
In this article you will learn about SharePoint online - Properly Display the Email address from Filter collection.
Understanding Generics In C#
4/24/2020 1:28:35 AM.
In this article, you will learn about generics In C#.
MongoDB Collection Methods (Day 11)
3/29/2020 1:12:14 PM.
In this article, you will learn about the Collection methods in MongoDB. This is Part 11 of the MongoDB series.
MongoDB Collections (Day 4)
3/28/2020 5:34:20 PM.
In this article, you will learn about collections in MongoDB databases.
PowerApps Collections Variable
3/24/2020 4:49:29 PM.
In this article, you will learn about PowerApps Collections Variable.
Implementing C# Generic Collections Using Collection<T>, ICollection<T> With IEnumerator<T>
1/24/2020 7:31:34 PM.
In this article, you will learn how to create your own custom collections using Generic Collections class.
Office 365 - Get List Of All Hub Sites Along With Associated Sites Collection In A Tenant
1/22/2020 8:13:26 PM.
In this article, you will learn how to get list of all hub sites along with associated sites collection in a tenant.
How To Use Multiple View Controller In Single Page In Xamarin iOS
1/20/2020 9:16:14 PM.
In this blog, I will explain how to handle multiple view controllers on a single page in Xamarin iOS.
Desktop Fun: Windows 8 Wallpaper Collections Series 2
12/19/2019 11:39:26 PM.
In this article I will show you the Windows 8 Wallpaper Collections Series 2.
Desktop Fun: Windows 8 Wallpaper Collections Series 1
12/19/2019 11:33:02 PM.
In this article I will show you the Windows 8 wallpaper collections series 1.
Garbage Collection - Dispose Vs Finalize And IDisposable Pattern
10/29/2019 2:16:59 AM.
In this article, you will learn about garbage collection - Dispose vs Finalize and IDisposable Pattern.
Using CollectionViews of Xamarin.Forms 4
10/24/2019 12:22:56 AM.
In this video, I have explained in detail how to use the CollectionView from Xamarin.Forms 4 with demos. By the end of this video, you will get a clear idea on how to work with the CollectionViews of
Stack Class in Java
10/20/2019 11:38:02 PM.
Java Collection framework provides a Stack class that models and implements a Stack data structure. The class is based on the basic principle of last-in-first-out.
PowerApps Collections - Learning Part 11
10/4/2019 1:00:58 AM.
In this video article, we will see how to work with Collections in PowerApps. We will check a few functions like ClearCollect, Collect, Remove, UpdateIf.
Comparable Interface in Java
9/26/2019 10:49:32 PM.
In this particular article we will discuss the comparable interface in Java along with some simple examples by which one can easily understand the concepts.
Garbage Collection In Java
9/26/2019 9:47:45 AM.
In this article, you will learn about garbage collection in Java.
Comparable and Comparator Interfaces in Java
9/24/2019 4:58:20 AM.
This article explains the Comparable and Comparator interfaces in Java and the differences between them.
Garbage Collection in Java
9/24/2019 4:37:33 AM.
Java has very strong memory management. In Java, when an object is not of some use, or we can say that we do not need that object in the future, then it destroys that specific object. The amount of me
Learning PowerApps Part 10 - Working With Combo Box
9/24/2019 1:26:52 AM.
In this video article, we will see how to use a Combo box control in PowerApps.
ArrayList in C#
9/21/2019 2:08:31 PM.
In this tutorial, learn C# ArrayList class and most commonly asked questions about C# ArrayList.
A New Version of Java - Java 8
9/20/2019 5:22:34 AM.
In this article you will learn about java 8 and the features adding to java 8.
Working Of List Intreface and LinkedList Class In Java Collection
9/19/2019 6:50:40 AM.
This article explains how the List Interface class and LinkedList class in Java collections work.
How Sorting In Java Collections Work
9/19/2019 1:44:02 AM.
In this article we discuss Sorting in Java collection.
How Various Java Collection Classes Work
9/19/2019 12:46:57 AM.
In this article we discuss working of various classes in Java collection.
How ArrayList Class In Java Collections Are Used
9/19/2019 12:17:41 AM.
This article describes how the ArrayList class in Java Collections work.
Working With Collection Framework In Java
9/18/2019 6:34:39 AM.
In this article, we discuss the Collection Framework in Java and start working with the ArrayList class.
Spring Tutorial: Chapter 5
9/18/2019 4:32:30 AM.
So far we have covered the setting of the expectations of the classes using constructor injection or the setter injections, and we saw how we can set a single bean expectation. If you want to inject a
Working With List Interface of Collection Frame Work in Java
9/17/2019 5:46:07 AM.
In this article first we inttell the about the collection frame work. because we also write a article on collection frame work so in this article we gives only definition of collection frame work. and
Garbage Collector In Java 7 New Concept
9/17/2019 1:20:08 AM.
In this article we discuss the Garbage Collector in Java 7.
Perform Join In PowerApps Collection
9/16/2019 10:00:23 AM.
We have studied about Joins in SQL. What if we need to combine the data using Joins in PowerApps? Here is the solution for the same. In PowerApps we can use LookUp and Add Columns function to get the
Interfaces of Collections in JAVA
9/13/2019 3:45:59 AM.
Here you will learn about collection interfaces in JAVA.
Garbage Collection in Java
9/13/2019 2:00:05 AM.
In this article we are going to describe the most popular concept of java that Garbage collection. In this article we describe that what is garbage collection and why use garbage collection benefit of
Working With Collection Class in Java
9/13/2019 1:46:51 AM.
In this article we are going to describe a collection class and its commonly used methods in Java.
Collection in JAVA
9/10/2019 12:27:22 AM.
Collection in JAVA is meant by collection of objects known as its elements, collect into a single place and treated as a single unit. In this article you will learn about the collection type in JAVA.
Invoke-SPOSiteSwap - Swap Or Move Your SharePoint Online Root Site Collection With Another Site
8/13/2019 10:25:12 AM.
This article explains the new SharePoint Online Management Shell command, Invoke-SPOSiteSwap, which can be used to move your communications site to the root site collection of a tenant.
Get All Site Collections Of Office 365 Tenant In MS Flow
8/8/2019 8:24:39 AM.
In this article, we will learn how to create an MS Flow to get a list of all site collections in the tenant.
Working With Stack Class of Collection in Java
8/5/2019 5:23:33 AM.
In this article we are going to describe all the methods and constructors of the Stack class. Java provides the easiest way to handle the Data Structure because it provides a direct class for common u
Custom Collection Implementation in Java
7/29/2019 5:55:15 AM.
In this article, we are going to describe the implementation of custom collection in java. Firstly I describe what is custom collection implementation after all why need it. So I give you appropriate
Understanding Garbage Collection In .NET
7/24/2019 10:03:14 AM.
In this article, we will learn how Garbage Collection works, with an example demonstrating different variable types and their scopes.
Collections in Java
7/19/2019 1:29:43 AM.
This article explains collections and the various flavors of collections in Java. Learn Array List, Vector, Linked List, Hash Set, Tree Set, Linked Hash Set, Priority Queue, Hash Table, Hash Map, Tree
Xamarin.Forms 4.0 Collection View
7/15/2019 10:00:06 AM.
In this article, you will learn about Collection View in Xamarin Forms 4.0.
Enable Site Collection App Catalog For Particular Site Collection Level Solution/Features
6/17/2019 9:58:31 AM.
In this article, you will learn how to enable a site collection app catalog for a particular site collection level solution/ features.
Observable Collections, Data Binding, And Complex Automation In WPF
6/8/2019 4:49:29 PM.
In this article, we are going to touch on Observable Collections, Data Binding, Complex Automation, WPF, and Third Party controls.
Garbage Collection in .Net framework
6/8/2019 1:25:50 AM.
Garbage Collection (GC) is an important tasks of .NET framework. In this article, I'll explain Garbage collection basics and how it works including C# garbage collection code example.
Overview Of Collection, Array List, Hash Table, Sorted List, Stack And Queue
5/29/2019 8:06:33 AM.
This article provides an overview of Collections, Array Lists, Hash Tables, Sorted Lists, Stacks and Queues.
StringCollection in C#
5/28/2019 9:56:03 AM.
StringCollection is a collection of strings. In this article, learn how to take advantages of StringCollection methods and properties to manage a collection of strings. StringCollection class
ObservableCollection in WPF
5/16/2019 5:45:07 AM.
In this article I will demonstrate how ObservableCollection works in WPF.
Xamarin.Forms - CollectionView
5/10/2019 9:23:01 AM.
In this article, you will learn how to use CollectionView instead of ListView in Xamarin.Forms.
SiteCollection Access Restriction
3/13/2019 8:52:18 AM.
SharePoint Online (SPO), being a cloud-based service, can be accessed from anywhere across the globe with the help of the internet. Due to the organization policies, specific Site Collections in SPO s
All About C# Collections - When To Choose What
2/13/2019 8:52:42 AM.
There has always been confusion among developers when to use which collection. Sometimes, we don’t know about all the available collections and their purpose and consequently, use them incorrectly and
Collections In Ruby On Rails - Part Two
2/7/2019 10:38:37 PM.
In this write-up, we will continue with my previous topic, Collections in Ruby on Rails. We will explore more collections in this part.
Collections In Ruby On Rails
1/30/2019 9:12:19 AM.
In this article, we will see some of the collections in Ruby on Rails, with their syntaxes and example programs.
Object/Collection Initializer in C#
1/30/2019 3:33:49 AM.
Here you will learn some new features in C# 3.0 ike Object initializer, implicitly typed variables, extension methods, anonymous types, object initializer, Collection initializer, and automatic proper
Overview Of List Collection Class In C#
1/15/2019 12:14:00 AM.
Overview Of List Collection Class In C#. List<T> class represents a strongly typed list of objects that can be accessed by index. List<T > is one of the generic collection classes; it is p
CrossRefCollection - Add A Multi-Dimensional Dictionary Collection To The Language
1/10/2019 8:50:47 AM.
I’m building a library to identify audio encodings used in a byte stream and there’s a lot of look-up tables required to determine bit rates, sample sizes, and so on. So, I decided to build a little e
Create New Document Center Site Collection
1/7/2019 11:44:47 PM.
Create a New Document Center Site Collection. Follow the process in this article to create a document center site collection in Office 365 SharePoint online site.
Queue And Stack Collection In C#
1/6/2019 11:09:34 PM.
Queue and stack are two common implementations when creating linked lists. A queue uses first-in-first-out algorithm. The stack uses last-in-first-out algorithm. Both are generic collections in C# and
List Collection Class in C#
1/6/2019 3:17:59 AM.
List is a collection class in C# and .NET. Code examples in this article show how to work with List<T> class in C#. Also code examples on C# Lists and C# Collections.
C# Heap(ing) Vs Stack(ing) In .NET - Part Two
1/5/2019 6:36:57 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article I'll cover some of the behavior
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download