Be hired by Google by collecting every pokemon on earth
#Poissondavril
Du SharePoint, du silverlight, pas mal de C#, un peu de powershell et surtout du Microsoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| /// <summary>/// Reload a list item from scratch/// </summary>/// <param name="item">The list item</param>/// <remarks>/// Useful to avoid save conflicts/// </remarks>/// <returns></returns>public static SPListItem ReloadListItem(SPListItem item){ if (item == null) return null; return item.ParentList.GetItemByUniqueId(item.UniqueId);} |
| Note: Purple YES equals a Enterprise only feature. |
| Developer features | SharePoint Foundation 2013 | SharePoint Server 2013—Standard Edition | SharePoint Server 2013—Enterprise Edition |
|---|---|---|---|
| Access Services | No | No | Yes |
| App Catalog (SharePoint) | No | Yes | Yes |
| App Deployment: Autohosted Apps | No | No | No |