C#. How to sort List by field
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»
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»
WordPress was updated automatically to 3.9, and Crayon plugin I have updates some later manually. While writing post with it I haven’t found a button to open dialog of Crayon Syntax Highlighter. Read more»
Using this method you can copy attachments from one list item to another. You can add it to SharePoint workflow or any other action. Read more»
You need to make query like “SELECT * from tbl WHERE items IN (‘item1’, ‘item2’, ‘item3’, ‘item4’)” and you want to send items to IN clause as variable. It’s nice when, for example, you want to execute Stored procedure or, as in example below, use INSERT … SELECT construction. Then you need to make a […] Read more»
If you have a SharePoint Farm and you need to update only one file, for example, in LAYOUTS dir (c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\…), there’s no need to go to every server and copy file. Using PowerShell and some strings of code below you can easily do it. Read more»
If you need to go through some steps of disaster recovery plan with your SharePoint 2010 Farm after falling down your MS SQL server (of course if it’s not on the same machine with your SharePoint), there are some steps to do it. I’ll describe steps how to install another instance of MS SQL Server […] Read more»
Using PowerShell it’s rather easy to find information list. In messages about denied access (especially in custom SharePoint solutions) you can see in URL ID of denided list. To find-out where it is you can using this script: Read more»
When you have a table which you can’t edit, you think you can’t do anything with it. It may be a result of an outside procedure or web-service (usually it returns data in XML, but html-table also can be). So, for example, we have a list of Borussia Dortmund players. We know id in list, […] Read more»
Using Google AdSense panel I saw that google gives only 3 stars of 5 available. My self-esteem warmed up because I want five stars 🙂 So I’ll tell about it. Read more»
Обновить SharePoint сайт до SharePoint 2013 получится только в случае, если у вас установлен SharePoint 2010. Обновление с SharePoint 2007 возможно только в 2 шага: 1 – обновить до SharePoint 2007 до SharePoint 2010, а потом SharePoint 2010 до SharePoint 2013. Read more»