Does anybody know how to create a .NET assembly connector programmatically? I mean I want to generate an .NET assembly in runtime using Reflection.Emit and deploy it to SharePoint.
I've found this great post:
where a database external type is created, but I need to create an external type based on a .NET assembly
Thanks