C# & SharePoint. Read SharePoint list items to datatable
In this post I write some examples of C# coding for SharePoint list items. These methods are rather fast and it’s very actual for SharePoint. Read more»
In this post I write some examples of C# coding for SharePoint list items. These methods are rather fast and it’s very actual for SharePoint. Read more»
In this post I’ll describe two ways to sort List<T> generic collection by one of it’s fields. It’s very useful and not easy for beginners. Read more»
So we need to save our List<T> to XML file for something. For example, for work with it in Access. C# is great for this with using System.Xml.Serialization. There are only 4 strings of code to save an XML-file. Read more»