Telerik blogs
  • Web

    Performance Improvements in RadSlider

    As Miro mentioned in his last post, with the upcoming 2011 Q1 Beta, we will release a new and improved version of RadSlider. A lot new features are being added and many of the existing hot spots were addressed along the way. One of them - the performance hit when RadSlider has to re-render its ticks. I took the liberty to compare the impact of RadSlider on an application before and after we made the improvements. Scenario: Every second, for 60 seconds, generate a new ViewModel and set it as DataContext to RadSlider. Goal: See how many times the LayoutUpdated event will...
    April 22, 2011
  • Productivity

    Mocking MessageBox.Show with JustMock

    Using JustMock Commercial Edition you can easily mock out calls to MessageBox.Show().  This can come in handy if you are testing code that bases its execution path on a MessageBox’s result. Also, it is unlikely you want the MessageBox to actually pop up while running your tests.  Let’s see how we can accomplish this!  The Basics [TestMethod] public void MOCK_MESSAGEBOX_RESULT() { bool called = false; DialogResult expected =...
    April 21, 2011
  • Desktop WPF

    How to create Scatter Error Bars and Box Plot Series with RadChart for SL/WPF

       Currently RadChart provides 27 2D Chart types for SL/WPF. You can easily customise the existing chart types to create a more complex series like the box plot(also known as box-and-whisker diagram and widely spread in descriptive statistics). This blog post will demonstrate how to create Box Plot and Scatter Error bars by reusing the default Styles of the CandleStick and Scatter series and adding custom CandleStick / CandleStickSeriesDefinition (ScatterPoint/ ScatterSeriesDefinition) pair of classes. Box Plot: The BoxPlot have five number summaries: the smallest observation (sample minimum), lower quartile(Q1), median (Q2), upper quartile(Q3), and largest observation (sample maximum).For the purpose the Open, Close, High and Low...
  • People

    Telerik Supports New Zealand ALM Conference

    New Zealand's first Application Lifecycle Management (ALM) conference ran in Wellington on 6 and 7 April 2011. This is the premier event for developers and project managers in New Zealand. Telerik is proud to be one of the sponsors. Figure: As usual, Telerik and Visual Studio 2010 sit well together The two-day conference programme was packed with high quality international and local speakers presenting on ALM and Microsoft Visual Studio 2010. There were a lot of interesting sessions and here are the ones that I like the most: Database development with the new version of SQL Server – Denali, presented by Peter Ward, SQL ...
  • Release

    RadControls for Windows Phone 7 Q1 2011 SP1 released

    We are happy to announce the immediate availability of the first service pack for our RadControls for Windows Phone 7 tools. This is mainly a maintenance release with lots of bug fixes (more than 30), performance improvements and several small new features over the existing controls. We decided that we'd wait with the fresh new features and components that are being cooked in our labs until the first beta rather than ship them half-baked in an official release. Our toolkit is now even more stable and we are aiming high to make it as bug free as possible. A complete list...
  • Web

    Performance Improvements in RadSlider

    As Miro mentioned in his last post, with the upcoming 2011 Q1 Beta, we will release a new and improved version of RadSlider. A lot new features are being added and many of the existing hot spots were addressed along the way. One of them - the performance hit when RadSlider has to re-render its ticks. I took the liberty to compare the impact of RadSlider on an application before and after we made the improvements. Scenario: Every second, for 60 seconds, generate a new ViewModel and set it as DataContext to RadSlider. Goal: See how many times the LayoutUpdated event will...
    April 22, 2011
  • Productivity

    Mocking MessageBox.Show with JustMock

    Using JustMock Commercial Edition you can easily mock out calls to MessageBox.Show().  This can come in handy if you are testing code that bases its execution path on a MessageBox’s result. Also, it is unlikely you want the MessageBox to actually pop up while running your tests.  Let’s see how we can accomplish this!  The Basics [TestMethod] public void MOCK_MESSAGEBOX_RESULT() { bool called = false; DialogResult expected =...
    April 21, 2011
  • Desktop WPF

    How to create Scatter Error Bars and Box Plot Series with RadChart for SL/WPF

       Currently RadChart provides 27 2D Chart types for SL/WPF. You can easily customise the existing chart types to create a more complex series like the box plot(also known as box-and-whisker diagram and widely spread in descriptive statistics). This blog post will demonstrate how to create Box Plot and Scatter Error bars by reusing the default Styles of the CandleStick and Scatter series and adding custom CandleStick / CandleStickSeriesDefinition (ScatterPoint/ ScatterSeriesDefinition) pair of classes. Box Plot: The BoxPlot have five number summaries: the smallest observation (sample minimum), lower quartile(Q1), median (Q2), upper quartile(Q3), and largest observation (sample maximum).For the purpose the Open, Close, High and Low...
  • People

    Telerik Supports New Zealand ALM Conference

    New Zealand's first Application Lifecycle Management (ALM) conference ran in Wellington on 6 and 7 April 2011. This is the premier event for developers and project managers in New Zealand. Telerik is proud to be one of the sponsors. Figure: As usual, Telerik and Visual Studio 2010 sit well together The two-day conference programme was packed with high quality international and local speakers presenting on ALM and Microsoft Visual Studio 2010. There were a lot of interesting sessions and here are the ones that I like the most: Database development with the new version of SQL Server – Denali, presented by Peter Ward, SQL ...
  • Release

    RadControls for Windows Phone 7 Q1 2011 SP1 released

    We are happy to announce the immediate availability of the first service pack for our RadControls for Windows Phone 7 tools. This is mainly a maintenance release with lots of bug fixes (more than 30), performance improvements and several small new features over the existing controls. We decided that we'd wait with the fresh new features and components that are being cooked in our labs until the first beta rather than ship them half-baked in an official release. Our toolkit is now even more stable and we are aiming high to make it as bug free as possible. A complete list...