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
About Item
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (17)
Sagar Pardeshi (6)
Vijai Anand Ramalingam (5)
Daniel Gomez (3)
Santosh Sarnobat (3)
Jalpa Dhola (2)
Vinay Ayinapurapu (2)
Siddharth Vaghasia (2)
Vijay Yadav (2)
Anuradha Rani (2)
Dhruvin Shah (2)
Abiola David (2)
Chandani Prajapati (2)
Sanjay Kumar (1)
Sarvesh Shinde (1)
Nakkeeran Natarajan (1)
Geo J Thachankary (1)
Jitendra Mesavaniya (1)
Swati Gupta (1)
Thivagar Segar (1)
Md Tahmidul Abedin (1)
Vijay Bhaskar (1)
Rahul Suryawanshi (1)
Senthilkumar (1)
Debasis Saha (1)
Prasad BVN (1)
Kaviya Balasubramanian (1)
Kishorekumar Pooruli (1)
Lakshmanan Sethu Sankaranarayan (1)
Mushtaq M A (1)
Sibeesh Venu (1)
Shiv Sharma (1)
Mithilesh Tata (1)
Ram Prasad M (1)
Sateesh Arveti (1)
Srikanth Chaganti (1)
Vipendra Verma (1)
Jithu Thomas (1)
Saksham Gupta (1)
Rion Williams (1)
Scott Davis (1)
Chetna Solanki (1)
Shakti Saxena (1)
Parth Patel (1)
Sandeep Mishra (1)
Sam Hobbs (1)
Mohit Mishra (1)
Manoj Mittal (1)
Arindam Dawn (1)
Kailash Chandra Behera (1)
Jayakumar Balasubramaniam (1)
Sanjay Kumar Pathak (1)
Shriram Pophali (1)
Rajesh Gami (1)
Sode Keshav (1)
Arunava Bhattacharjee (1)
Harshad Tretiya (1)
Vijayaragavan S (1)
Aashina Arora (1)
Gowtham Rajamanickam (1)
Abhishek Saini (1)
Mayuresh Joshi (1)
Dheeraj Gaur (1)
Related resources for Item
No resource found
Use of ItemsControl in WPF C# for Flexible UI Design
11/19/2024 4:38:09 AM.
This guide explores data binding, templates, and customization techniques for crafting sophisticated layouts. Enhance your WPF skills and unlock the full potential of ItemsControl for efficient UI dev
Rename Folder in SharePoint Online Document Library with Power Automate
10/28/2024 5:45:14 AM.
In SharePoint Online, renaming a folder in a Document Library with Power Automate can be done using an HTTP request to interact with the SharePoint REST API, as Power Automate lacks a direct rename ac
Delete Comment from SharePoint List Item
10/24/2024 10:54:43 AM.
This article explains how to delete comments from a SharePoint list item using the SharePoint REST API and Power Automate. It covers creating a flow with a manual trigger, fetching comment details via
Searching Items in Sitecore without Solr Indexes
10/22/2024 7:24:39 AM.
In Sitecore, we often need to perform searches for items without using Solr. This article explores a recursive search approach using the ManualSearch class to retrieve specific items or lists from the
How to Create/Update/Delete SharePoint 2010 list items using Client Object Model
10/16/2024 4:56:57 AM.
This tutorial covers essential concepts, including setting up the ClientContext, performing CRUD operations with JavaScript, and handling permissions and errors. Enhance your SharePoint development sk
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
10/1/2024 5:33:32 AM.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in
SharePoint Based Triggers In MS Flow - Part Two
9/23/2024 11:26:54 AM.
This article explores SharePoint triggers in MS Flow, detailing five key trigger points: file deletion, item creation, item modification, item deletion, and file creation/modification in a folder. It
FLOW Trigger Conditions For SharePoint - Run FLOW When Needed
9/8/2024 10:44:58 AM.
Learn how to configure FLOW in SharePoint to trigger only when necessary using trigger conditions. Control FLOW runs by specifying conditions like item status, reducing unnecessary executions and cons
Deleting Unused Items in Sitecore Media Library via PowerShell Script
9/5/2024 4:28:19 AM.
In this blog we will find a Sitecore PowerShell script to be able to eliminate multimedia elements that are not being used.
List Item Operations Using CSOM with PowerShell For SharePoint Online
8/21/2024 6:11:23 AM.
In this article, you will learn how we can retrieve, create, delete or update list items using CSOM with PowerShell on any SharePoint online platform site.
Understanding the Open/Closed Principle (OCP) with C#
8/12/2024 8:46:10 AM.
The Open/Closed Principle (OCP) states that software entities should be open for extension but closed for modification. This principle helps in creating flexible and maintainable code by allowing new
What is a Sitemap and How to Use It?
8/9/2024 5:17:15 AM.
A sitemap is a crucial tool for website optimization, aiding search engines in indexing your site efficiently. This guide explores the definition, types, and benefits of sitemaps, including XML and HT
Highlight Active Menu Item Dynamically in Angular based on Route
7/19/2024 6:28:54 AM.
In Angular applications, dynamically highlight active menu items based on the current route using Angular's RouterModule and routerLinkActive directive. This allows you to apply a CSS class, like
Track Views Per Item and Total Page Hits in PowerApps
7/5/2024 7:37:03 AM.
We often see in many of the sites that total page view count is shown. I have come across one of the use case where I wanted to show how many times that page was visited by any user. Another use case
Exploring GetItems() Method for Working with Randomness in .NET 8
7/2/2024 7:16:36 AM.
.NET 8 introduces the GetItems() method in the Random class, enhancing random data selection in C# programming. This method simplifies selecting random items from collections, improving code efficienc
Different Types Of Templates In WPF
6/25/2024 10:05:32 AM.
Explore the diverse world of templates in WPF (Windows Presentation Foundation) with this comprehensive guide. From Control and Data Templates to Item and Custom Templates, delve into how each type en
Different Methods To Do Bulk Delete Of SharePoint List items
6/17/2024 11:19:20 AM.
Encountered space issue in SharePoint Team site due to workflow history list exceeding list view threshold (100,000 items). Used REST API to identify over 55 lakh items. Attempts with JavaScript and M
TreeView In WPF
6/14/2024 10:37:05 AM.
Explore the WPF TreeView control in this tutorial, designed to display hierarchical data with expandable nodes. Learn to add, delete, and style TreeView items dynamically using XAML and C#. Enhance y
Create Repeating Section In PowerApps New Form - Step By Step - Part One
6/12/2024 9:40:57 AM.
This article guides you through creating a Repeating Section in PowerApps forms for New and Edit forms. Learn to store data in SharePoint lists, manage form navigation, and enhance user experience wit
PnP Combo Box List Item Picker In SharePoint Framework
6/7/2024 10:23:01 AM.
Explore PnP React Controls for SharePoint Framework, including the Combo Box List Item Picker. Learn how to set up, implement, and deploy this control to select items from a list, enabling efficient
Set SharePoint List Item Permissions Using MS Flow
6/5/2024 8:13:15 AM.
Microsoft's re-branded Power Automate replaces SharePoint 2010 workflows, offering connectors for approval processes, scheduling, and business automation. Learn to manage custom permissions for li
Update SharePoint List Items Using SPServices And Batch
5/29/2024 8:55:01 AM.
Efficiently update SharePoint list items using SPServices and batch processing in JavaScript. Streamline data manipulation, enhance performance, and automate updates for improved SharePoint list manag
Merge Multiple CSV Files With Same Header Using Windows PowerShell
5/14/2024 11:01:33 AM.
Merging multiple CSV files with the same header using Windows PowerShell involves importing each CSV file, combining their contents while preserving the header, and exporting the consolidated data int
Display an RSS Feed Using XSLT
5/9/2024 11:51:36 AM.
Displaying an RSS feed using XSLT involves transforming XML data into HTML for presentation. XSLT templates define how RSS elements are formatted, facilitating clear and structured content rendering o
Populate a DropDownList in Change of Another DropDownList
5/8/2024 9:48:58 AM.
Populate a DropDownList in response to another's change using JavaScript. Utilize event listeners for change events, triggering Ajax requests to fetch data dynamically based on the selected value.
DDL and DML Operations in Sharepoint
5/3/2024 9:02:41 AM.
DDL operations in SharePoint involve creating or modifying the structure of sites, lists, and columns. This includes tasks like site creation, list creation, and defining columns or content types.
Copy Or Move The Items From A SharePoint Online Document Library
5/2/2024 10:02:07 AM.
In this article, I would like to share the steps to copy or move the document from one folder to another folder or one document library to another document library in SharePoint online.
Drag and Drop ListBoxItem with Telerik Behavior: Parent Boundary
4/25/2024 10:41:35 AM.
Explore advanced drag and drop techniques in WPF using Telerik controls. Utilize ViewModel and ObservableCollection for dynamic data handling. Master MVVM architecture for cleaner code. Step-by-step
Deleting List Items in SharePoint 2013 Using REST API
4/25/2024 8:51:44 AM.
Learn how to delete list items in SharePoint 2013 effortlessly using the REST API. Utilizing SP.RequestExecutor, this guide walks you through the process of making cross-domain requests, initializing
Create Item View Using K2 Designer In SharePoint Online
4/18/2024 8:17:43 AM.
Learn to craft dynamic item views in SharePoint 2013 Online using K2 Designer. Enhance data presentation, customize forms, and integrate workflows for efficient business processes. Unlock the power of
Update Multi-Values with People Picker Field in Power Automate/Microsoft Flow
4/12/2024 11:14:14 AM.
Learn to update multi-values in the people picker field using Power Automate or MS Flow. Discover how to find an Office 365 group ID, list group members, and add them to a multi-value people picker co
Grid View In Xamarin.Forms Using FlowListView
4/4/2024 9:10:03 AM.
Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje
Get Distinct Count Of SharePoint List Items Using Power Automate
3/21/2024 9:16:14 AM.
In this article, we will learn how to get a distinct count of SharePoint list items based on a specific column using Power Automate or Microsoft flow. We will use the Union function to get Distinct Re
Move Azure DevOps Work Items From One Organization To Another
3/13/2024 11:50:02 AM.
Transfer Azure DevOps work items between organizations effortlessly using migration tools. Export data from source organization, import to target organization, ensuring seamless transition of Agile pr
Increasing Item Limit in Power Apps: A Step-by-Step Guide up to 2000
3/12/2024 6:36:29 AM.
In this article, we will learn to Unlock the full potential of Power Apps by increasing the item limit to 2000 with our comprehensive step-by-step guide. Learn how to efficiently manage data sources,
Programmatically Get Specific Fabric Workspace Items in Fabric Notebook
3/12/2024 5:02:59 AM.
In this video, I walked you through how to programmatically get all the items from a specific workspace using Fabric Notebook.
How to Remove Duplicate Email Items in Outlook
3/6/2024 7:22:26 AM.
Explore methods to remove duplicate email items in Outlook. Get the best solutions to remove duplicate email items from Outlook in easy steps.
Prevent MS Flow Retrigger on Item Creation/Modification
3/5/2024 10:18:28 AM.
This document introduces MS Flow, a prominent Office 365 application facilitating task automation and intricate business logic development based on list item events. It addresses the challenge of recu
Introduction to Interfacing Win Forms with VS Add-ins
2/29/2024 9:16:02 AM.
Learn to integrate Visual Studio Add-ins with Win Forms for enhanced user interaction. Utilize Form controls, event handling, and DTE to create a seamless interface. Manage windows, buttons, and lists
Accessing Network Drive in C#
2/28/2024 7:10:13 AM.
Network Drives are those locations that are mapped to a drive or folder in another system that can be accessed over a network. I will show you how to access the network drives.
How to Enable Single Click to Open an Item in Windows 8
2/28/2024 7:09:50 AM.
In this article, we will learn how to enable a single click to open an item in Windows 8 for faster navigation. Customize your mouse settings to streamline your workflow and improve efficiency.
toSpliced(start, deleteCount, ...items) in JavaScript ES2023
2/25/2024 7:49:23 AM.
Creates a new array with elements spliced (added or removed) at a specific index, without modifying the original. The toSpliced method in JavaScript ES2023 offers a non-mutating alternative to splice,
Perform CRUD Operations using Azure DevOps Rest API
2/19/2024 9:39:24 AM.
In this article we will discuss Azure DevOps REST API and perform CRUD operations on work items using PowerShell, including create, read, update, and delete.
Guide to Endorsing Fabric Items: Promoting and Certifying
2/12/2024 12:06:14 PM.
One of the crucial responsibilities of #FabricAdmin is ensuring high-quality and trustworthy items are endorsed either by promoting or certifying those items. In this definitive guide, I explained how
Backup Sitecore Media Library items with a PowerShell script
2/8/2024 8:32:55 AM.
Sitecore PowerShell script to backup Media Library items in a zip file. This Sitecore PowerShell script automates the backup of Media Library items into a zip file on the server. The script efficientl
Get Items Action Fetching Few Records from SharePoint Online
2/5/2024 10:12:12 AM.
Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem b
Clone and Edit Logged-In User's Item in PowerApps
11/28/2023 8:58:47 AM.
In this article, explore how to save time by cloning entries. The article details the process of opening duplicated items immediately in a form and cloning objects with user-confirmed messages.
ListView in C#
11/17/2023 9:13:48 AM.
The ListView in C# provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we will learn how to work with the Windows F
Copy and Open Your PowerApps Item in Edit Form
10/25/2023 4:08:17 PM.
Learn to set up an ASP.NET project with DevOps Starter Project on Microsoft Azure. Follow a step-by-step guide to configure your project, set up CI/CD pipelines, and manage databases.
C# 7.0 - Tuples To The Extreme!
10/23/2023 6:05:41 AM.
C# 7.0 - Tuples to the Extreme! A C# tuple is a data structure that has a specific number and sequence of elements. An example of a C# tuple is a data structure with three elements (known as a 3-tuple
Implementing Multiple Sitemaps
10/2/2023 6:57:30 PM.
This article explains how to control the display of nodes for different user, while using treeviews and sitemaps.Implementing multiple sitemaps involves creating separate sitemap files for different s
Retrieve All Column Values with PnP JS in SPFx
9/20/2023 10:02:33 AM.
In this blog post, we'll delve into the process of extracting various field values from a SharePoint list using PnP JS, demonstrating how this can seamlessly integrate with SharePoint Framework (S
How to search an item in a C# List
9/18/2023 10:01:38 AM.
List.BinarySearch() method searches a List of collection using binary search algorithm. The code example shows how to search a list items using C#.
Selector Class in WPF
8/23/2023 10:21:06 AM.
This article explains the Selector class inherited by WPF Controls.
Exists & Contains Method To Check An Item In A List Collection
8/21/2023 11:14:25 AM.
In this article we will learn about exists and contain method. to check an item in a list collection.
Generate SharePoint News Posts Using WHO RSS Feed Using Power Automate
8/21/2023 8:51:21 AM.
In this article we will consume WHO RSS feed and generate SharePoint News Pages. For that we will use power automate flow which will run every day and generate SharePoint news page for us.
How to save Microsoft Forms Responses with Attachments to SharePoint Lists?
8/9/2023 6:52:50 AM.
In this article, we will explore the process of retrieving a Microsoft Forms response that includes an attachment and saving it directly to a SharePoint list.
Create a SharePoint List Item using Power Automate
7/28/2023 9:42:33 AM.
Learn how to collect data from Microsoft Forms and store it in SharePoint Lists using Microsoft Power Automate. Automate workflows easily without coding. Efficient data management for better analysis.
Clicking a Button in Another Application
7/27/2023 9:20:10 AM.
This article provides a simple sample of an application that clicks a button in another application.
How to Disable Attachments to List Items in SharePoint Online Using REST API
7/20/2023 9:33:56 AM.
In this article you will see how to disable attachments to list items using REST API in SharePoint 2013 Online.
How to get items from a database into a Tkinter Listbox?
7/18/2023 7:21:41 AM.
In this article we will discuss how to get items from a database into a Tkinter Listbox.
Power Automate - Break Inheritance And Set List Item-Level Permissions In SharePoint Online
7/17/2023 7:15:19 AM.
In this article you will learn about power automate - break inheritance and set list item-level permissions in sharepoint online.
Extract Devops Work Item Drop Down Value Using Power Automate
6/22/2023 6:19:27 AM.
Simplifying Usage of trackBy in Angular Directives for Effective Item Tracking
6/19/2023 10:30:16 AM.
Discover how to leverage Angular's trackBy directive to effortlessly maintain accurate item tracking in your lists and improve rendering performance
Power Automate - Break Inheritance, Remove And Set List Item-Level Permissions In SharePoint Online
6/2/2023 9:38:46 AM.
In this article, you will learn about Power Automate - Break Inheritance, remove and Set List Item-Level Permissions in SharePoint Online.
Moving ListBox Items UP Or Down In WPF
5/26/2023 8:54:58 AM.
This article descripbes how to rearrage listbox items up and down.
How To Work With List Items In SPFx Using REST API - Retrieve List Data - Part One
5/26/2023 8:51:15 AM.
SharePoint Framework is a powerful client-side development tool used to develop SharePoint apps with full support of other Javascript frameworks like Angular, React, Knockout.
How to sort a List in C#
5/24/2023 8:12:41 AM.
How to sort a List in C# using List.Sort() method.
SharePoint Item Display and Edit Screens Without Any Customization
4/24/2023 11:49:38 AM.
In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have
Manage Attachments Of SharePoint On-Premises List Item
2/22/2023 10:33:48 AM.
Custom "Attachment" Sync Solution to support SharePoint On-Premises List Item Attachments in Canvas Power Apps Forms.
How to Add Items to a C# List
2/21/2023 12:35:44 PM.
Learn how to add an item to a list in C#
How To Fetch More Than 100k Items From Dataverse Table
2/20/2023 11:23:43 AM.
In this article, we will learn how to fetch more than 100k items from Dataverse table. In Power Automate, the default threshold limit for the “List rows” action is 5000, which is used to fetch items f
How to get and set an Item of a dictionary in C#
2/11/2023 1:30:56 AM.
How to get and set an Item of a dictionary in C#
How to count a dictionary items in C#
2/11/2023 1:29:30 AM.
How to count dictionary items in C#. The Count property gets the number of key/value pairs in a c# Dictionary.
How to read all items of a Dictionary in C#
2/11/2023 1:26:33 AM.
How to read all items of a Dictionary in C#. The C# Dictionary is a collection. We can use the foreach loop to go through all the items and read them using they Key and Value properties.
How to add items to a Dictionary in C#
2/11/2023 1:24:33 AM.
How to add items to a Dictionary in C#. The Add method adds an item to the Dictionary collection in form of a key and a value.
How to remove an item of a Dictionary in C#
2/11/2023 1:21:55 AM.
How to remove an item of a Dictionary with C#. The Remove method removes an item with the specified key from the collection. The Clear method removes all items from the collection.
How to Remove C# List Items
2/8/2023 6:10:18 PM.
The List<T> class in C# and .NET represents a strongly typed list of objects. List.Remove() and List.RemoveAt() methods with List.Clear() method can be used to remove items of a List<T> in
How To Get All Items In A C# List
2/8/2023 6:05:52 PM.
How to read a list items using C#. The List<T> is a collection. We can use the foreach loop to go through all the items and read them.
Remove Item at a specified position in a C# List
2/8/2023 3:04:40 PM.
List<T> provides RemoveAt() method to remote items at a specified position. Code examples in this article removes an item at a specified position using C# and .NET.
How to Delete All Items Of A C# List
2/8/2023 2:56:08 PM.
C# List<T> class provides methods and properties to create a list of objects (classes). List.Remove(), List.RemoveAt(), and List.Clear() methods are used to delete items of a List in C#.
How To Create Item In Amazon DynamoDB Using AWS Lambda With Python
1/30/2023 4:36:46 AM.
In this article, you will learn how to create item in Amazon DynamoDB using AWS Lambda with Python.
How do I find the index of an item in a C# List?
1/20/2023 8:14:32 AM.
The IndexOf method returns the first index of an item if found in the List.
How To Drag And Drop Items Using Angular(v2 to v14)
11/23/2022 6:12:27 AM.
Using ng-drag-drop npm package to drag and drop whole data from one box to another content box.
Break Inheritance And Set Item-Level Permission Using Power Automate
10/18/2022 7:14:40 AM.
In this article, we will learn how to set item-level unique permissions in SharePoint using HTTP request with Power Automate
How To Update List Items With Elevated Access To Read-only Content Using Power Automate
10/10/2022 6:53:38 AM.
In this article, we will learn how to update SharePoint list items with elevated access when the logged-in user doesn’t have access to update the content.
Button On Command Bar Doesn't Appear When An Item Is Selected In Sub Grid Microsoft Dynamic CRM - Issue
9/16/2022 6:14:57 AM.
The mentioned issue would have been commonly encountered by the developers who extensively play around with the sub gird’s, who would have encountered the scenario where in you have a button on the su
Remove an Item Form Observable Collection Using Remove()
9/15/2022 6:35:28 AM.
You can remove an item from an ObservableCollection or any collection if you correctly implement Equals() and GetHashCode().
How To Update Created/Modified By In SharePoint List Item Using Power Automate
7/26/2022 8:27:12 PM.
In this article, you will learn how to update created by and modified by in SharePoint list item using power automate.
How to Insert an Item into a C# List
7/1/2022 7:01:01 AM.
C# List<T> class represents a collection of a type in C#. List.Add(), List.AddRange(), List.Insert(), and List.InsertRange() methods are used to add and insert items to a List<T>. The cod
List Operations In Desktop Flow Using Microsoft Power Automate
6/28/2022 1:33:42 PM.
Reading this article, you can learn how to use List Operations in Desktop flow using Microsoft Power Automate
SETS In Python
6/28/2022 12:42:31 AM.
This article is dedicated to concepts of SETS in Python. Sets are one the built-in Data Structure of Python.
PowerApps - How To Sort The Items In Gallery Control
6/12/2022 6:15:17 AM.
In this article, you will learn how to sort the Items in Gallery Control.
PrimeReact UI Component Dock With Menu Item
6/7/2022 2:36:52 PM.
PrimeReact is a one of UI framework of react. Here i explain how to setup PrimeReact UI framework with dock menu.
Get Notified For List Item Changes Using Power Automate
5/17/2022 12:02:20 PM.
In this article, we will learn how to find what has been updated in SharePoint list item. We will send an email to the user with the details about what columns values have been changed.
CRUD Operation On List Items Using JSOM In SharePoint 2013 - Part 2
4/8/2022 10:12:26 AM.
In this article we will explore SharePoint functionality via JSOM.
CRUD On List Items Using Web Services And jQuery In SharePoint 2013 - Part 1
4/8/2022 10:06:46 AM.
In this article you will learn how to perform basic create, read, update, and delete (CRUD) operations on lists and list items with the SharePoint Web services.
CRUD Operation On List Items Using REST API Services In SharePoint 2013: Part Three
4/7/2022 12:23:21 PM.
In this article you will learn about CRUD operations on list Items using REST API services In SharePoint 2013.
Get Status Based Distinct Count Of SharePoint List Items In Power Automate
3/30/2022 1:02:28 PM.
In this article, you will learn how to get Distinct SharePoint List items count based upon the status from Power Automate and Email the summary to user.
Copy items from one list to another list in C#
1/13/2022 3:51:32 AM.
Code sample of how to copy items from one list to another list in C#.