> > > > Why? The number of Java/C# programs that actually use reflection is > small. Joe-E still feels like Java. > > Not sure where you live but pretty much 90% of C# apps i see use Reflection specifically in lib's such as EntityFramework , Automapper , Moq , Serialization ( XML , Binarytcp , json) etc etc . Though i prefer that it is not used and alternative methods are founds to do the same thing.
The key things i see it used for 1) Serialization / ORM without creating code 2) Loading a concrete type specified in a config file which is accessed as an interface. This has been discussed before maybe reflection thread should be resurrected. Ben
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
