Telerik blogs
  • Productivity Testing

    Publishing Command Line Runner Results to WebUI Scheduling Server

    As you know, with the official Q3 2010 release of WebUI Test Studio, you can easily create a scheduling server for test execution. What you may not know is that you also have the ability to publish test list results from a command line execution directly to your scheduling server - here's what you need to do: The first step is to configure a scheduling server if you have not yet done so. Next, be sure to connect your project to your scheduling server (QA Edition Only) Now just set the appropriate arguments on the AoT Runner Set the ...
    December 09, 2010
  • People

    What’s the temperature? Check it out and win an Xbox!

    The Telerik Silverlight teams have released various demo applications together with hundreds of examples to help you get started more easily with RadControls for Silverlight. The newest demo application, the Weather Station, will not only show you how to bind the Telerik Silverlight data visualization controls to real-time data, thus creating interactive and engaging user experience, but it might also help you win an Xbox 360. All you have to do to participate in the “What’s the temperature?” game is to:  Launch the Weather Station application Check the weather in your city Tweet the temperature and the name of your city. Use...
    December 09, 2010
  • Release

    Upgrading projects made with Telerik OpenAccess ORM

    Whether you have just installed the new release of Telerik OpenAccess ORM or downloaded a demo that has been built with an older version of our tool, you most certainly have had to remove and add again your OpenAccess references in your existing projects. In order to make it easier we have provided the option of doing this automatically. However it seems like this functionality has not been found by too many users. It can be found in the OpenAccess menu Telerik -> OpenAccess -> Upgrade References. Executing this will, in a second, upgrade all the references to OpenAccess in all...
    December 09, 2010
  • Productivity

    Telerik Data Services Wizard Updates

    If you are creating OData or WCF services in your application and have been using the Telerik Data Services Wizard, things just got a whole lot easier. As I have shown before, you can go from File|New to a new CRUD application in 30 seconds using the wizard. With the Q3 release last month, Telerik gives you more control over the wizard and its output. Some of the new features are: the ability to isolate your service in its own project, the ability to select which CRUD methods gets created for each entity, and Silverlight data validation. Let’s take a look. When you run the wizard, on its first...
    December 08, 2010
  • Desktop WPF

    Drag from external programs into you WPF applications using RadDragAndDropManager

    Since Q3 2010 we have introduced new drag mode, enabling native drag from and to your WPF applications. In this post I will show how to successfully perform drag drop operations from external program into your application through the RadDragAndDropManager API. This can be achieved in several easy steps:   1. Set RadDragAndDropManager.EnableNativeDrag=”true”. This will enable native operations (if your application runs in full trust). The easiest way to do this is set it in StartUp event.           private void Application_Startup(object sender, StartupEventArgs e)         {             RadDragAndDropManager.EnableNativeDrag = true;         }   2. Set the RadDragAndDropManager properties to enable the drop operation:   telerik:RadDragAndDropManager.AllowDrop="True" telerik:RadDragAndDropManager.DropQuery="FileListGrid_DropQuery" telerik:RadDragAndDropManager.DropInfo="FileListGrid_DropInfo"   and add the corresponding...
    December 08, 2010
  • Productivity Testing

    Publishing Command Line Runner Results to WebUI Scheduling Server

    As you know, with the official Q3 2010 release of WebUI Test Studio, you can easily create a scheduling server for test execution. What you may not know is that you also have the ability to publish test list results from a command line execution directly to your scheduling server - here's what you need to do: The first step is to configure a scheduling server if you have not yet done so. Next, be sure to connect your project to your scheduling server (QA Edition Only) Now just set the appropriate arguments on the AoT Runner Set the ...
    December 09, 2010
  • People

    What’s the temperature? Check it out and win an Xbox!

    The Telerik Silverlight teams have released various demo applications together with hundreds of examples to help you get started more easily with RadControls for Silverlight. The newest demo application, the Weather Station, will not only show you how to bind the Telerik Silverlight data visualization controls to real-time data, thus creating interactive and engaging user experience, but it might also help you win an Xbox 360. All you have to do to participate in the “What’s the temperature?” game is to:  Launch the Weather Station application Check the weather in your city Tweet the temperature and the name of your city. Use...
    December 09, 2010
  • Release

    Upgrading projects made with Telerik OpenAccess ORM

    Whether you have just installed the new release of Telerik OpenAccess ORM or downloaded a demo that has been built with an older version of our tool, you most certainly have had to remove and add again your OpenAccess references in your existing projects. In order to make it easier we have provided the option of doing this automatically. However it seems like this functionality has not been found by too many users. It can be found in the OpenAccess menu Telerik -> OpenAccess -> Upgrade References. Executing this will, in a second, upgrade all the references to OpenAccess in all...
    December 09, 2010
  • Productivity

    Telerik Data Services Wizard Updates

    If you are creating OData or WCF services in your application and have been using the Telerik Data Services Wizard, things just got a whole lot easier. As I have shown before, you can go from File|New to a new CRUD application in 30 seconds using the wizard. With the Q3 release last month, Telerik gives you more control over the wizard and its output. Some of the new features are: the ability to isolate your service in its own project, the ability to select which CRUD methods gets created for each entity, and Silverlight data validation. Let’s take a look. When you run the wizard, on its first...
    December 08, 2010
  • Desktop WPF

    Drag from external programs into you WPF applications using RadDragAndDropManager

    Since Q3 2010 we have introduced new drag mode, enabling native drag from and to your WPF applications. In this post I will show how to successfully perform drag drop operations from external program into your application through the RadDragAndDropManager API. This can be achieved in several easy steps:   1. Set RadDragAndDropManager.EnableNativeDrag=”true”. This will enable native operations (if your application runs in full trust). The easiest way to do this is set it in StartUp event.           private void Application_Startup(object sender, StartupEventArgs e)         {             RadDragAndDropManager.EnableNativeDrag = true;         }   2. Set the RadDragAndDropManager properties to enable the drop operation:   telerik:RadDragAndDropManager.AllowDrop="True" telerik:RadDragAndDropManager.DropQuery="FileListGrid_DropQuery" telerik:RadDragAndDropManager.DropInfo="FileListGrid_DropInfo"   and add the corresponding...
    December 08, 2010