Thursday, January 10, 2013

Using the SPQuery class is the only supported server object model approach for programmatically working with data in external lists.

http://msdn.microsoft.com/en-us/library/ff798485.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-...