Telerik blogs

Latest

  • Web

    Hello Kendo UI Part 1

    Many weeks back I started a series entitled “HTML5 For ASP.NET Developers”.  The response was fantastic, and we begin to work our way through the charted waters of modern web development starting from the very beginning.  In Hello jQuery, we went over the absolute fundamentals of...
    July 18, 2012
  • Web

    XAMLflix presents RadNumericUpDown for Silverlight and WPF

    INTRODUCTION Hi everyone and thanks for coming back for another episode of XAMLFlix. In case you haven’t heard, XAMLFlix is a video series devoted to getting you up to speed quickly with our Telerik controls for Silverlight and WPF. In this episode, we will take a look at RadNumericUpDown. So, without further delay, let’s get started! WHAT IS RadNUMERICUPDOWN? Telerik’s RadNumericUpDown control provides a rich user experience by allowing the developer to define various ValueFormats as well as additionally customize them to meet their customer’s business requirements. Let’s take a look at two videos that will get you up to speed quickly. Getting Started...
  • Web

    Mscorlib mocking minus the attribute

    Mocking .net framework members (a.k.a. mscorlib) is always a daunting task. It’s the breed of static and final methods and full of surprises. Technically intercepting mscorlib members is completely different from other class libraries. This is the reason it is dealt differently. Generally, I prefer writing a wrapper around an mscorlib member (Ex. File.Delete(“abc.txt”)) and expose it via interface but that is not always an easy task if you already have years old codebase. While mocking mscorlib members first thing that comes to people’s mind is DateTime.Now. If you Google through, you will find tons of example dealing with just that....
    July 09, 2012
  • Web ASP.NET AJAX

    RadHtmlChart vs. RadChart – Which ASP.NET AJAX Control to Use for My Project?

    You may have already seen it, but just in case – take a look at our new HTML5 charting control that was introduced with the Q2 2012 release of Telerik’s ASP.NET AJAX controls. Its online demos are the perfect starting point. One may wonder what the benefits of having the new Chart over the current one are. This blog post will explain the main differences between them so that you can choose the one that fits your scenario better. First and foremost – the new RadHtmlChart renders entirely on the client through JavaScript. This is its most important performance benefit – the server no longer...
  • Web

    XAMLflix Video Tutorial: RadDataPager for Silverlight and WPF

    Introduction Hello everyone and welcome back to XAMLFlix Tuesday! In this episode, we are going to take a look at the powerful RadDataPager for Silverlight and WPF. As you go through the video series, you will see just how easy this control is to work with and that it delivers a powerful punch. This will not only impress your client, but your boss! Let’s get started.    What is RadDataPager? RadDataPager provides the user with a navigation interface to page through any collection of data. The control provides paged data source to any data-bound controls. RadDataPager is extremely helpful when working with large collections of...