Thursday, January 5, 2017

Create a knockout controller for sharepoint visual webpart

Using a knockout controller in sharepoints visual webpart without referencing any of the server object model is necessary for the new development paradigms of Sharepoint.

The blog below explains a coherent way to achieve this:

http://community.rightpoint.com/blogs/viewpoint/archive/2013/07/01/sharepoint-2013-web-parts-and-the-app-model-part-3-the-web-part-quot-client-quot-architecture.aspx

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...