English Whether you are serious SharePoint Apps provider or seasonal apps provider; you may have been experiencing the high complexity developing the apps. This is because in many cases, developing SharePoint Apps will require you to use from common JavaScript framework like JQuery, AngularJS, Reqwest to more specific JavaScript framework to JavaScript SharePoint Client Object Model. Many of SharePoint Apps developer will need to handle following challenges:
Create cross-domain call Create status notification REST call .
English SharePoint Conference 2014 reveals many features that we never thought about. One of the awesome example is in this video “Anyone can build a SharePoint App with Microsoft Access”. Microsoft Access is a day-to-day tools for PowerUser to build their own application. Usually they will use this application to build Advanced application on their own. This application might have been live for many years - as I also see my client asking to update this kind of application which they have created years ago.
English Today, I want to bring up ALM which was presented in SPC2014. Eric Charran and Ayman El-Hattab presented to process to establish development, testing and deployment configuration for on-prem and cloud applications and solutions. Absolutely what they presented was and one of answer of my own ALM issue. In our existing TFS CI configuration - we can build, and publish hosted application - using continuous integration in TFS. However, we do have problem “or we don’t know how to configure” the TFS to execute CI to build and test SharePoint Apps.
English One of the news I like much from SharePoint Conference 2014 is the new search features named Delve (codename Oslo). This features uses Microsoft Office Graph to learn about your day-to-day activities, whether the document you read, comments or share. It also learn about your Yammer activities, follow etc. Don’t worry about privacy, although it uses your activities including activities to private document or network - all private activities will always stays private.
This morning one of our fellow team reported that some of our applications stopped working. He thought that his recent modification caused the issue. He made initial findings and troubleshooting with no success - and finally he shared some debugging messages -
System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) +41 System.Security.Cryptography.Utils._GenerateKey(SafeProvHandle hProv, Int32 algid, CspProviderFlags flags, Int32 keySize, SafeKeyHandle& hKey) +0 System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 dwKeySize, SafeProvHandle& safeProvHandle, SafeKeyHandle& safeKeyHandle) +699 System.Security.Cryptography.RSACryptoServiceProvider.GetKeyPair() +85 System.