Telerik blogs

Latest

  • Web ASP.NET MVC

    TeamPulse (Hearts) Kendo UI for ASP.NET MVC

    A while back, I wrote a blog post detailing how Kendo UI is used in TeamPulse xView™ UI. If you'd like the kick the tires yourself, check out our online demo: It's awesome. It's hotter than two bears fighting in a forest fire. What you may not know...
    July 20, 2012
  • 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...