Telerik blogs

Latest

  • Productivity Testing

    Using WebAii to run JsUnit tests in TFS continuous integration builds

    Inspired by the automation of functional tests with WebAii, I decided to bring our JsUnit tests on the same level as the NUnit ones – in the continuous integration build. As it turns out, automation with the WebAii framework was really easy – just a few lines were sufficient to integrate the test runner.   Requirements The build agent should have the following: Cassini.dll in the GAC installed WebAii framework (adds browser plug-ins to IE and Firefox which make their automation possible) the build service should run on an interactive port, under the user that performs the build ...
    March 05, 2025 1 min read
  • Productivity Testing

    Telerik’s Web Application Testing Tool for Silverlight and AJAX now in Visual Studio 2010!

    Great news, everyone! The latest update of WebUI Test Studio came out last night. And just like all Telerik products, our web testing solution now supports Visual Studio 2010 Beta 2! As always, Telerik is leveraging the latest Microsoft technologies to ensure we deliver leading-edge updates to you. Now you can enjoy all your Test Studio favorite features in VS 2010 as well – Automation Overlay Surface, Test, DOM, and Elements Explorer, and more. We recommend the new official release as it is “the latest and greatest” of WebUI Test Studio! Besides support for Visual Studio 2010, the service ...
    May 27, 2021 2 min read
  • Productivity Reporting

    Show off your reports and shine (Telerik Reporting contest)

    We are running a Reporting case-study contest with cool prizes! Share how Telerik Reporting has helped you in the work you do, what problems/impediments it solved for you, and how Telerik made a difference, and you could win a $500 Amazon gift certificate! For extra exposure of your work, all case studies will be published on our site, and the winner will get the opportunity to publish a video case study of their project on TelerikTV. All you need to do to enter is send a case study on a working Telerik Reporting project that you have developed. The three most interesting case studies...
    May 07, 2025 1 min read
  • Productivity

    Telerik Data Services Wizard New Feature:DataServiceKey

    Last week Telerik released the Data Service Wizard Beta 1. It will automatically create for you the end points for an Astoria, WCF, or RESTful service. New in the beta of the Data Service Wizard is the ability of the wizard to automatically generate the DataServiceKey attribute required to make relationships in Astoria work. When you use "Astoria" (ADO.NET||WCF) Data Services, by default Astoria tries to map the primary keys in your entities using a convention. This is important for your service to work. The mapping works out of the box for the Entity Framework, however, if you are using LINQ to SQL or Telerik Open Access, it does not since some...
    May 27, 2021 3 min read
  • Productivity

    OpenAccess ORM Second Level Cache API

    OpenAccess provides you not only with one, but two caches for persistent objects. The first level cache is the cache that directly supports the IObjectScope and that is responsible for the uniqueing of database references. That means, it is responsible to assure that there is only one physical instance per logical database entity: Equal foreign key reference values lead to a consistent representation in memory so that no duplicate representation of a single database row exists within an IObjectScope. This cache also holds the modified objects in a scope. The first level cache is always present and there is a...
    May 27, 2021 3 min read