Questions tagged [openaccess]

Telerik OpenAccess ORM is a tool that supports development of data-oriented software applications. Telerik OpenAccess ORM tool is targeted at solving the object-relational impedance mismatch.

52 questions
0
votes
1 answer

Telerik OpenAccess - Search With Non-Persistent Property

I'm using Telerik OpenAccess and SQL Server on a project and I need to be able to search by what someone's age will be on a certain date. The problem that I am running into is that the person's date of birth is stored in one table and the date to…
bjonnn
  • 43
  • 1
  • 6
0
votes
2 answers

SaveChanges() doesn't work before an exception throw

Sorry for my english, I'll do it as well as I can. I have the Entity "Usuario" which receives from the rbacManager the object, calling Login method (see below). This method, as you can see, throws an exception when it can't match both the user an…
0
votes
1 answer

Telerik Openaccess ORM Update Object and Automapper

I am trying to update an object using telerik openaccess orm and automapper, it works for adding the object to scope but not update. I saw on their site someone having same issue, but the answer didn't really help me. here is my code which doesn't…
Zaki
  • 5,540
  • 7
  • 54
  • 91
0
votes
1 answer

Openaccess: How to get data from DB

Silverlight newbie here, trying to do a simple databinding: Im trying to get a list of all users in a test db, but i cant; Im using Openaccess and followed all tutorials on how to create a Domain Model, then a Domain Service; Im having problems…
sergio
  • 1,026
  • 2
  • 19
  • 43
0
votes
2 answers

Is there a way to transfer persistent objects between OpenAccessContext

Is there a way in telerik openaccess to copy an object from one OpenAccessContext to another? I tried the following (ugly) approach: Take an object of one context, serialize it, deserialize and then put it in another context. I cannot believe that…
Offler
  • 1,223
  • 1
  • 12
  • 34
0
votes
2 answers

OpenAccess ORm connection to database

I'm new at Telerik & exploring as an option for ORM. I'm trying to do simple thing like writing a record to database using: Database db = Database.Get("MyConnectionNameIUsedToGenerateClasses"); IObjectScope scope =…
DAK
  • 1,395
  • 4
  • 22
  • 35
-1
votes
2 answers

Web Application and DDD

I'm new to EF, I want to develop a web application to sell. I've been reading about DDD (Domain-driven design ), but I find that its implementation is complicated. Any suggestions or some project to understand this architecture.? I plan on using as…
1 2 3
4