Thursday, August 27, 2015

Amazing javascript to view knockout model on any page

Here is a simple javascript code to view knockout model on any page, just add it to the bookmarks in your browser. I really liked the simplistic approach.

https://github.com/jmeas/knockout-view

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