Tuesday, October 15, 2013

Sharepoint 2013 Custom Image reditions

While going through this article I found a link to and article on custom image renditions in SharePoint 2013, its certainly useful.

http://blog.mastykarz.nl/responsive-image-renditions-sharepoint-2013/

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