Telerik blogs

Latest

  • Release

    Slides, Source Code and Video to the Diagramming Framework Webinar Now Available

    Introduction Hello everyone, I wanted to thank you all for attending the webinar today. As I promised in the webinar all of the materials are now available for you to download and explore on your own. If you have any questions then feel free to send me a tweet or leave a comment below. I’d also suggest that you download RadControls for Silverlight and/or WPF if you haven’t already. Diagramming Framework Webinar Materials Slides, Source Code and the Recorded Webinar Video are available right now! Other XAMLFlix Webinars Data Visualization : By Evan Hutnick - happened last week and all the materials have been posted to his blog. Go...
    May 27, 2021 4 min read
  • People

    TeamPulse Nominated for Code Project Reader’s Choice 2012 Award

    A few days ago the nominations for the CodeProject.com Reader’s Choice Awards 2012 were announced. We are extremely happy that our agile project management tool Telerik TeamPulse is among the nominees in the Application Lifecycle Management category. Hooray! Please vote for TeamPulse in the ALM category here. Just to remind you that recently TeamPulse introduced a deeper integration with Telerik’s automated testing tool Test Studio which further helped us with this nomination. Thanks to the tight integration between the two you can now ensure that all your requirements are properly defined, tested and that all bugs are captured and managed ...
    May 27, 2021 1 min read
  • People

    Vote for us in Code Project Reader Choice Awards 2012

    Telerik Test Studio has been nominated in the Debugging & QA category in this year’s Code Project Readers’ Choice Awards. If you enjoy using Test Studio; appreciate your experience with our customer & technical support, please, do cast your vote for us! Telerik has been nominated in 14 categories. If some of your favorite products are in that list you can vote for them until Friday, May 11. Thank you for your support!
    May 27, 2021 1 min read
  • Web

    There’s a Tool for That: 13 Essential Tools for the Ninja Web Developer

    When I am not hacking code, I can usually be found tinkering with cars.  I have been working on cars for a long time, and have acquired quite a collection of tools along the way.  It’s safe to say I love tools much to my fiancée’s dismay. =)   In this blog I highlight a few tools I find useful for web development, and best of all, almost all of them are completely free! General Tools Fiddler Fiddler is one of the best HTTP debugging tools available today. It can be used any time you want to capture all HTTP traffic between your computer, and...
    May 27, 2021 6 min read
  • Web

    XAMLflix Introduces RadPropertyGrid

    Hello everyone and welcome back to XAMLflix with RadPropertyGrid for Silverlight and WPF. I hope you have been enjoying the series as last week we took a look at RadDragAndDrop and RadMaskedInput. What is XAMLflix you might ask? Well, it is Telerik’s way of teaching you how to use both new and existing controls from Telerik’s XAML suite. Each and every Thursday, we will provide a fresh batch of videos and sample projects highlighting a different control. Since our Silverlight and WPF share a common codebase and API, you only have to learn how to use these controls once! You can simply copy and...
    May 27, 2021 2 min read
  • Productivity Testing

    Telerik Testing Summit Wrap-up

    If you were following Twitter last this last weekend (4 and 5 May) you may have seen a number of Tweets tagged with #TelSum. That was the Telerik Testing Summit, a peer conference held in Austin, Texas. Telerik welcomed a number of thought leaders in the testing and software industry to Austin, Texas, for two days of discussions on the state of software development. More importantly, we as a group were focused on what we could do to try and improve things. Telerik was represented by myself and Phil Sams, plus Holly Bertoncini, our event organizer. Joining us ...
    May 27, 2021 3 min read
  • People Accessibility

    Another Awesome VS11 Feature - WAI-ARIA Support

    Taking a Step Back – What is Accessibility? Accessibility is always  a large concern when creating applications. Whether these are meant for the web, desktop machines, or even mobile devices, accessibility is a huge factor. I have often run into scenarios where developers are not even aware of accessibility concerns, or decide to leave it as one of those “oh, I’ll get to it later” tasks on their TODO list. Some of you might even be asking yourself what accessibility actually is. Well, when I talk about accessibility I’m referring to the ability for your application to function for people with...
    May 27, 2021 8 min read
  • Productivity Testing

    What does a good test case look like?

    A good test case is neither too small nor too big. A good test case stands alone, sets up pre-test conditions, exercises the application under test (AUT), verifies one thing, reports the results of the verification, then if applicable, cleans up (usually data) and reports the overall test case result; pass or fail. 
    May 27, 2021 1 min read
  • Release

    Extending Telerik Reporting Service with Custom IReportResolver

    Download custom IReportResolver example (C#) The Telerik Reporting Service is a WCF service that enables the remote access to the Telerik Reporting Engine (aka ReportProcessor). The Reporting Service acts as a communication interface between the client programs and the ReportProcessor. The client programs invoke the report rendering from the service using a string report description. Based on the report description the service’s report resolvers try to create an IReportDocument instance needed by the ReportProcessor. The IReportDocument interface represents a report document. This includes a single Report or ReportBook. The IReportDocument returned by the report resolver will be further handled by the ReportProcessor. The service...
    March 17, 2022 3 min read
  • Mobile

    Add the Error Diagnostics Control to Your Windows Phone App with 3 Lines of Code

    Everyone in the mobile apps business needs real-time feedback about their app’s crashes. These have to be quickly fixed, so that you are not losing converted leads. Instead, these users need to be treated with the utmost attention. To get the feedback you have three ways to go: 1)    Use the error reporting procedure on App Hub, but you’ll have to wait for 3 to 4 days for the crash reports to be ready, which may result in losing some of  your users. 2)    Put some time and efforts and write the functionality yourself. 3)    Use Telerik ready-to-use Error Diagnostics control that allows...
    May 27, 2021 2 min read