Posts Tagged as ‘linq’

October 19, 2008

Linq to MySQL, based on Matt Warren’s provider

On each release Matt Warren’s IQueryable provider is getting more and more interesting. On this post I’ll show you how easy is to plug-in your custom QueryFormatter to start querying MySQL databases.
Step 1: Download Matt Warren’s provider
The code on this post is based on release 11. Although I cannot ensure it will work with newer [...]