Thursday, November 12, 2015

Re Linq Provider - could be great fun to implement

While linq is definitely a powerful framework to query against databases, it is also somewhat complex to understand and use (and even more difficult if we are writing custom providers).

Writing a custom Re Linq provider seems to be a little simpler process, however there are very few help articles at the moment. I have found one very useful article on this topic and hence just keeping a note to myself..

http://fairwaytech.com/2013/03/writing-a-custom-linq-provider-with-re-linq/

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