StefH / KendoGridBinderEx

This is a ModelBinder designed to consume an http request and build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
MIT License
54 stars 24 forks source link

Dapper #36

Closed TDK1964 closed 4 years ago

TDK1964 commented 5 years ago

Is this only compatible with entity framework or can we use Dapper?

StefH commented 5 years ago

I would not know.

If Dapper also provides a IQueryable, maybe it works?

See also https://github.com/ryanwatson/Dapper.Extensions.Linq