This is a migrated thread and some comments may be shown as answers.

[Solved] New to ORM

2 Answers 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
John S.
Top achievements
Rank 1
John S. asked on 16 Nov 2010, 02:52 PM
Hello,

I have tried using OpenAccess ORM on a new website; however, after a few hours I quit using it because everything that seemed like it should be easy turned into a problem. I think I am missing something. Is this a common experience. By the way, from what I read this is NOT as easy with a web site as a Win App....is that true.

Thanks,
John

2 Answers, 1 is accepted

Sort by
0
Serge
Telerik team
answered on 17 Nov 2010, 06:01 PM
Hello John S.,

 First of all I am sorry that you felt OpenAccess slowed you down, however I would strongly suggest that in the longer run it will cover all of your expectations. In order to gradually become familiar (and productive) with OpenAccess I would suggest having a look at our quick-start examples in our online help.

Also you can have a look at our SDK, which contains a lot of examples for using OpenAccess as well as useful links and contents. Please be reassured that we will be available to answer any and all of your questions and help you along the way. Any problems you might face we will address.

As to the Web Sites, you are correct, one cannot use OpenAccess directly in a web site. The problem is that OpenAccess enhances the compiled assembly with plumbing code that we use in runtime. And web site are not compiled, but rather recompiled per request. While this might seem troublesome it is actually a good idea to keep your model in a separate project even if using a web application.

I hope this was helpful and that your belief in OpenAccess is restored.

Kind regards,
Serge
the Telerik team
See What's New in Telerik OpenAccess ORM in Q3 2010!
Monday, November 15, 11 am Eastern Time: Register here>>
Monday, November 15, 10 pm Eastern Time: Register here>>
0
John S.
Top achievements
Rank 1
answered on 18 Nov 2010, 07:36 AM
Serge,

Thank you for the response. I was trying to use it from within a website. I will try it out using a seperate project as suggested (as I do with your reporting tool) and hopefully things go a bit smoother.

Regards,
John
Tags
General Discussions
Asked by
John S.
Top achievements
Rank 1
Answers by
Serge
Telerik team
John S.
Top achievements
Rank 1
Share this question
or