Telerik blogs
  • Release

    The All-New RadDesktopAlert for WinForms

    An important part of the new stuff that is coming with Q2 2010 is the brand new RadDesktopAlert component. As a part of the WinForms suite, it fully supports the Telerik Presentation Framework which means it can be flexibly styled in the Visual Style Builder, as well as flawlessly integrated in any type of Windows Forms based applications. This component comes with a bunch of predefined themes, in fact all that we ship out of the box, and with a convenient API that allows for different modifications according to the requirements of a specific application context. One of the key features that...
  • Productivity

    Telerik Assembly Minifier

    What is it? Telerik Assembly Minifier is a tool that lets you extract only the controls’ classes and resources you need to use in your application development, thus significantly reducing the size of the assemblies. Using the Assembly Minifier you will achieve significantly better loading time when the XAP files containing the minified (optimized) assemblies are to be loaded on the client side. Reducing (minifying) the size of Telerik Silverlight assemblies In order to minify the assemblies, you should: Open the application at: http://minifier.telerik.com. Browse and upload Telerik Silverlight Assemblies, the ones that you want to optimize. See the tips at the bottom, for more information on uploading. After you select...
  • Desktop WinForms

    RadPageView for WinForms: What Inside?

    The brand new RadPageView control is aiming high to provide a full replacement for the currently existing RadTabStrip and RadPanelBar controls by shipping the same functionality with a simpler approach and improved performance. This new control addresses many issues present in the old components, and is based on a very flexible and extensible platform that is fully compatible with the Telerik Presentation Framework, and allows for implementing different layout scenarios as quick as never before. The architecture of this control is pretty simple. It consists of pages and items where each item is associated with a page and it can be used to display...
  • Release

    JustCode Q2 Beta available for download.

    We've just released a beta version of the upcoming Q2 release of JustCode and here's a short list of what we've managed to include in this build: We've included the much anticipated unit test runner. We've added support for MSTest and xUnit for now but for the official release we'll add support for NUnit and MbUnit. Using the JustCode's test runner you can easily run tests, debug tests, filter and group tests, etc. We plan to improve even further the unit testing story in JustCode but we'll keep that in secret for now :)   We've improved the Find Usages...
    June 10, 2010
  • Productivity

    Mocking the File System to Improve Testability (with JustMock)

    Many applications require access to the file system to create, modify or delete files and folders. But how do you make sure that such application behaves correctly? You do it with tests of course but there is a catch: In general it is not a good idea to have tests that are performing Input/Output operations like accessing files and databases. When you need to test I/O operations mock objects are your friend. And before I go into more details let me point out some of the benefits of mocking. Usually faster than performing I/O operations You do not have have to deal...
  • Release

    The All-New RadDesktopAlert for WinForms

    An important part of the new stuff that is coming with Q2 2010 is the brand new RadDesktopAlert component. As a part of the WinForms suite, it fully supports the Telerik Presentation Framework which means it can be flexibly styled in the Visual Style Builder, as well as flawlessly integrated in any type of Windows Forms based applications. This component comes with a bunch of predefined themes, in fact all that we ship out of the box, and with a convenient API that allows for different modifications according to the requirements of a specific application context. One of the key features that...
  • Productivity

    Telerik Assembly Minifier

    What is it? Telerik Assembly Minifier is a tool that lets you extract only the controls’ classes and resources you need to use in your application development, thus significantly reducing the size of the assemblies. Using the Assembly Minifier you will achieve significantly better loading time when the XAP files containing the minified (optimized) assemblies are to be loaded on the client side. Reducing (minifying) the size of Telerik Silverlight assemblies In order to minify the assemblies, you should: Open the application at: http://minifier.telerik.com. Browse and upload Telerik Silverlight Assemblies, the ones that you want to optimize. See the tips at the bottom, for more information on uploading. After you select...
  • Desktop WinForms

    RadPageView for WinForms: What Inside?

    The brand new RadPageView control is aiming high to provide a full replacement for the currently existing RadTabStrip and RadPanelBar controls by shipping the same functionality with a simpler approach and improved performance. This new control addresses many issues present in the old components, and is based on a very flexible and extensible platform that is fully compatible with the Telerik Presentation Framework, and allows for implementing different layout scenarios as quick as never before. The architecture of this control is pretty simple. It consists of pages and items where each item is associated with a page and it can be used to display...
  • Release

    JustCode Q2 Beta available for download.

    We've just released a beta version of the upcoming Q2 release of JustCode and here's a short list of what we've managed to include in this build: We've included the much anticipated unit test runner. We've added support for MSTest and xUnit for now but for the official release we'll add support for NUnit and MbUnit. Using the JustCode's test runner you can easily run tests, debug tests, filter and group tests, etc. We plan to improve even further the unit testing story in JustCode but we'll keep that in secret for now :)   We've improved the Find Usages...
    June 10, 2010
  • Productivity

    Mocking the File System to Improve Testability (with JustMock)

    Many applications require access to the file system to create, modify or delete files and folders. But how do you make sure that such application behaves correctly? You do it with tests of course but there is a catch: In general it is not a good idea to have tests that are performing Input/Output operations like accessing files and databases. When you need to test I/O operations mock objects are your friend. And before I go into more details let me point out some of the benefits of mocking. Usually faster than performing I/O operations You do not have have to deal...