Telerik blogs
  • People

    Telerik is a Proud Sponsor of the SilverlightShow Eco Contest

    Telerik is always happy to support Silverlight developers and not only with tools that rock. For a second year in a row Telerik is a sponsor of the SilverlightShow Contest for Silverlight applications. This year the competition aims at sparking the creativity of all environment friendly Silverlight developers and designers.  2011 has been declared the International Year of Forests by the United Nations and the theme of the contest is related to the environment as well. Create a Silverlight application that informs about the critical situation with forests preservation and win great prizes such as a trip to  MIX11 event at Mandalay Bay...
    January 14, 2011
  • Productivity

    Personas Help Drive Requirements.. Really!

    Look familiar? Yup, that’s right – this is a UML Use Case Diagram. This particular, and rather over simplistic, one depicts a few different UML Actors associating with Use Cases.
    January 14, 2011
  • Mobile

    Integrating your Windows Phone unit tests with MSBuild #3: The dedicated Test Runner Task

    First of all, let me wish you a very happy and productive 2011! May the good Silverlight forces be with you and let’s hope that this year will be full of technology excitements and challenges! For the ones who haven’t followed me until now – this is the third installment of a blog post series focusing on an automation infrastructure for the execution of unit tests for Windows Phone 7 with MSBuild. This blog focuses on the MSBuild task, part of the unit test automation infrastructure, that installs the unit test application on the Windows Phone 7 emulator and runs the...
    January 13, 2011
  • Web

    TreeView BringIntoView

    Quite often TreeView is used in scenarios where a particular item should be displayed on the screen. You may want to display some item when the tree is initially shown on the screen or when a new item is added. These scenarios look simple but are a bit tricky because you have to wait until the TreeView loads and then make your desired actions. Waiting for Loaded Event TreeView provides the BringIntoView functionality in several forms: you can call BringIntoView from the tree itself and bring a child item; get some TreeViewItem by calling GetItemByPath and call BringIntoView upon this item container;...
    January 12, 2011
  • Productivity

    Handling Schema Migrations

    If you have played around with the Fluent Mapping API you have most probably stumbled upon the issue of actually creating or migrating your database to the latest state. And while most tools suggest that schema operations should be performed during design time we give you the tools to either run them automatically or manually.  All you need to do in order to get your schema up to date is instantiate a context object and then access its schema handler. I have prepared a simple code snippet that makes sure every time I run my console application my database schema...
    January 12, 2011
  • People

    Telerik is a Proud Sponsor of the SilverlightShow Eco Contest

    Telerik is always happy to support Silverlight developers and not only with tools that rock. For a second year in a row Telerik is a sponsor of the SilverlightShow Contest for Silverlight applications. This year the competition aims at sparking the creativity of all environment friendly Silverlight developers and designers.  2011 has been declared the International Year of Forests by the United Nations and the theme of the contest is related to the environment as well. Create a Silverlight application that informs about the critical situation with forests preservation and win great prizes such as a trip to  MIX11 event at Mandalay Bay...
    January 14, 2011
  • Productivity

    Personas Help Drive Requirements.. Really!

    Look familiar? Yup, that’s right – this is a UML Use Case Diagram. This particular, and rather over simplistic, one depicts a few different UML Actors associating with Use Cases.
    January 14, 2011
  • Mobile

    Integrating your Windows Phone unit tests with MSBuild #3: The dedicated Test Runner Task

    First of all, let me wish you a very happy and productive 2011! May the good Silverlight forces be with you and let’s hope that this year will be full of technology excitements and challenges! For the ones who haven’t followed me until now – this is the third installment of a blog post series focusing on an automation infrastructure for the execution of unit tests for Windows Phone 7 with MSBuild. This blog focuses on the MSBuild task, part of the unit test automation infrastructure, that installs the unit test application on the Windows Phone 7 emulator and runs the...
    January 13, 2011
  • Web

    TreeView BringIntoView

    Quite often TreeView is used in scenarios where a particular item should be displayed on the screen. You may want to display some item when the tree is initially shown on the screen or when a new item is added. These scenarios look simple but are a bit tricky because you have to wait until the TreeView loads and then make your desired actions. Waiting for Loaded Event TreeView provides the BringIntoView functionality in several forms: you can call BringIntoView from the tree itself and bring a child item; get some TreeViewItem by calling GetItemByPath and call BringIntoView upon this item container;...
    January 12, 2011
  • Productivity

    Handling Schema Migrations

    If you have played around with the Fluent Mapping API you have most probably stumbled upon the issue of actually creating or migrating your database to the latest state. And while most tools suggest that schema operations should be performed during design time we give you the tools to either run them automatically or manually.  All you need to do in order to get your schema up to date is instantiate a context object and then access its schema handler. I have prepared a simple code snippet that makes sure every time I run my console application my database schema...
    January 12, 2011