Telerik blogs

Latest

  • Productivity

    Using the ObjectContainer in disconnected scenarios

    This is the first part of some postings regarding the ObjectContainer and I would like to start with a bit of motivation.   Why does the ObjectContainer exist? Because - we felt it is necessary to provide the same OpenAccess runtime environment in all tiers. Ideally, the business logic should not be concerned if it is running in a connected world (where the database can be directly contacted) or in a remote/disconnected tier (where no database can be accessed). The business logic should just find the same API to compile against so that it could be running in both scenarios. This is what the...
    May 27, 2021 2 min read
  • Productivity Testing

    Coded UI Tests with WebUI Test Studio Q2 2009

    WebUI Test Studio joined the Q2 2009 release this week as well! Although the awaited major new features (such as Silverlight and the extended browsers support) will come with v2.0 in the Q3 release, I’d like to highlight some important changes we introduced.   WebUI Test Studio coded test steps Should you have tried our advanced test automation solution or at least watched the videos on Telerik TV, you have noticed its cool tools are designed to ease the life of the test creators helping them generate automated tests simply by mouse clicking. However, WebUI Test Studio also supports ...
    May 27, 2021 3 min read
  • Productivity

    How to Enhance Projects Using MSBuild on a Machine Without Telerik OpenAccess ORM Installed

    Sometimes we need to  build Telerik OpenAccess ORM enhanced projects on a machine that has no installation of the OpenAccess product. There are cases that even require that there is no such installation done on the machines like build servers or other machines that handle the build process. On the other hand when Telerik OpenAccess ORM is installed, the project enhancement is automatically done from our Visual Studio integration add-in. The MSBuild integration can be used as an alternative to the Microsoft Visual Studio integration and is useful while using the command-line build environment. It is targeted for serving build...
    May 27, 2021 2 min read
  • Productivity Testing

    Welcome the Free Test Automation Solution for RadControls

    I’m happy to announce that a FREE test automation solution is now officially part of the Telerik portfolio. I’ll summarize here some of its fundamentals as well as how to get started with the WebAii Testing Framework. First of all, it’s an extension of WebAii, the ArtOfTest’s free Web testing automation library. During the past years the framework was greatly extended and its user base/popularity grew tremendously. Now it serves as the very base of advanced test automation solutions such as ArtOfTest’s Automation Design Canvas and its Telerik brother – WebUI Test Studio. Many QAs and developers ...
    July 06, 2009 4 min read
  • Productivity

    Object Scope lifecycle management in web scenarios

    The stateless nature of the Http protocol brings quite a deal of concerns about the handling of the IObjectScope in a web application. Few questions usually arise when dealing with entity containers (like the DataContext in Linq to SQL or the IObjectScope in Telerik OpenAccess ORM): where to initialize the scope, where to dispose it, how to integrate with the Page’s lifecycle, etc.. In this post we share our views on the best-practices approaches that secure safe and consistent use of the IObjectScope in web scenarios. The desired result of the used patterns is to have one object scope, initialized on...
    May 27, 2021 2 min read