Telerik blogs

Latest

  • Productivity Document Processing

    Programmatic export to PDF from Silverlight application

    Ever wanted to export a Telerik report from a Silverlight application? This is easily accomplished by instantiating the ReportServiceClient class, which plays the role of proxy to the Telerik Report Service. To specify that you want to render the report we use the RenderAsync method of the ReportServiceClient, which invokes the respective method on the server (remember that it serves as proxy) that would return the rendered report. Since we’ve used an asynchronous method and we do not know when the render would finish, we need to handle the RenderCompleted event. In the RenderCompleted event we get the result from the rendering and decide what to...
    May 27, 2021 2 min read
  • Productivity

    How to video: Using Telerik Data Services Wizard Beta1 to build a WCF Endpoint

    .NET Ninja in training, Peter Bahaa, shows us how to build a WCF Endpoint using Telerik OpenAccess entities and the Data Services Wizard beta 1. Telerik Data Services Wizard Beta1-WCF from Stephen Forte on Vimeo. Technorati Tags: WCF,Telerik
    May 27, 2021 1 min read
  • Productivity

    How to video: Using Telerik Data Services Wizard Beta1 to build an Astoria service

    .NET Ninja in training, Peter Bahaa, once again returns to show us how to build a WCF .NET Data Service (aka Astoria) using Telerik OpenAccess entities and the Data Services Wizard beta 1. Telerik Data Service Wizard Beta1-Astoria from Stephen Forte on Vimeo.   Technorati Tags: Telerik,Astoria
    May 27, 2021 1 min read
  • Productivity Testing

    Live Demo of Telerik WebUI Test Studio this Thursday

    Join our weekly Live Demo of Telerik WebUI Test Studio on Thursday, Feb. 4th at 11AM EST! This is a short (~30min) webinar that provides an overview of the product and helps you get quickly started with Automated UI Testing for AJAX and Silverlight. Jump-start your evaluation and save time by having all your questions answered by the experts. Register now!
    May 27, 2021 1 min read
  • 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