FrameworkGen Changelog

What's new in FrameworkGen 4.1.0.0

Nov 29, 2010
  • Added new preference DatabasePrefixesToRemoveFromObjectNames, this allows prefixes to be stripped from entity/entities object names
  • Fixed bug with caching when using load children.
  • Fixed issue with load children when there is a joing table, basically one record was always being returned even if there were more.
  • Refactored entity and entities classes.
  • Entity and Entities now implement IReadOnly. When an object is stored in the FrameworkGen cache it is made readonly by calling the new MakeReadOnly methods making the objects immutable. If the code attempts to modify a read only version a ReadOnlyException will be thrown. This reduces memory consumption, improves performance and offers a cleaner architecture.
  • Db project has now been removerd as it was causing problems in VS2010. The stored procedure scripts are now created in an appropriately named folder under the output directory.
  • Updated appSettings to be unique per database.