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 plist
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijai Anand Ramalingam (4)
Jean Paul (2)
Imtiaz Alam (1)
Nimit Joshi (1)
Anjali Joshi (1)
Esmael Esmaeli (1)
Nakkeeran Natarajan (1)
Divesh Pal (1)
Ketak Bhalsing (1)
Philip Jebaraj (1)
Ahmar Husain (1)
Sachin Bhardwaj (1)
Bhushan Bhure (1)
Ravish Sindhwani (1)
Patrick Lam (1)
John Schofield (1)
Related resources for plist
No resource found
Creating your own Web Server using C#
6/19/2024 9:54:35 AM.
C# and .NET form the backbone of a simple web server application described in this article. Using TcpListener, the application listens on a specified port for incoming HTTP requests, handling them usi
Web API Hosting From OWIN With Windows Azure
4/18/2024 1:21:58 PM.
Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
iOS - Choosing Image From Photo Library In Swift
2/5/2024 10:28:36 AM.
This Swift tutorial demonstrates creating a photo library access request, implementing a UIImageView, and handling image selection.
Implementing A Proxy Server In C# - An Example And Test Case
12/9/2022 11:48:43 AM.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server w
Set-SPListSettings PowerShell Cmdlet
10/17/2018 2:28:57 AM.
A custom powershell cmdlet which is used to modify or set the SharePoint 2010 list settings.
SharePoint Basic List Operations Using TypeScript
11/17/2016 4:25:59 PM.
In this article, you will learn how to perform basic list operations in SharePoint, using TypeScript programming.
Grouped LongListSelector in Windows Phone 8 Silverlight
12/21/2014 8:19:15 PM.
This article explains how to create a LongListSelector with grouping in a very simple and easy manner.
Helper Method to Extract Taxonomy Field Column Value From SPListItem
10/14/2014 5:34:41 PM.
This article describe a helper method to extract a value from a SharePoint List Column of type taxonomy field.
LookupSPList, LookupSPListItem, LookupSPListItemId Activities in Visual Studio 2013 For SharePoint 2013
7/10/2014 10:46:17 PM.
This article explains how to use the LookupSPList, LookupSPListItem and LookupSPListItemId activities in Visual Studio 2013 for SharePoint 2013 Workflows.
Half Duplex Communication on Network With C#
2/7/2013 4:28:46 AM.
Here I explain how we can we communicate on network with c# code before I start I would like to mention that my code is for half duplex communication in which sender has to wait for the receiver message.
Plist File in iPhone
1/30/2013 1:54:09 PM.
In this article I will explain how to add a plist in a Xcode Project.
Create a List in C# Based on Another List in Sharepoint
12/10/2012 6:00:21 PM.
We can copy a List from one SharePoint site to another using List Template Exporting & PowerShell. In this article we will see the Server Object Model way of doing that.
Websocket - Server Using HttpListener and Client With ClientWebSocket
8/4/2012 12:58:25 PM.
In this article you will see how to host a Websocket service as a windows service.
SharePoint 2010 - Using SPListItemCollectionPosition For Faster Results
6/20/2012 3:15:22 PM.
In this article we can explore the class SPListItemCollectionPosition and its advantage. This is a server object model type and should be used along with the modules executed on the server.
Programmatically Enable Versioning to a Sharepoint List
6/7/2012 10:37:16 PM.
We often have a requirement to create a list using the SharePoint object model and at the same time we have to enable the versioning settings.
Set-SPListContentTypes PowerShell Cmdlet
4/18/2011 8:36:17 AM.
A custom Powershell cmdlet to add, remove and change the order of the content types in SharePoint 2010 list
Set-SPListAudienceTargeting PowerShell Cmdlet
4/18/2011 4:29:49 AM.
A custom powershell cmdlet which is used to enable the Audience Targeting for the SharePoint 2010 list.
Versioning Settings for SharePoint list using powershell
3/7/2011 6:25:01 AM.
In this article we will be seeing how to configure versioning settings for SharePoint list using powershell.
A Simple Multi-threaded TCP/UDP Server and Client V2.
1/31/2007 4:07:15 AM.
This is the second version of my client/server program. The server and the client can be run on the same machine or on different machines. The following is the brief description of the server and the client programs specifically.
TCP/IPLib Sample
12/27/2005 6:03:15 AM.
This compopnent contains both a TCP/IP server and client. TcpIpClient inherits from System.Net.Sockets.TCPClient and is very straight forward. After construction, specifying the host and port, a network connection is established by calling Connect(). Internally, upon a successful connection, the client receives a TcpIpPacket, which contains a unique cookie that is used in any subsequent transactions.