Telerik blogs

Latest

  • Desktop WPF

    XAMLflix Introduces RadDragAndDrop

    Hello everyone and welcome back to XAMLflix with RadDragAndDrop for Silverlight and WPF. I hope you have been enjoying the series as last week we took a look at RadTreeView and RadDocking. What is XAMLflix you might ask? Well, it is Telerik’s way of teaching you how to use both new and existing controls from Telerik’s XAML suite. Each and every Thursday, we will provide a fresh batch of videos and sample projects highlighting a different control. Since our Silverlight and WPF share a common codebase and API, you only have to learn how to use these controls once! You can simply copy and...
    May 27, 2021 2 min read
  • Web

    Call to Action: Make LESS Native in Modern Browsers

    It’s no secret. I’m a LESS fan. A BIG fan. If you’re not familiar with LESS, it’s an elegant CSS pre-processor that imbues the CSS syntax you already know with the kind of super powers you wish your styling language had out-of-the-box. Variables. Operations. Hierarchal rules. Mix-ins. LESS...
    May 27, 2021 5 min read
  • People

    Telerik connects with Indian Developers at GIDS 2012

    Great Indian Developer Summit (GIDS) is one of the top developer events in India. This year it attracted over 2500 developers over 4 days of the event (April 17 – 20th). The conference has been hosted for over 5 years and continues to draw top notch companies as participants including Nokia, Microsoft, Google, RedHat, BlackBerry, VMWare, IBM, ThoughtWorks. At Telerik, the thing that makes us deliver more than expected, is our passion in technology. Telerik participated at the event with an objective of sharing our passion with the Indian Developers. This in-depth engagement was not only limited to hosting a booth but extended...
    May 27, 2021 3 min read
  • Release

    Check out the new Exploratory Tool!

    UPDATED: I goofed and listed Quality Center as an option for pushing bug reports to—but we only integrate bugs with TeamPulse and Team Foundation Server. As much as I love them, automated tests (be they functional, integration, or unit) aren’t the end-all-be-all for your testing approach. Exploratory testing, particularly for any system of any consequence, is a critical part of your overall “Deliver Great Stuff!” strategy. Getting your team freed up from repetitive regression testing empowers them to put their brains to use as they poke around the corners of your system. Exploratory testing gives you tremendous value as your ...
    May 27, 2021 2 min read
  • Web ASP.NET MVC

    Time Saving Features For MVC Developers

    I recently started reacquainting myself with the Telerik MVC Extensions, and it seems I had forgotten just how awesome they are! I want to talk about a few of the less known features I find really awesome in the extensions. VS Extensions Telerik’s MVC extensions come with built in Visual Studio extensions to make project creation, and configuration, a snap.  In addition, the extensions include a variety of project templates to help start new projects: 
    May 27, 2021 4 min read
  • Web ASP.NET AJAX

    The Present and Future of Using JSON in WebForms

    JSON (JavaScript Object Notation) is the way to handle data on the client these days. It really is the cat’s pajamas. Almost all the client-side widgets or libraries that you’ll be working with will most likely be utilizing JSON, and sending large chunks of data over the wire as JSON as opposed to other bulky forms of data can lead to some dramatic performance increase across any application. I often come across individuals not sure of what JSON is, or how they can use it today, and I wanted to address this issue in a blog post. Of course I...
    March 06, 2025 14 min read
  • Productivity

    Telerik OpenAccess ORM – Default Values support has arrived

    As many of you already know, we are offering you a chance to choose which features of OpenAccess ORM you would like to see implemented in the next releases. You can post your votes and comments in our PITS system, plus you can ask us to put new features there through the support system or forums. Recently there is one clear winner in PITS – the database default values support. It has been requested many times through our support system as well – and we would like to thank all of you for the feedback, we do appreciate it. We are glad...
    May 27, 2021 2 min read
  • Release

    Kendo UI Protips

    Urban Dictionary contains several definitions for Protip: Obvious advice sarcastically presented as sage wisdom. To offer advice or suggestion to resolve a problem. Often used in context of emphasizing common sense, a very strong opinion, or to belittle/mock a person’s point of view. A...
    May 27, 2021 7 min read
  • Desktop WPF

    RadDockable–A Thursday XAMLFlix

    It’s Thursday and time for the latest installment of XAMLFlix. As a quick review, XAMLflix = Videos + Projects covering all of the controls in both the RadControls for Silverlight and RadControls for WPF control suites. We are revamping the entire video library with fresh new content based on the latest versions of our controls, complete with projects so you can grab the same code you see in the video and run with it. Be sure to check out www.telerik.com/xamlflix for all the videos! Discovering RadDocking RadDocking gives you very powerful control over the positioning and display of data, and maximize the utility of...
    April 26, 2012 2 min read
  • Web ASP.NET AJAX

    Take a Walk on the Client Side with WebAPI and WebForms

    In my last blog I introduced the basics of using ASP.NET AJAX and WebAPI together in the same project.  In addition, I showed how to bind results from WebAPI to a Telerik’s ASP.NET AJAX Grid. In this blog I will continue down this path and implement insert, update, and delete operations using WebAPI and RadGrid! Note: While this post focuses on using WebAPI in conjunction with RadGrid, most of the client code can be used when working with RadGrid in client mode.Set It Up! To get started an additional reference needs to be added to the project: System.Net.Http.Formatting Adding this reference allows us...
    May 27, 2021 10 min read