Top "Telerik-open-access" questions

Telerik's object-relational mapper is a powerful framework for mapping the objects in your object-oriented domain model to your relational database tables, views, and/or stored procedures.

Iterate through properties and values of an object returned via a linq query on a domain model

I have a custom entity in a relational database that I have mapped to the CLR via a domain model. …

c# linq entity-framework telerik-open-access
How to handle DBContext when using Ninject

I am trying to use Ninject and OpenAccess for the first time. Please help me with the following. Here is …

asp.net-mvc ninject telerik-open-access
Entity Framework 5 vs Telerik OpenAccess ORM (specifically)

I am starting a new project and want advice on choosing an ORM. I know this topic has been brought …

entity-framework entity-framework-5 telerik-open-access
IQueryable.Distinct() vs List.Distinct()

I have a linq query that I am using Distinct() on. If I just call Distinct() without converting to a …

c# linq distinct iqueryable telerik-open-access