BCF 1.1 Released

The update focused on usability and performance. Many functions were added to BCF Editor:

  • file & reference MRU list,
  • more code generation options,
  • designtime check for circular references
  • dependency view for functions and validators

and again: the typeloader:

  • it's not longer neccessary to add BCF Library references in the Editor
  • internal types of direct referenced dlls are now available as datatypes, functions and behaviors (but they need a public constructor and public bcf properties)

BCF Library updates:

Fixed Issues:

  • Loading parent rows after child rows within a transaction
  • Recurrent parameter assignment

Performance improvment:

  • optimized execution plan creation
  • execution plan caching
  • optimized internal changetracking

New Features:

  • Transaction.EnterDumbMode() - Disables internal changetracking temporary. Recomputes all computed columns and validators on Commit(). Very useful when loading data.

Updated:

  • BCF Editor
  • BCF Editor NonCommercial Edition
  • BCF Library for .NET 4.5
  • BCF Library NonCommercial Edition for .NET 4.5
  • Forum Samples