Wednesday, July 29, 2020

Azure DevOps deploy classic html and javascript website

To deploy a classic plain html and javascript website IIS Web App Deploy task can be used. The underlying technology used is MSBuild.exe

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