TelerikMvcGridCustomBindingHelper 0.3.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package TelerikMvcGridCustomBindingHelper --version 0.3.5
NuGet\Install-Package TelerikMvcGridCustomBindingHelper -Version 0.3.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TelerikMvcGridCustomBindingHelper" Version="0.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TelerikMvcGridCustomBindingHelper --version 0.3.5
#r "nuget: TelerikMvcGridCustomBindingHelper, 0.3.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TelerikMvcGridCustomBindingHelper as a Cake Addin
#addin nuget:?package=TelerikMvcGridCustomBindingHelper&version=0.3.5

// Install TelerikMvcGridCustomBindingHelper as a Cake Tool
#tool nuget:?package=TelerikMvcGridCustomBindingHelper&version=0.3.5

This project was created to help developers work with Asp.Net MCV and Telerik MVC Grid coupled with some mapping technique between Entities and ViewModels classes.

If you're one of us, you have to use the CustomBinding 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 I, with the help of some friends from Telerik MVC forum, create a way to automate this process in a very general way.

Instructions & Guides: https://bitbucket.org/Lunadie/telerikmvcgridcustombindinghelper/wiki/instructions

Forum: http://groups.google.com/group/telerikmvcgridcustombindinghelper

Source code: https://bitbucket.org/Lunadie/telerikmvcgridcustombindinghelper/

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.452 816 8/9/2014
1.1.0.449 87 8/9/2014
1.1.0.442 94 7/27/2014
1.0.15.349 337 5/24/2013
1.0.15.340 88 11/16/2012
1.0.15.312 75 11/8/2012
1.0.15.279 81 10/6/2012
1.0.15.247 77 9/5/2012
1.0.15.183 1 6/28/2012
1.0.15.123-beta 1 5/3/2012
1.0.15.109-beta 80 4/19/2012
1.0.15.101-beta 64 4/12/2012
1.0.15.87-beta 75 3/27/2012
1.0.15.86-beta 71 3/27/2012
1.0.15.84-beta 77 3/25/2012
1.0.15.83-beta 76 3/24/2012
1.0.15.82-beta 63 3/22/2012
1.0.15.80-beta 1 3/22/2012
1.0.15-beta 1 3/16/2012
1.0.14.1-beta 78 3/14/2012
1.0.1.1-beta 76 3/6/2012
1.0.1-beta 80 3/6/2012
1.0.0-beta 52 3/3/2012
0.5.1 81 2/23/2012
0.5.0 74 2/14/2012
0.4.1 85 1/23/2012
0.4.0 82 1/22/2012
0.3.5 1 1/20/2012
0.3.0 95 1/15/2012
0.2.0 75 1/10/2012
0.1.1 1 1/7/2012
0.1.0 1 1/7/2012

* Bug fixes and refactorings*
Added NHibernate adapter project, look for TelerikMvcGridCustomBindingHelper.NHibernate

**Please send some feedback (http://groups.google.com/group/telerikmvcgridcustombindinghelper).