Telerik blogs

Latest

  • Web

    App Permissions Are a Waste of Time

    There is a troubling trend in modern app platforms. If you’ve ever installed any app on an Android device, Facebook, Chrome, or used OAuth to log-in to a web app, you’ve probably seen a screen like this: OR These are screens asking if you’d like to give an...
    July 26, 2012
  • 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