Thursday, October 1, 2015

Entity Framework Default database values

Entity framework can be modified to have a default value in database as opposed to in EDMX file using the downloaded code in this blog. Good article really!

http://www.codeproject.com/Articles/89191/Entity-Framework-EDMX-Modifier-Correct-Default-V

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...