TYPE OF SERVICE/API
|
WHEN TO USE
|
Server-side object
model
|
Core SharePoint DLL that is
used for building applications that
aredeployed to or reside (or consumed) on the server.
|
Client object model
|
Client-based DLL used for
coding against SharePoint on remote clients. It is supported in .NET,
Silverlight, and JavaScript applications.
|
WCF Data
|
Services REST-based service
that provides lightweight GET and POST functionality
against a SharePoint list. You
use this service to interact with Excel spreadsheets. (Note that the WCF Data
Services were formerly called ADO.NET Data Services.)
|
Showing posts with label Ways to access sharepoint list. Show all posts
Showing posts with label Ways to access sharepoint list. Show all posts
Monday, April 23, 2012
Different ways of accessing SharePoint list.
Subscribe to:
Posts (Atom)
Featured Posts
Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...
-
public struct CoOrds { public int x, y; public CoOrds( int p1, int p2) { x = p1; y = p2; } }
-
LM Studio Overview LM Studio is a desktop application designed for developing and experimenting with large language models (LLMs)...