Tuesday, September 8, 2020

Support HTTP Options with EnableCors

 I found this interesting blog explaining options method support with EnableCors

https://blogs.msmvps.com/kenlin/2018/01/18/2694/

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