Tuesday, July 12, 2016

Rest API

I came across a very informative article about REST API goals design. It is definitely worth reading whole the article.

https://www.infoq.com/articles/subbu-allamaraju-rest

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