Hi,
I created a F# type provider for Dynamics NAV. It allows .NET programs to retrieve data from a Dynamics NAV instance on a SQL Server in a typed fashion.
It's pre-alpha at the moment but aims to get a replacement for data access technologies like C/Front.Net.
One of the really cool features is that you don't have to know the schema - the type provider discovers it on the fly.
See
http://forki.github.io/DynamicsNAVProvider/
At the moment I'm looking for feadback and want to know what features it need to make this really useful.
Comments