PLINQO for Entity Framework 1.3

Improvements

  • Added support for .Net 4.5 and Visual Studio 2012/2013.
  • Added NuGet support for the Entity Framework Templates.
  • There have been many improvements to the naming conventions of properties and classes.
  • Added the ability to Generate GetByKey() search criteria. This is controlled by setting Configuration.Instance.SearchCriteriaProperty.MethodKeySuffix to a string value. If MethodKeySuffix is null or empty then the search criteria method name will be generated as GetByPropertyName or GetbyPropertyName1PropertyName2.
  • Added initial Web API + Kendo templates (Beta).
  • Added the ability to specify an API Controller directory and namespace (Contrib Mark).
  • Improved the support for handling MySQL.

Bug Fixes

Download Now