TelerikMvcGridCustomBindingHelper.NHibernate
1.0.15.312
See the version list below for details.
dotnet add package TelerikMvcGridCustomBindingHelper.NHibernate --version 1.0.15.312
NuGet\Install-Package TelerikMvcGridCustomBindingHelper.NHibernate -Version 1.0.15.312
<PackageReference Include="TelerikMvcGridCustomBindingHelper.NHibernate" Version="1.0.15.312" />
paket add TelerikMvcGridCustomBindingHelper.NHibernate --version 1.0.15.312
#r "nuget: TelerikMvcGridCustomBindingHelper.NHibernate, 1.0.15.312"
// Install TelerikMvcGridCustomBindingHelper.NHibernate as a Cake Addin #addin nuget:?package=TelerikMvcGridCustomBindingHelper.NHibernate&version=1.0.15.312 // Install TelerikMvcGridCustomBindingHelper.NHibernate as a Cake Tool #tool nuget:?package=TelerikMvcGridCustomBindingHelper.NHibernate&version=1.0.15.312
This project was created to help developers work with Telerik Grid for ASP.NET MVC coupled with some mapping techniques to convert Entities objects into ViewModels objects.
If you're one of us, you have to implement CustomBinding in order to query the database reporting some criteria for sort, group and filter the income data, and then convert back the result to a list of ViewModels.
Sounds simple, but can become a very complicated and repetitive task.
So TelerikMvcGridCustomBindingHelper was built in order to automate this process in a very smooth way.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NHibernate (>= 3.3.2.4000)
- TelerikMvcGridCustomBindingHelper (>= 1.0.15.312)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0.452 | 633 | 8/9/2014 |
1.1.0.449 | 61 | 8/9/2014 |
1.1.0.442 | 61 | 7/27/2014 |
1.0.15.349 | 55 | 5/24/2013 |
1.0.15.340 | 48 | 11/16/2012 |
1.0.15.312 | 45 | 11/8/2012 |
1.0.15.279 | 48 | 10/6/2012 |
1.0.15.247 | 48 | 9/5/2012 |
1.0.15.183 | 50 | 6/28/2012 |
1.0.15.123-beta | 44 | 5/3/2012 |
1.0.15.109-beta | 41 | 4/19/2012 |
1.0.15.101-beta | 41 | 4/12/2012 |
1.0.15.87-beta | 42 | 3/27/2012 |
1.0.15.86-beta | 42 | 3/27/2012 |
1.0.15.84-beta | 42 | 3/25/2012 |
1.0.15.83-beta | 43 | 3/24/2012 |
1.0.15.82-beta | 41 | 3/22/2012 |
1.0.15.80-beta | 42 | 3/22/2012 |
1.0.15-beta | 43 | 3/16/2012 |
1.0.14.1-beta | 41 | 3/14/2012 |
1.0.1.1-beta | 42 | 3/6/2012 |
1.0.1-beta | 43 | 3/6/2012 |
1.0.0-beta | 44 | 3/3/2012 |
0.5.1 | 44 | 2/23/2012 |
0.5.0 | 44 | 2/14/2012 |
0.4.1 | 47 | 1/23/2012 |
0.4.0 | 45 | 1/22/2012 |
0.3.6 | 46 | 1/20/2012 |
0.3.5 | 48 | 1/20/2012 |
This is a RC version (hopefully the last one), please test and report any error or problem you encounter.
* Updates AutoMapper from v.2.1.267 to v.2.2.0
* NullAliases and overall null behavior bugfix
* Limits expressions supported in property maps
* Brand new ExpressionWherePredicate (native linq expressions) in place of DynamicWherePredicate (string based DynamicLinq)
* Support for CustomExpressions on property maps: GMMapper.CreateMap(...).MapProperty(Entity.FirstName + " " + Entity.LastName, VModel.FullName)
* Updates NHibernate from v.3.3.1 to v.3.3.2
* Merge inner properties to prevent duplicate mappings
* BetterSqlProjection now ignore cast when sorting
* bugfix on creation of subcriterias for NHibernate
* Large-numbers filter support
* More granular control over case-insensitive search
* ValueResolvers can now be added to a single query
* Reached 1.722 unit tests!
**Please provide feedback/input on this pre-release (https://tgh.codeplex.com/discussions).