Dynamic Data - Pattern Matching Database Records with F#

Tue, 01 Feb 2011 10:00:00 GMT

When migrating data from other sources into a single database used by your app, you'll probably have to employ some matching and de-duplication processes to end up with a useful data store. We'll show you four different matching algorithms and the F# code to implement them.

Read article