Telerik Telerik
The Telerik Blogs
  • Telerik OpenAccess ORM – MVC Video Tutorials

    Monday, February 06, 2012 by OpenAccess ORM Team | Comments 0

    We believe that the fastest way to learn how to use an OpenAccess model in your ASP.NET MVC 3 application is to watch a video tutorial. Therefore we have prepared some videos, guiding your OpenAccess ORM integration in an MVC project step by step.

     

    Of course, there are different approaches to that based on your needs and personal preferences – you might want to use the strong capabilities of our Visual Designer Database-First scenario to create your Domain Model or you can map everything using our Fluent Mapping API. In any case, each of the dedicated video series ...

  • Telerik OpenAccess SDK – MVC 3, RAD data binding and more

    Monday, January 30, 2012 by OpenAccess ORM Team | Comments 0

     

    As a response to your constant requests for sample projects demonstrating the best practices of using OpenAccess ORM in web projects, we have released some of the new and updated samples before Q1 2012 so that you can benefit from them immediately.

     

    MVC developers will be happy to know that along with the MVC 2 example “MVC Forum”, we are now offering two solutions demonstrating MVC 3 usage with Fluent API or an .rlinq Domain Model – whichever approach you prefer. In addition, you can see an implementation using the Razor view engine as an alternative of the default ...

  • Telerik OpenAccess ORM Q3 2011 – Connection Pooling in Oracle environments

    Tuesday, November 29, 2011 by OpenAccess ORM Team | Comments 0

    With the Q3 2011 release of Telerik OpenAccess ORM we introduced three connection pool types which are explained in this blog post. In this blog post we will have a look at the connection pooling behavior of the Oracle driver and what setting to be used when we want to use Telerik OpenAccess ORM with Oracle databases.

     

    Which setting for Oracle and why?

    When we want to use Oracle as our backend, it is advisable to use the connection pool type Open Access Connection Pool with OpenAccess Connection Management or the Ado Connection Pool setting. When using one ...

  • Telerik OpenAccess ORM – Stored Procedure Editor essentials

    Friday, November 25, 2011 by OpenAccess ORM Team | Comments 0

    Before Q3 2011 was live we have introduced you one of the major new functionalities you can find in the release – the new Stored Procedure Editor. It is the tool that allows us now to present our stored procedure support as feature complete.

    Along with the visual interface the Editor is offering, we have enhanced the functionality that was available in previous OpenAccess ORM versions generating automatically methods in the OpenAccessContext that are calling stored procedures. The old version of this code generation used to produce methods such as this one:

    // Old code generation
    public object[] GetCarsDetails(string...
  • Telerik OpenAccess ORM – Using the new OpenAccessLinqDataSource

    Thursday, November 24, 2011 by OpenAccess ORM Team | Comments 0

    In a previous blog post we have shared with you the upcoming release of a new feature of OpenAccess ORM, helpful for those of you doing RAD development in web environment – the OpenAccessLinqDataSource component. As Q3 is already live, you can try it out! Just drag the component from your Visual Studio toolbox, where you can find it under the Telerik.OpenAccess.Web category:

    To get you started and allow you to learn how to use OpenAccessLinqDataSource in no time, we have prepared a video for you on Telerik TV. Enjoy watching it and don’t forget to rate it - we value your feedback highly! ...

  • Telerik OpenAccess ORM Q3 2011 – Connection pool types

    Monday, November 21, 2011 by OpenAccess ORM Team | Comments 5

    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.

     

    ConnectionPoolSettings

     

    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 ...

  • New features in Q3 2011 – Stored Procedure Editor

    Tuesday, November 15, 2011 by OpenAccess ORM Team | Comments 1

    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 ...

  • OpenAccess ORM Q3 2011: OpenAccessLinqDataSource

    Thursday, November 10, 2011 by OpenAccess ORM Team | Comments 0

    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 ...

  • New and Updated OpenAccess ORM Resources Available

    Thursday, October 20, 2011 by OpenAccess ORM Team | Comments 0

    As we are constantly trying to make the Telerik OpenAccess ORM learning resources and documentation better and easier to use, we have made some changes that you might find very useful.

    Getting Started Videos

    Recently we released two sets of entry level videos on working with Telerik OpenAccess ORM. You can choose your scenario between Database First or Model First approach the short series of 2-3 videos will guide you from creating your model to updating your changes to/from the database. Check them out and don't forget to LIKE them. Feel free to post some feedback about your learning experience ...

  • Telerik OpenAccess ORM – What’s new in the latest internal build

    Saturday, September 17, 2011 by OpenAccess ORM Team | Comments 1

    On 12.09.2011 we released the so anticipated OpenAccess ORM internal build 2011.02.0908 that contained a few very important improvements and fixes for our customers:

    Support for SQL Azure 11.x.
    After OpenAccess ORM Q2 2011 was released supporting the 10.5.x version of SQL Azure, Microsoft had started updating the SQL Azure data centers to use a new version (11.x) based on the Denali codebase. Some details for this update can be found in Richard Mitchell’s blog post as well as how it can affect third party tools in the MSDN Blogs. With the internal build we have introduced support for the ...

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. »