SharePoint 2013 Search References
Some hot links for handling the SharePoint 2013 Search and its API. Search in SharePoint 2013 SharePoint 2013 Search REST API [MS-SRCHCSOM]: Search Client Query… Read More »SharePoint 2013 Search References
Some hot links for handling the SharePoint 2013 Search and its API. Search in SharePoint 2013 SharePoint 2013 Search REST API [MS-SRCHCSOM]: Search Client Query… Read More »SharePoint 2013 Search References
When developing a custom web based application (like ASP.NET in conjunction with IIS) that relies on the usage of the SharePoint server side object model… Read More »SharePoint custom web service with SSOM and Request Digest
Name Title ACCSRV#0 Access Services Site ACCSRV#1 Assets Web Database ACCSRV#3 Charitable Contributions Web Database ACCSRV#4 Contacts Web Database ACCSRV#5 Projects Web Database ACCSRV#6 Issues… Read More »SharePoint 2013 Site / Web Templates
I found a great article about the SharePoint Client Object Model on CodeProject. It’s based on SharePoint 2010 but it is still valid for 2013… Read More »Technical introduction to SharePoint CSOM
When you already know the full URL of the file you can use this code: In the following example we check if a certain file… Read More »Check if file exists in list / library with CSOM
Am 27.04.2015 wurde ein Security Release für WordPress veröffentlicht. Leider ließ sich dieses Update nicht wie gewohnt im Dashboard installieren, da sich der Update-Prozess im… Read More »WordPress Aktualisierung von 4.2 auf 4.2.1 macht Probleme und bleibt im Wartungsmodus hängen
I assume that the ArgumentNullException is one of the exceptions that is implemented the most times in any code project.
So to save time I created a little code snippet for Visual Studio that dynamically inserts the typically ArgumentNullException implementation for any parameter. You just type the parameter name by using IntelliSense and the rest is magic 😉
Here is the summary of an update on SharePoint 2016 as published by MSDN recently.
1. Timeline : SharePoint Server 2016 will become generally be available in Q2 2016, with a public beta planned for Q4 2015.
You can request access to the public Beta program here.
2. Microsoft Confirmed to deliver On-premises releases of SharePoint for the foreseeable future. Microsoft Confirmed they will Continue to have customers who choose a combination of on-premises, cloud and hybrid deployments for many years to come. (Putting all SharePoint is dead rumors to end).
3. In SharePoint 2016, MS is paying attention to trends in content management, team collaboration and user experiences across devices.
4. Microsoft with SharePoint 2016 will also focus on how Cloud can be blended into existing on-premises scenarios in new and compelling ways. In particular, MS is focused on delivering value to customers as part of their on-premises deployments, while at the same time making it easier to take advantage of cloud innovation thru hybrid deployments of SharePoint Server with Office 365.
5. SharePoint Server 2016 will deliver enhancements and new capabilities in three major areas
When I was developing a SharePoint 2013 app I encountered the following error when I published the App package and tried to add the App to a site:
The specified application identifier [GUID] is invalid or does not exist.
Read More »The specified application identifier is invalid or does not exist
When developing custom solutions for products of the Office family (like SharePoint) you should install the latest Microsoft Office Developer Tools for Visual Studio. The tools contain a lot of pre-defined project and item templates which make life much easier.
Read More »Microsoft Office Developer Tools for Visual Studio 2013