Tuesday, July 21, 2015

Entity Framework migration commands reference

The blog below explains entity framework commands in a compact form, which is useful as a quick reference.

http://coding.abel.nu/2012/03/ef-migrations-command-reference/#Add-Migration

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