Wednesday, August 10, 2016

SharePoint 2013 schema reference

The sharepoint schema reference is very handy to understand different options available across the xml files.

Here is the link from microsoft:

https://msdn.microsoft.com/en-us/library/office/ee539685.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-...