Telerik blogs

Latest

  • People

    Join us for the Q3 Webinar on Friday, 10/26!

    Telerik’s Q3 Webinar Week is coming up next week, and Test Studio will be closing out the week with a webinar on “Taking Your Functional Tests to the Next Level.” The webinar is on Friday, 26 Oct., at 11am US Eastern time. In that webinar I’ll be showing you how to work with more complex locators—and where Xpath makes good sense! I’ll also be showing you some of the tricks I’ve blogged about here for making flexible queries in to tables to get data independent of where that data hits. You’ll find out how to create find logic that works ...
    May 27, 2021 1 min read
  • Web

    How It's Made: The Stock History Demo

    Like much of the writing I do these days, the idea for this blog post was sparked by an innocuous-looking tweet from Justin King: In his tweet, Justin was referring to the Stock History demo we built to showcase Kendo UI DataViz: The Stock History demo charts and displays...
    May 27, 2021 5 min read
  • Productivity

    Telerik OpenAccess ORM Meets ASP.NET Web API

    Microsoft has recently released their latest technology helping the N-Tier development – the ASP.NET Web API framework. If you haven’t had the opportunity to experience this new platform built around the HTTP protocol, here we try to address some of the key points about Web API services as answers to the most common questions you might be already asking:  What is Web API? ASP.NET Web API is the latest platform provided by Microsoft for creating HTTP-based services.  When can I use Web API? The Web API framework is not limited to any kind of architecture. You can build REST services on top of it or...
    May 27, 2021 3 min read
  • Release

    Get your Learn on With Telerik 2012 Q3 Webinar Week

    Webinar week is coming!  From October 22 to October 26, we will be hosting nine webinars showing off the best of what’s new, including an incredible level of support for Visual Studio 2012 and Windows 8.  In addition to seeing all of the cool new features in Telerik’s ever expanding suite of products, you can have a chance to win valuable prizes, including DevCraft Ultimate licenses.  Please visit this link to register: http://www.telerik.com/developer-productivity-tools/whats-new.aspx I will personally be involved in three of the webinars, on Telerik Reporting, the Just suite of products, and support for Windows8 development. The Telerik Report Designer: More Powerful...
    February 26, 2025 2 min read
  • People

    Silicon Valley Code Camp Was Great

    This past weekend, Telerik Insider Ben Hoelting and I presented at the Silicon Valley Code Camp, where Telerik was proud to be one of the Platinum sponsors.  Attendance came in at over 2500 attendees, and there were a whole host of great sessions on both days.  The weather was great, and the attendees were very engaged. We had a steady stream of conversations at the booth, and Ben was kept busy talking about KendoUI on both days.  There was also a great deal of interest in Icenium, as well as all of our other Telerik products.         Happy Coding! Follow @skimedic !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); Tweet !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); (function() { ...
    May 27, 2021 1 min read
  • Desktop WinForms

    Pivotize your data with Telerik’s PivotGrid for WinForms

    Our Q3 2012 release is coming closer and closer and I was eager to share that we have prepared a new pack of fresh enhancements that will energize your Windows Forms applications. In this blog, which is the first from a set of upcoming articles, I’d like to give you a glimpse of the major features that you will find in the Q3 2012 installment. The top highlight of this release is RadPivotGrid (Beta) for WinForms. Initially introduced as a CTP in Q2 2012 SP1, RadPivotGrid became much more powerful in terms of stability and set of features. The previously available...
    May 27, 2021 2 min read
  • Release

    Telerik DevCraft Q3 2012 What’s New Webinar Week is coming! Are you ready?

    Watch out! The Telerik DevCraft Q3 2012 “What’s New” Webinar Week is fast approaching! Free your calendar for the week of October 22-26, 2012 and prepare for five days packed with information-rich webinar sessions explaining all the cool new features we have developed for you in the past 4 months.  Are you ready for Windows 8 and Visual Studio 2012? DevCraft is here to help you explore and take advantage of all the new opportunities that come with Win8 and VS 2012. Let us help you get there! Book your seat for Webinar Week now! As always, each attendee of Telerik’s Webinar Week...
    May 27, 2021 1 min read
  • Productivity Testing

    Getting Started with NUnit, NUnit.Should, and JustMock

    Technorati Tags: TDD,Test Driven Development,JustMock,JustCode,NUnit,NUnit.Should,Mocking Before diving into mocking with JustMock, it’s important to note that JustMock is a mocking framework, and not a testing framework.  Test frameworks allow for creating Test Fixtures, which are .NET classes decorated with the appropriate attributes so they are picked up by a Test Runner.  Test are created within a Test Fixture by writing methods (with the appropriate attributes) that exercise your code (also referred to as the System Under Test) and report the results.  Test Runners are programs that will run your tests.  There are many free testing frameworks available for .NET developers, including MSTest (included...
    February 01, 2022 12 min read
  • Productivity

    Telerik OpenAccess ORM - Database Naming Settings

    We, the OpenAccess ORM team, believe that an ORM solution should not only be easy to use and time-saving, but also flexible enough to reflect your needs. For instance, it is important that the names we generate comply exactly with your conventions, rather than being enforced. For that purpose we have provided the Naming Settings dialog a while ago, offering various naming options for the model on Class, Property and Field level. Now we are proud to present the new flexibility we have exposed for generating the names of the tables and columns in your database - the Database Names...
    May 27, 2021 2 min read