Wednesday, March 25, 2015

Sharepoint REST API based data view webpart

This blog explains an efficient way to create a data view webpart using only REST based web service calls. It is quite useful for may of the complex view and query operations required on a coporate intranet site.

http://summit7systems.com/who-needs-a-data-view-web-part-sharepoint-rest-and-datatables-net/

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-...