Improvements Added support for .Net 4.5 and Visual Studio 2012/2013. Bug Fixes Fixed a bug where an exception would be thrown when trying to add an association that contains a column that was is not a supported db type (E.G., spatial types). Fixed a bug where Visual Studio Solutions wouldn’t open automatically. Fixed a bug …Read More
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 …Read More
Improvements Added support for .Net 4.5 and Visual Studio 2012/2013. 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 …Read More
We are delighted to announce that we’ve added support for ASP.NET WebAPI and Kendo UI to the PLINQO for Entity Framework templates! In the article below we will talk about the templates and show off the new features. Please note that while we are still working on these features, we would love for you to …Read More
Improvements Added support for Generator 6.x. Add MemCached Provider to PLINQO. Added IncludeManyToMany option. Updated Entities to support Nullable Composite Key assignment. Updated RuleManager and added Remove method. Added additional ClearCache methods. Updated interfaces for many associations to be IEnumerable instead of IList, this allows for comparability with .NET 3.5 Various Performance Improvements when generating. …Read More
Improvements Updated the templates to use the latest version of SchemaHelper (many improvements to association detection, naming conventions and much more). Added support for Generator 6.x. Updated the QuickStart. Fixed a bug with Query Extensions not generating GetBy’s. Fixed a bug with the IsIgnoreType method in the QueryExtension.Generated.cst template. Fixed a bug where self referencing …Read More
Improvements Updated the templates to use the latest version of SchemaHelper (many improvements to association detection, naming conventions and much more). Updated the QuickStart to support Visual Studio 2010 and MVC 3. Added support for CodeSmith Generator 6.x. Fixed a bug where duplicate properties could be added to an entity. Fixed a bug with the …Read More
Data Layer Generation Generate your HBM files from your database. Supports Tables, Views, and Stored Procedures. Supports associations and composite keys. Generate your Entities from your HBM files. Safe Regeneration Safely regenerate your data layer against your database. Intelligently seeks out and merges data changes with code changes. Ability to filter what gets updated from …Read More
PLINQO makes NHibernate "so easy, even a caveman can do it." PLINQO for NHibernate PLINQO can generated your HBM files, entity classes, and all NHibernate configuration in seconds. It then allows you to safely regenerate that code at anytime, thus synchronizing your mappings with the database while still intelligently preserving custom changes. PLINQO for NHibernate …Read More
Here is a list of issues that were logged by the community and fixed in this release. This release focused mainly on the support for stored procedures. The following is a breakdown of the complete change log. New Features Added support for generating and managing Stored procedures. Generation of Query Extensions for views. Improvements Fixed …Read More