Telerik blogs

Latest

  • Productivity

    Telerik OpenAccess ORM - Executing an Oracle stored procedure that returns result sets

    In this blog post I will describe how easy it is, to work with the Telerik OpenAccess lower level ADO API and Oracle Stored Procedures that are returning SYS_REFCURSOR as out parameters.   The Setup For the following examples we are using a basic Console Application project, which should be enough for the purpose of this blog. We have added a Domain Model to our Solution with two Domain Classes(‘Category’ and ‘Product’). Further we added the ODP.NET Driver from Oracle( you can get it from here), which should be installed on your machine as well.     On the Oracle database, we have created 2...
    July 19, 2011 1 min read
  • Productivity

    Self-Organizing Teams Focus on Learning

    Most Agile texts/guidance/speakers (including myself) stress the creation and sustainment of self-organized teams. What does this mean? Is this possible? Can this ever be achieved? I’ve seen many teams evolve to Agile teams over the years. I must say, Team organization and Team management (especially self-organized teams) is quite difficult and absolutely the single most important aspect of success. The teams that I’ve seen succeed have a few characteristics that are in common.“… learning is key to having a self-organized team” First, there is usually a really great Scrum Master/Agile Coach involved at the beginning of a good self-organizing ...
    July 16, 2011 4 min read
  • Productivity

    The commercial launch of JustTrace brings new .NET profiler to the developer's toolset

    It’s only been a few months since we announced the Beta launch of Telerik’s .NET memory and performance profiler, yet JustTrace has gone a long way. Back then we shared with you our core vision for the product – we were not interested in launching just another .NET profiler, but a tool that will help developers build more performance and resource efficient applications and thus increase the business value of their products.  Some of our core objectives include: A profiler that is a stand-alone solution yet a natural fit for Visual Studio Three distinct profilers – Memory, Performance and Tracing – that give...
    July 15, 2011 2 min read
  • 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 3 min read
  • 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 4 min read