Telerik blogs
  • Release

    Telerik OpenAccess ORM Q3 2011 – Connection pool types

    With the Q3 2011 release of Telerik OpenAccess ORM we introduced three connection pool type settings. The OpenAccess Connection Pool, OpenAccess Connection Pool with OpenAccess Connection Management and the ADO Connection Pool. This blog post will show how these types can be used and when it makes sense to make use of them.     OpenAccess Connection Pool   With the type set to OpenAccess Connection pool, Telerik OpenAccess ORM will handle the connection pooling internally. Therefore a set of ADO connections is created that are maintained by the product. All settings for the connection pooling behavior can be configured via the settings dialog or...
    November 21, 2011
  • Release

    New Profiler View Added in OpenAccess ORM for Q3 2011

    In Q2 2011 we introduced the Profiling and Tuning advisor, which makes it easier than ever for developers using OpenAccess ORM to see what is going on behind the scenes.  In this release we are happy to expand on the profiler by introducing improved UI features, and a new Metrics view.  The new view makes it easy for developers, and system administrators, to keep an eye on the health of an application.  It displays metrics like committed transactions, rollbacks, connection pool health, and second level cache health.  All of these metrics can be displayed with almost no performance impact on the application due...
    November 20, 2011
  • Productivity

    Telerik OpenAccess ORM NuGet Packages for Code First Development

    We have a lot of exciting new features available in the Q3 2011 release of OpenAccess ORM.  Among my favorite additions are our awesome NuGet packages. These packages make it even easier to get started building a domain model using OpenAccess ORM’s fluent mapping, or code first, API. In this release we have added two NuGet packages to the NuGet repository. When these packages are added to a project, it will be configured automatically to work with Telerik OpenAccess ORM Free Edition.  Let’s take a look at these great new additions to OpenAccess. The Packages The OpenAccess.CodeFirst package sets up the project for code...
    November 16, 2011
  • Release

    New features in Q3 2011 – Stored Procedure Editor

    In our previous blog regarding the new Telerik OpenAccess ORM features about to be released in Q3 2011, we have presented to you our OpenAccessLinqDataSource. We will continue by showing you our new product enhancement for using stored procedures in an easier and straightforward way. Supporting stored procedures is nothing new for OpenAccess ORM – you can already execute them through our ADO API. However, in order to do that you needed to instantiate the parameters or commands first and then call the appropriate method of OpenAccessContext. Naturally, in these cases the most common solution is to write an additional method for each stored procedure, encapsulating all...
    November 15, 2011
  • Release

    OpenAccess ORM Q3 2011: OpenAccessLinqDataSource

    We have added some exciting new features to the upcoming release of Telerik OpenAccess ORM, offering new capabilities and further optimizing your development process. We can’t really wait to show you the details about what we have been working on during the last several months. We will start with introducing the long awaited OpenAccessLinqDataSource component. Many of you have already requested a component to provide similar functionality for data binding to OpenAccess models such as LinqDataSource for LINQ to SQL models, so naturally the idea was moved forward to implementation. Our component, called OpenAccessLinqDataSource, targets those of you who use RAD development principles....
    November 10, 2011