Is there any free code generating tool that can connect to crm server and create code for selected entities? The code should use SDK assemblies.
UPDATE:
@friism
C# code if possible, each entity one class and each attribute one property so it's not necessary to use Properties collection. That's basically what I had in mind, when I started searching, but perhaps there is better solution out there.