Telerik blogs
  • Productivity

    Telerik OpenAccess ORM - Stored procedure execution made easier

    Over the past several months we did get a lot of questions regarding executing stored procedures that return a result set and/or out parameters, being able to bind the results to the UI etc. The existing API worked fine in cases where the procedure returned rows of a persistent type, but if the returned columns did not map to a persistent type there was really no way to get back instances of a non-persistent type that mapped to the result set. We’ve been listening very keenly to the feedback from customers and with the Q2 2011 release we are glad...
    July 15, 2011
  • Productivity

    How does OpenAccess resolve the ADO.NET driver?

    One category of  frequent support questions that we receive is regarding the ADO.NET driver version used to communicate with the database. Various problems related to resolving the appropriate driver are reported and it can be a cause of considerable frustration to the user. Beginning with the Q2 2011 version we have taken quite a big step towards eliminating these problems. This blog post talk about what's changed and what this means for the user. Prior to the Q2 2011 release the Telerik OpenAccess ORM product shipped, amongst the various assemblies, the 'Telerik.OpenAccess.Adonet2' assembly which had the ADO.NET specific implementation to obtain...
    July 14, 2011
  • Release

    Q2 2011 OpenAccess Released!

    The team has been hard at work, as always, to bring some really neat new features to Telerik OpenAccess ORM for Q2 2011.  You can check out the release notes to see the full list of new features, but make sure to sign up for the release webinar to see all these new features in action!  For now, we will take a quick look at a few features available in the new bits. Profiler and Tuning Advisor One of the most anticipated features in the Q2 2011 release is the OpenAccess Profiler. In Q1 2011 we introduced a new Metrics API, and the profiler...
    July 13, 2011
  • Productivity

    OpenAccess Quick Start for Oracle using the Visual Designer

    Introduction This blog post demonstrates how to set up a Telerik OpenAccess ORM project for use with Oracle databases. We will use the Visual Designer to design our domain classes and then generate the corresponding Oracle database schema. Install ODP.NET Telerik OpenAccess ORM uses the ADO.NET (Oracle.DataAcces.Client) Provider from Oracle called ODP.NET. This can be downloaded from the Oracle Website. The way to your model Create a new solution in Visual Studio and add a new project of the type ‘Class Library’.   After creating the ‘Class Library’ our next step is to create a domain model. To do this we use the ‘Domain...
    June 01, 2011
  • Productivity

    The Query Result Cache

    Quite some time ago we touched upon the details of the caches maintained by Telerik OpenAccess ORM in the these 2 blog posts – First Level Cache, Second Level Cache.  In this post we will provide some more information about the ‘Query result cache’ which is held as a part of the 2nd Level Cache.   What is the Query Results Cache ? When you execute a LINQ query to fetch some objects from the database there are quite a few things that take place in the background before you actually get back the result. Let’s list some basic actions that are...
    May 17, 2011