TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prakash Tripathi(4)
Ramasagar Pulidindi(4)
Ashish Bhatnagar(3)
Nakkeeran Natarajan(3)
Ketak Bhalsing(3)
Vijai Anand Ramalingam(3)
Jitendra Mesavaniya(2)
Aman Panjwani(2)
Ismail Sayyad(2)
Mahesh Chand(2)
Sandeep Sharma(2)
Aman Singhal(2)
Haridevraj Srinivasan(2)
Rahul Sahay(2)
Keyur Pandya(1)
Ajay Kumar(1)
Punar Dutt Rajput(1)
Vipul Malhotra(1)
Tahir Ansari(1)
Rajkiran Swain(1)
Sameer Shukla(1)
Sriganapathi S(1)
Ashish Dubey(1)
Ashutosh Gupta(1)
Siddharth Vaghasia(1)
Atul Sharma(1)
Vinodh Narayanan(1)
Joel Champagne(1)
Vignesh Ganesan(1)
Manpreet Singh(1)
Ramakrishna Basagalla(1)
Pankaj Kumar Choudhary(1)
Ajay Yadav(1)
Vidya Vrat Agarwal(1)
Akshay Teotia(1)
Mohan Rathour(1)
Felipe Ramos(1)
Amit Choudhary(1)
Alexander Filatow(1)
Rafid Khalid Abdullah(1)
Pritam Bedse(1)
Praveen Raveendran Pillai(1)
Baibhav Kumar(1)
Vishal Joshi(1)
Ravikant Sahu(1)
John Ritchie(1)
Aakash Maurya(1)
Prashant Bansal(1)
Rafnas T P(1)
Anil Thakur(1)
Sumit Arora(1)
Debendra Dash(1)
Anupam Jain(1)
Roland Pheasant(1)
Kiranteja Jallepalli(1)
Gul Md Ershad(1)
Rajeev Ranjan(1)
Mudita Rathore(1)
Satendra Singh Bhati(1)
Sachin Kalia(1)
Jean Paul(1)
Alok Pandey(1)
Hemant Kumar(1)
Davin Martyn(1)
Mahadesh Mahalingappa(1)
Jaish Mathews(1)
Senthilkumar (1)
Sateesh Arveti(1)
Ricardo Federico(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Host-Named Site Collections in SharePoint
Aug 02, 2024.
This article explains host-named site collections in SharePoint, detailing their advantages, limitations, and the process for creation. Host-named site collections provide unique DNS names, facilitating multi-tenancy and scalable web applications.
Using Find Instead of FirstOrDefault with Collections in C# .NET
Jul 15, 2024.
When working with collections in C# .NET, FirstOrDefault and Find serve similar purposes of retrieving elements based on conditions. FirstOrDefault is versatile for any IEnumerable<T>, while Find is optimized for List<T>, offering potentially better performance in list operations.
Frozen Collections in .NET 8
Jun 10, 2024.
Frozen Collections in .NET 8" explores the introduction of frozen (immutable) collections in the latest .NET framework. These collections offer performance optimizations and enhanced memory management by ensuring data structures are read-only after creation.
Types of Modern Site Collections - SharePoint
Apr 18, 2024.
This Article demonstrate what actually SharePoint Modern Site Collection is and Various types of Modern Site Collection that can be used as per the business needs.
Learn About Collections in Rust
Apr 17, 2024.
In this article, we will explore all types of collections in the Rust Programming Language. Collections are essential in Rust for efficient data management. Arrays hold fixed-size elements, vectors offer dynamic resizing, and slices provide references to portions of collections.
Exploring Frozen Collections in .NET 8 With Benchmarking
Apr 14, 2024.
Frozen Collections is a new .NET 8 feature that can be used to create Dictionaries and Sets for faster read operations when you don’t need to make changes after the creation. In this article, I present how to work with these collections and demonstrate the performance difference when compared with other collections.
Creating Cascading Dropdowns Using Collections in PowerApps
Mar 02, 2024.
We will explore how to create cascading dropdowns using collections in PowerApps without relying on SharePoint lists. Follow the steps to set up and add data to collections, enabling dynamic user interfaces.
Creating Collections from SharePoint Lists in PowerApps
Feb 15, 2024.
Learn how to utilize collections in PowerApps to manage data within your application, especially useful for scenarios where users may be offline or have limited connectivity. Discover the advantages of collections over SharePoint lists, including the ability to perform complex queries.
Concurrent Collections in C#
Jan 12, 2024.
Unlock the power of concurrency in C# with a deep dive into concurrent collections. From ConcurrentDictionary for thread-safe dictionaries to BlockingCollection for versatile blocking operations, master efficient and safe multi-threaded programming.
Mastering List Collections in C#
Sep 24, 2023.
Explore the power and versatility of C# List collections with this comprehensive guide. From basic operations to advanced techniques, learn how to harness the full potential of lists for effective data manipulation. Whether you're a beginner looking to master the essentials or an experienced developer seeking to level up your C# skills, this guide provides a step-by-step journey through list collections, making complex data management accessible and efficient.
Applying site scripts to modern site collections using Power Automate
Apr 21, 2023.
Process of applying site scripts to modern site collections using Power Automate.
Legacy Classes And Legacy Interface Of Collections API
Apr 28, 2022.
In this article, you will learn about legacy classes and legacy interface of collections api.
Exploring Collections library In Python
Dec 26, 2021.
The article explains the alternative to traditional Python collections which is Collections module
📚 Python Operators And Literal Collections ✍️
Jun 10, 2021.
In this article, you will learn about Python Operators and Literal Collections.
PowerApps Collections Variable
Mar 24, 2020.
In this article, you will learn about PowerApps Collections Variable.
Implementing C# Generic Collections Using Collection<T>, ICollection<T> With IEnumerator<T>
Jan 24, 2020.
In this article, you will learn how to create your own custom collections using Generic Collections class.
Get All Site Collections Of Office 365 Tenant In MS Flow
Aug 08, 2019.
In this article, we will learn how to create an MS Flow to get a list of all site collections in the tenant.
All About C# Collections - When To Choose What
Feb 13, 2019.
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 end up with performance issues.
Retrieve Site Collections And SubSites Using Microsoft Graph API
Oct 22, 2018.
In this article, I have explained how to retrieve the top site collections and subsites using Microsoft Graph API.
Indexing In-Memory Collections For Blazing Fast Access
Apr 01, 2018.
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 multi-property indexing and as such, performs very well with equality lookups.
Extending The Retention Period Of Orphaned Personal Site Collections Up To A Year
Mar 24, 2017.
Extending The Retention Period Of Orphaned Personal Site Collections Up To A Year.
How To View All Site Collections In SharePoint 2013 Central Administration
Mar 03, 2017.
In this article, you will learn how to view all the site collections in SharePoint 2013 Central Administration.
Concurrent Collections in .NET: ConcurrentQueue - Part Two
Jul 16, 2016.
In this article, you will learn about ConcurrentQueue and how to use it efficiently in software development.
Concurrent Collections in .NET: ConcurrentDictionary - Part One
Jul 13, 2016.
In this article you will learn about concurrent collections and ConcurrentDictionary in detail including how to use it efficiently in software development.
Working With SharePoint Site Collections On Office365 Tenant Site Using PnP PowerShell
Jul 06, 2016.
In this article, you will learn how we can create, retrieve, update and delete SharePoint site collections on Office365 tenant sites (Admin sites), using PnP PowerShell.
Preparing .NET Interview: Sorted Collections - Part Nine
Jun 09, 2016.
This article presents the common questions related to sorted collections asked in a .NET interview and explains the answers in an easy way.
Create Site Collections And Sites In SharePoint Using PowerShell - Part One
May 27, 2016.
In this article you will learn how to create Site Collections and Sites in SharePoint using PowerShell.
Create Site Collections And Sites In SharePoint Using PowerShell - Part Second
May 25, 2016.
In this article you will learn how to create Site Collections and Sites in SharePoint using PowerShell.
Preparing For .NET Interviews: Traditional And Generic Collections - Part Eight
May 19, 2016.
This article presents the common questions asked in .NET interviews related to traditional and generic collections and explains the answers easily.
Create, Update, Delete Or Retrieve SharePoint Site Collections Using CSOM PowerShell
May 19, 2016.
In this article you will learn how to retrieve, create, update or delete SharePoint Site Collections programmatically on SharePoint Online Tenant using CSOM with PowerShell (SharePoint Online / Office 365).
PowerShell Script To Backup Multiple Site Collections In A Single Go
Apr 26, 2016.
In this article you will learn about PowerShell Script to backup multiple site collections in a single go .
Publishing Data Items To Other Site Collections Using Cross Site Publishing In SharePoint
Mar 18, 2016.
In this article you will learn how to publish Data Items to other site collections using cross site publishing In SharePoint.
Generics And Generic Collections In C#
Dec 16, 2015.
In this article you will learn about Generics and Generic Collections in C# language.
MongoDB Collections (Day 4)
Aug 04, 2015.
In this article, you will learn about collections in MongoDB databases.
Overview of Collections in .NET
Feb 26, 2015.
In this article you will learn about Collections in .NET.
Working With Collections in XAML
Sep 25, 2014.
This article demonstrates how to work with collections in XAML.
Demonstrating Backbone.js: Implement Collections Part 4
Dec 29, 2013.
In this article we will understand how to provide validations in Backbone.js.
Demonstrating Backbone.js: Implement Collections Part 5
Dec 29, 2013.
In this article we will understand how to use collections in Backbone.js.
Demonstrating Backbone.js: Implement Collections Part 3
Dec 29, 2013.
In this article we will understand how to use collections in Backbone.js.
Demonstrating Backbone.js: Implement Collections Part 2
Dec 26, 2013.
In this article we will understand how to use collections in Backbone.js.
Programmatically Add the Site Collections to Have Read Only Access to the Local Site Collection Taxonomy Group in SharePoint 2013.
Jul 22, 2013.
In this article you will see how to add the site collections to have read only access to the local site collection taxonomy group in SharePoint 2013 using server object model.
Publish Site Policies across site collections in SharePoint 2013
Jul 15, 2013.
In this article you will see how to publish site policies and share them across site collections in SharePoint 2013.
How Sorting In Java Collections Work
Jun 04, 2013.
In this article we discuss Sorting in Java collection.
How ArrayList Class In Java Collections Are Used
May 31, 2013.
This article describes how the ArrayList class in Java Collections work.
Using .NET Collections With C#
Feb 28, 2013.
.NET offers a variety of collections such as ArrayList, Hashtable, queues, Dictionaries.
Desktop Fun: Windows 8 Wallpaper Collections Series 1
Dec 06, 2012.
In this article I will show you the Windows 8 wallpaper collections series 1.
Desktop Fun: Windows 8 Wallpaper Collections Series 2
Dec 06, 2012.
In this article I will show you the Windows 8 Wallpaper Collections Series 2.
Threads and Collections in C#
Dec 17, 2011.
The Collection classes in the System.Collections namespace are not threadsafe and their behavior is “undefined” when collisions occur. This program illustrates the issue.
Interfaces of Collections in JAVA
Oct 22, 2011.
Here you will learn about collection interfaces in JAVA.
Lock or Unlock site collections in SharePoint 2010
May 16, 2011.
In this article we will be seeing how to lock or unlock site collections in SharePoint 2010.
Extending Collections in .NET
Feb 24, 2011.
Recently I found myself adding custom code to convert the collections to DataViews so that I could assign my filters and let the View take care of the rest. In this article I will try to cover the problem, design, and solution implemented.
Creating A Custom Collections Class Using System.Collections.CollectionBase
May 13, 2010.
This article will show you how you can create a class that can behave just like a collection class.
Designing Sortable Collections using IComparable
Nov 21, 2005.
.NET Framework Class Library provides several interfaces to support additional functionality in collections such as ICollection, IList, and IComparable. IComparable interface is used to support the sorting in collections.In this article, I will discuss how to use IComparable interface to design sortable arrays.
Thread Safe Collections ArrayList and Queue
Sep 24, 2004.
The attached project provides a dll containing a wrapper around the non-thread safe ArrayList and Queue classes. The wrapper implements the most common functions of this collection elements.
Creating Strongly Typed Custom Collections in C#
Sep 02, 2002.
In this article, author shows you how to create and use strongly typed custom collections.
Developing a Card Game using Collections and Properties
Aug 08, 2002.
In this article, author develops a card game using collections and properties.
.NET 9 : Params Collections
Nov 15, 2024.
In .NET 9 the params keyword has been extended to support not only arrays but also other collection types like ReadOnlySpan<T> and IEnumerable<T>. This enhancement offers greater flexibility and potential performance improvements.
Python Data Types and Collections
Aug 22, 2024.
Explore Python's essential data types and collections in this comprehensive guide. Learn about fundamental types like integers, floats, and strings, as well as advanced collections such as lists, tuples, dictionaries, and sets.
Vector Class and the Stack Class in Java Collections
Jul 19, 2024.
The Vector and Stack classes in Java Collections Framework provide essential tools for managing dynamic arrays and last-in, first-out (LIFO) stacks, respectively.
HashSet Class and TreeSet Class in Java Collections
Jul 19, 2024.
Explore the HashSet and TreeSet classes in Java Collections Framework. Learn how HashSet uses hashing for fast access and TreeSet maintains sorted order through a Red-Black tree.
How to Backup/Restore MongoDB Database and Collections
Feb 11, 2024.
Backing up and restoring a MongoDB database and collection with command definition explanation and example as well.
Collections in Kotlin
Jun 12, 2023.
The article wraps Collections in Kotlin and provides a summary or final thoughts on the topic.
Collections In C#
Apr 05, 2022.
The purpose of this article is to demonstrate how to work with arrays and the issues associated with them, followed by Non-Generic collections and their issues, and finally Generic collections which solve both arrays and Non Generic types of problems.
Observable Collections, Data Binding, And Complex Automation In WPF
Jun 08, 2019.
In this article, we are going to touch on Observable Collections, Data Binding, Complex Automation, WPF, and Third Party controls.
Collections In Ruby On Rails - Part Two
Feb 07, 2019.
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
Jan 30, 2019.
In this article, we will see some of the collections in Ruby on Rails, with their syntaxes and example programs.
Learn SharePoint Series - Part Three - Site Collections
May 11, 2018.
This article is the third part of the SharePoint series, focusing on Site Collections in both SharePoint Online and On-Premises. It discusses the importance of Site Collections as top-level sites, their role in defining structure and settings,
SharePoint 2016/2013 Administration - How To Create Host Header Site Collections
May 04, 2017.
In this article, we will look into the steps to create host header based Site Collections.
Collections In .NET
Mar 24, 2017.
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 accessing the data.
Collections In C#
Aug 07, 2016.
In this article, we will learn about the Collections in C#.
Collections in C#
Aug 05, 2016.
Collection in C# is a must-know concept for every developer. This article is about Collections in C#.
Working With The Error Cannot Implicitly Convert Type 'ListName[]' to 'System.Collections.Generic.IList<ListName>' in WCF.
Apr 17, 2016.
In this article I am going to discuss about a common error that most of the time comes while working with WCF.
Collections and Arrays in C#: Part 2
Jun 20, 2015.
In this article you will learn about arrays and collections in C#.
Collections and Arrays in C#: Part 1
Jun 05, 2015.
In this article you will learn about collections and arrays in C# programming.
Collections in C#
Mar 05, 2015.
This article provides a brief description of Collections in C#.
Introducing RX For Collections
Feb 01, 2015.
Discover the power of Reactive Extensions (Rx) for efficient and responsive collection handling. Learn how Rx enables event-driven, asynchronous data processing, transforming collections into dynamic, real-time streams.
Collections in C#
Dec 17, 2014.
Learn about collections in C#, including commonly used collection types such as lists, queues, stacks, and dictionaries. This tutorial covers the basics of collections, how to use them, and how to select the right collection for your needs.
Collections in C#
Dec 01, 2014.
This article describes Collections in C#. A collection is a way to create and manage groups of related objects. The group of objects can grow and shrink dynamically depending on the requirements in the collection.
Collections in C#
Sep 09, 2014.
This article describes the benefits and types of collections in C#.
Collections in Backbone.js
Jan 20, 2014.
This article explains collections in backbone.js. In this tutorial we will simply learn about the collections and their implementation in backbone.js.
Collections in Java
Sep 27, 2013.
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 Map in Java.
Dictionary Requires a Model Item of Type System.Collections.Generic.IEnumerable in MVC 3
Jun 11, 2013.
I encountered an error in the implementation of returning multiple models to a single view.
SharePoint 2010 - Site Collections, Subsites, Top-Level Site
Mar 06, 2012.
In this article I would like to experiment with Top Level Site creation. We need to use the Central Administration application to do this.
Collections in FSharp
Oct 19, 2011.
Collections allow us to add and remove any number of elements dynamically. Here you will learn about the collection type in FSharp.
Key Value pairs in Collections
Oct 18, 2011.
A new approach has evolved in Collections ,i.e The LookUp<TKey,TValue> is one the Class in the Collection which represents a collection of keys each mapped to one or more values.
Collections in Workflow
Oct 17, 2011.
The Collection provides specific classes for data storage and retrieval. These classes support a stacks, queues, lists, and hash table.
Silverlight Observable Collections
Aug 09, 2011.
In this article I introduce you to Observable Collections in Silverlight.
Query Through File System Using .Net 4.0 Enumerable Collections
Apr 26, 2010.
This article describes a new method introduced in .NET 4.0 using which developers can interact with file systems very quickly, especially for searching files and folders.
Collections in C#: ArrayList and Arrays
Oct 10, 2009.
This article explains the Collection classes in .NET. This first part explains the ArrayList class, advantages, disadvantages and differences with Array.
Introduction to Loosely Coupled Collections
Feb 16, 2009.
This article explains about Implementation of Loosely Coupled Collections in C#.
Boxing and Performance of Collections
Mar 14, 2002.
In this article, I will compare some performance issues of values and references types during boxing and unboxing operations.
1
-
91
of
91
<<
1
>>
Search
OUR TRAINING