Telerik blogs

Latest

  • Mobile

    Creating Your First Hybrid Mobile Application With Visual Studio

    If you're a Visual Studio developer, creating hybrid mobile applications for iOS and Android has never been easier. No need for a giant SDK download or PATH variable modifications. This article will show you how to create your first installable application for both iOS and Android using Kendo UI Mobile and the new Icenium Extension for Visual Studio.
    May 27, 2021 13 min read
  • Mobile

    Live from PhoneGap Day EU 2013

    Last week the PhoneGap team held their 2nd annual European conference in the vibrant city of Amsterdam. Appropriately named PhoneGap Day EU, this was a conference perfectly crafted for every level of hybrid mobile app developer who uses the Cordova/PhoneGap framework.
    October 01, 2013 4 min read
  • People

    I Can Code THAT! Why Developer Productivity doesn’t have to be hard

    In this post, Jeff Fritz will explain why using third party libraries are valuable and introduce you to the 30 minute ASP.Net productivity challenge. Click through to see the details and to download a whitepaper with more information.
    May 27, 2021 3 min read
  • Productivity Testing

    New troubleshooting articles for Test Studio Load Testing

    Now that we have a new Load Testing architecture, we're re-organizing the troubleshooting articles to bring everything up to speed. Most of the old issues with load have been resolved. For those that remain, we're creating new articles to help you resolve them more easily. First, if you don't get any load traffic when making requests to localhost, use the machine name or IP address. Simple. Next, some load tests still record duplicate dynamic targets. While there's no way to avoid this, you can make sure to select the repeated variable in all steps it is used ...
    May 27, 2021 1 min read
  • Mobile

    How to Create a Hybrid Mobile Project for Icenium in Visual Studio

    Jim Cowart discusses the four project templates that ship with the Icenium Extension for Visual Studio, and also includes a link to an alternate set of templates that ship with no sample-app boilerplate pre-populated in the templates.
    September 30, 2013 3 min read
  • Productivity Testing

    Extending Test Studio in the Real World

    Updated: Fixed a few formatting and badly positioned graphics. No tool can ever possibly meet every team’s needs out of the box. It’s crucial to select tools that are extendable or customizable to handle things specific to you and your team. Test Studio gives you the ability to customize a number of things under the hood. One great feature is tying into events for test lists in order to handle setup or teardown steps. This lets you do things like load baseline datasets, clear out test-generated data, or perform configuration actions. The post below is written by Ivaylo Angelov, a ...
    May 27, 2021 7 min read
  • Mobile

    How to Create a Cloud-Powered Windows Phone App with Telerik Cloud Controls - Part 5

    This is the fifth and final part of blog series that walk you through each of Telerik's Cloud Controls and show you how easy you can use them to create an app. This post demonstrates the usage of RadCloudNotificationControl and RadCloudFeedbackControl.
    May 27, 2021 5 min read
  • Productivity Testing

    30 Days of TDD – Day Ten – More Refactoring and NUnit Features

    In the last post I showed you how from time to time it is necessary to change our code to enhance readability, make maintenance easier or to optimize the codes performance. This practice is called “Refactoring.” Normally making these kinds of changes can be a nerve-wracking experience for developers as they can’t be certain that their changes aren’t breaking something else. However, having a suite of unit tests the exercise your business code enables you to refactor your code without worry; as long as your tests pass you know that your code still satisfies your business needs. In addition to our code, sometimes our unit tests themselves need some refactoring. This post explains how to refactor your unit tests and demonstrates a few NUnit features that will help us with this endeavor.
    May 27, 2021 8 min read
  • Productivity Testing

    30 Days of TDD – Day Nine – Refactoring Basics

    As time goes on in any software development project you’ll no doubt find inefficiencies in your code that you would like to remove. Other times you’ll receive new requirements that are going to necessitate large scale changes in your existing code. And you will still occasionally find code that you’ve written in the past that will make you ask “What was I thinking when I did that?!” When these situations arrive, it’s time to look at refactoring your code.
    May 27, 2021 6 min read