Telerik blogs
  • Productivity

    Parameter Refactorings in JustCode

    The internal build 1 of JustCode comes with three new refactorings to easily manipulate method parameters. Move to Parameter There are times when one has hardcoded a constant value within the body of a method, but the method would have more flexibility if the value were a parameter instead. This refactoring allows you to move the variable to a parameter, and it will automatically update calls to the method with the defined value for the variable.   class Program{ static void Main(string[] args) { Ninja ninja = new Ninja(); ...
  • Web

    Just Another Way to Visualize Your Data Using RadTreeView for Silverlight

    For the past couple of days I've been playing with the way RadTreeView renders its items. To be honest, I wasn't looking for any particular outcome. I was doing it just for fun, hoping that something interesting might come out. And it did. I ended up with something quite interesting and it would be a shame not to share it. Bellow are few screenshots which show the TreeView from its initial state to the point where its deepest item is expanded. Note: I do lack certain designer skills :) The TreeView is bound to an XML data source which has the following...
  • People

    Speaking at NT Conference in Slovenia

    Tomorrow I will be delivering a lecture at the NT Conference in beautiful Slovenia. My talk will be about one of my favorite topics as of late:   Proper usage of data visualization in your dashboard and business applications “Many dashboards and business apps we see every day suffer from poor design causing them to fail their primary purpose: to convey a lot of information in a small amount of space in a manner that is clear and immediate. If you attend this lecture you will learn how to avoid the most common mistakes in data visualization and will gain valuable insight on how to...
  • Mobile

    Windows Phone 7 and Azure Webinar Wrap-up

    Following the first webinar in our Windows Phone Wednesdays webinar series, I’m happy to say that the recording is online and ready to view on-demand!  You can check it out on Telerik TV here: http://tv.telerik.com/watch/windows-phone/windows-phone-7-azure-webinar Also to note for those who are in attendance, I re-recorded the portion where the Windows Phone 7 emulator was having display issues so that you can really take in the whole experience of adding data to your application and enhancing the app by using the RadJumpList control.  Sorry for the trouble, the display issues when presenting a webinar are hit or miss, last series for me...
  • Productivity

    Parameter Refactorings in JustCode

    The internal build 1 of JustCode comes with three new refactorings to easily manipulate method parameters. Move to Parameter There are times when one has hardcoded a constant value within the body of a method, but the method would have more flexibility if the value were a parameter instead. This refactoring allows you to move the variable to a parameter, and it will automatically update calls to the method with the defined value for the variable.   class Program{ static void Main(string[] args) { Ninja ninja = new Ninja(); ...
  • Web

    Just Another Way to Visualize Your Data Using RadTreeView for Silverlight

    For the past couple of days I've been playing with the way RadTreeView renders its items. To be honest, I wasn't looking for any particular outcome. I was doing it just for fun, hoping that something interesting might come out. And it did. I ended up with something quite interesting and it would be a shame not to share it. Bellow are few screenshots which show the TreeView from its initial state to the point where its deepest item is expanded. Note: I do lack certain designer skills :) The TreeView is bound to an XML data source which has the following...
  • People

    Speaking at NT Conference in Slovenia

    Tomorrow I will be delivering a lecture at the NT Conference in beautiful Slovenia. My talk will be about one of my favorite topics as of late:   Proper usage of data visualization in your dashboard and business applications “Many dashboards and business apps we see every day suffer from poor design causing them to fail their primary purpose: to convey a lot of information in a small amount of space in a manner that is clear and immediate. If you attend this lecture you will learn how to avoid the most common mistakes in data visualization and will gain valuable insight on how to...
  • Mobile

    Windows Phone 7 and Azure Webinar Wrap-up

    Following the first webinar in our Windows Phone Wednesdays webinar series, I’m happy to say that the recording is online and ready to view on-demand!  You can check it out on Telerik TV here: http://tv.telerik.com/watch/windows-phone/windows-phone-7-azure-webinar Also to note for those who are in attendance, I re-recorded the portion where the Windows Phone 7 emulator was having display issues so that you can really take in the whole experience of adding data to your application and enhancing the app by using the RadJumpList control.  Sorry for the trouble, the display issues when presenting a webinar are hit or miss, last series for me...