I would like to know if is it possible to dynamically add properties into a class without recompiling AND keep have the possibility to use IntelliSense on it ?
The only way I found is to use dynamic
classes but IntelliSense doesn't work on it.
Thanks.