Do MVA 1.0 and EntityFramework and SQL Server Soundex play together?
- by Dale
I want to implement a simple soundex-based query in an existing EF-based MVC app. Has anyone done this? If so, how do you construct the query? I've found several Linq examples, but I'm after pure EF.