Popular Posts

Recent Posts

Save List<T> to XML file

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»

.Net & C#

Количество элементов в списке SharePoint с помощью PowerShell

Недавно понадобилось узнать, сколько элементов содержит список SharePoint. Почему-то SharePoint пишет о количестве элементов только тогда, когда их очень много, предупреждая о том, что надо быть внимательней и не превысить пороговое значение. Read more»

SharePoint

Uninstall Visual Studio 2010 automatically

With coming up Visual studio 2012 finally I decided to try it. But first I need to uninstall Visual Studio 2010. When I entered Control Panel -> Programs and Features I saw a lot of products that have been installed with VS 2010. It was hard to think about uninstalling each element manually.  Read more»

Windows