Thursday, April 18, 2013

MVVM pattern

http://www.shailensukul.com/2011/06/applying-mvvm-principles-to-sharepoint.html

http://www.slideshare.net/jhendrix88/mvvm-magic-in-sharepoint-2010-using-knockoutjs

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