Goodmornig,
i'm evaluating LLBLGen and i would like to generate some sort of "automatic" entity management given a specified entity.
I mean create a generico Form that based on an Entity can manage the Entity collection, search it end modify an entity, this using the general propreties of an Entity.
This is to avoid to create different forms to mantain different entities ( in my project i have more than 200)
Can someone point to the right direction to perform this (with code or samples)?
Thanks