Showing related tags and posts accross the entire site.
-
I have a TList<> which populates a WPF DataGridView. The problem is that other controls need to represent detailed data of the currently selected record. I can't seem to find any OnCurrentCanged/OnSelectionChanged events in the TList<>. Is there a way to tell which item is the Current...
-
If I have an EntityName (tablename) as a string: 1) The EnitityFactory will seemingly create the Entity object at run time given the entity name. 2) But creating the Service Object is not clear. How does one get an Entities Service object at run time? 3) Can you create a TList object at runtime if you...