Vitaly Zhukov
Blog
News
About
RU
Posts in 'Development' category
Development
SharePoint. Drag-and-Drop File Uploading
Built in SharePoint JavaScript Uploading Control
Development
CSOM. Upload document
Three ways to upload you data into SharePoint
Development
SharePoint List REST API. Part 2
CRUD operations
Development
SharePoint Framework. Create Angular WebPart
Steb-by-step guide
Development
SharePoint List REST API. Part 1
CRUD operations
Development
Project Server. CSOM + Custom Fields
How to get and set Enterprise Custom Field values using the client-side object model (CSOM).
Development
SharePoint 2013. Geolocation field type
New field type named Geolocation (Geographic location that represents a point on a map)
Development
SharePoint 2010. Long time operation with updatable status
There is SPStatefulLongOperation class in SharePoint 2010 that lets implement long time operation with updatable status.
Development
Linq to SharePoint. Cross site collection queries
In this post I show how to execute Cross-SiteCollection queries in SharePoint using Linq to SharePoint.
Development
SharePoint. Getting document icon URL
How to get a document icon url for a file, which type is registered in SharePoint.
Development
Linq to SharePoint. Repository pattern
Linq to SharePoint ia a native Microsoft data provider translating LINQ-expressions into CAML-queries for retrieving data from SharePoint lists (or document libraries). In this post I show how to implement repository pattern for Linq to SharePoint.
Development
Linq to SharePoint vs Camlex.NET Performance Comparison
Another post about the using Linq to SharePoint. This time I decided to measure the performance of retrieving data from SharePoint Lists using Linq to SharePoint and Camlex.NET.
Development
Linq to SharePoint. Part 5. Choice and MultiChoice fields
Today post is about Linq to SharePoint again. This time I'll show how to work with Choice and MultiChoice field.
Development
Linq to SharePoint. Part 4
In this (4th) post about Linq to SharePoint I'll show how to build and execute dynamic queries and cast SPListItem object to object using in data model based on Linq to SharePoint.
Development
Linq to SharePoint. Part 3
Another one post about Linq To SharePoint. This time is show how to use Linq to SharePoint in the case of anonymous access, resolve list by URL instead of Title.
Development
Linq to SharePoint. Part 2
Today post is about using of Linq to SharePoint. In particular it's about JOINIG lists, increasing of performance and others.
Development
Linq to Sharepoint. Part 1
There is a Linq to SharePoint data provider in SharePoint 2010. Not without features. Here are some of these that I've "found".