Telerik blogs

Latest

  • Productivity

    Code. Just Code. JustCode.

    It's my pleasure to announce the youngest member of the Telerik product family - JustCode, a code analysis and refactoring tool. Actually "youngest" is not the most correct word to use because JustCode was born more than 5 years ago but "adopted" by Telerik in March, this year. In March Telerik acquired the JustCode product from the German-based company, Omnicore, and the founders of the company (and also the creators of the product) joined Telerik to help us take the tool to the next level. A few words about the founders of Omnicore; these are brilliant guys with lots of expertise in...
    May 27, 2021 5 min read
  • Productivity

    Using Connection Strings with Telerik OpenAccess ORM

    As you might already found out, with the 2009 Q3 release of Telerik OpenAccess ORM we made the first step of providing an easier and more natural way of defining database connection settings for your applications. In other words, OpenAccess now supports standard ADO.NET connection strings. The aim of this post is to brief you how to use them with the product. To use Telerik OpenAccess ORM in a Visual Studio project, you should run the Enable project wizard first. A detailed article on how to use the wizard can be found in our documentation. Let’s just see what is new in this release....
    May 27, 2021 2 min read
  • Productivity Testing

    WebAii v2.0: Let Your Tests Share the Same Browser Instance

    One of the features I really enjoy in WebAii v2.0 is the RecycleBrowser option. It changes the behavior of your tests, i.e. they keep running in the same browser instance (when set to ‘true’) instead of opening a new browser for each test. The default value is ‘false’ for consistency with the previous framework versions behavior. You can programmatically update that setting via the Settings class or using the Application’s config file. However, there are some details you should have in mind when using that option. We do use the RecycleBrowser option in the WebAii Testing Framework Sample Tests ...
    May 27, 2021 4 min read
  • Productivity

    Using Telerik OpenAccess with Visual Studio 2010 Beta2

    digg_url = "http://www.stephenforte.net/PermaLink,guid,bb9d49fd-982f-433b-9617-547de01a7978.aspx";digg_title = "Using Telerik OpenAccess with Visual Studio 2010 Beta2";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Just a few weeks ago Microsoft released Visual Studio 2010 Beta2. Last week Telerik put its Q3 release live into production. One of the cool new Q3 features is that OpenAccess now works seamlessly with Visual Studio 2010. That means you can target .NET 3.5 or .NET 4.0 using either Visual Studio 2008 (.NET 3.5) or Visual Studio 2010 (.NET 4.0). I will do a quick demo with Visual Studio 2010, SQL Azure, and OpenAccess. With OpenAccess Q3 installed, I fired up Visual Studio 2010 and started a console project targeting .NET 4.0 While the project will target the .NET 4.0 Framework, we have to do one small thing to make...
    May 27, 2021 3 min read
  • Productivity Testing

    Welcome the WebUI Test Studio v2.0!

    I’m happy to announce that after all the efforts of the ArtOfTest and Telerik teams during the last several months the product is now ready for you to enjoy! WebUI Test Studio v2.0 (Beta) is out with the Q3 2009 release and the final v2.0 is expected in December. WebAii Framework First of all, our advanced Click & Play automation solution is now upgraded with the latest WebAii Testing Framework! This means that all the additions we worked on and released till now in the automation framework are finally available in WebUI Test Studio as well. For all interested ...
    May 27, 2021 3 min read