Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For a full change log of all the new features and bug fixes for each version of PLINQO CSLA be sure to look at the PLINQO CSLA Release Blog.

CSLA 4.0

  • Added support for Generator 6.5 (The CSLA 4.0 Templates require Generator 6.5).
  • Added support for generating from Stored Procedures and Views.
  • Added support for CSLA 4.3.10.
  • Updated the templates to use the latest version of SchemaHelper (many improvements to association detection, naming conventions and much more).
  • Added various List Business Object enhancements. The generated list Business Objects now contain the following methods Get, GetByCriteria, Remove, Contains and ContainsDeleted.
  • Added support for generating off of key less Data Sources.
  • Added the ability to exclude associations from being generated.
  • Templates now generating Async methods by default.
  • Added Beta LINQ-to-SQL Support (contrib: Joe McPherson). This requires generating PLINQO for LINQ to SQL and is not documented.
  • Improved support for Silverlight, NameValueLists, ObjectFactory, Composite Keys and Child relationships.
  • Added support for IncludeExpressions, you can now specify a Regex for only the entities you wish to include.
  • Added support for better Friendly Names in regards to generated properties. To override the default Generated Friendly Name, simply add an ExtendedProperty to the database column called CS_FriendlyName.
  • Improved workflow for Criteria generation. They will now be automatically generated based on the entities you select.
  • When the DataAccessImplementation is set to none, the data access partial classes will not be regenerated.

...