Sunday, February 27, 2022

Winforms database first application

 This guide explains the steps to create a winforms database first application


http://codehelper.net/entity-framework/winforms-net-core-tips/

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