Telerik blogs

Latest

  • People

    Tips on working with large models : Code Generation

    Say you have a large model with more than 500 mapped tables. Surely you will notice how the designer becomes a little unresponsive on saving. There is a simple explanation for this. By default OpenAccess generates a file per class. Every time you perform a save on the document code generation of all files is performed. This is basically generating content for each and every file, comparing this content with the one from the old file if available, and based on that writing it to the file system. And let’s of course not forget that we should also take into account the...
    May 27, 2021 1 min read
  • People

    Telerik enters the Agile ALM space

    People usually know Telerik for our individual developer productivity tools. With the release of TeamPulse yesterday, Telerik is entering the Agile ALM space and delivers team productivity tools to the market. The idea for TeamPulse was hatched a long time ago at Telerik. It started when we realized that we had a lot of agile teams that compete in a very dynamic marketplace. Our teams at Telerik are agile, high performing, and need to rapidly react to new conditions. (I remember when we were building our Silverlight controls, each CTP/beta of Silverlight v 2.0 broke our code so deeply that we had to start over at each beta!)...
    May 27, 2021 2 min read
  • People

    Jump Start Q2 2010 Learning!

    We have created 60+ videos to help you hit the ground running with the Q2 2010 release.  We have many more videos on the way so you better start watching now to keep up! :)  WebUI Test Studio WebUI Test Studio - Q2 - Manual Test Steps WebUI Test Studio - Q2 - Image Verification WebUI Test Studio - Q2 - Getting Started With Test Lists WebUI Test Studio - Q2 - Getting Started With AJAX WebUI Test Studio - Q2 - Export Storyboard To HTML WebUI Test Studio - Q2 - Continue Recording From Step WebUI Test Studio - Q2 - Connect To Existing Browser Instance WebUI...
    May 27, 2021 2 min read
  • People

    Telerik Wins Microsoft Partner of the Year for Central and Eastern Europe

    I am proud to share that Telerik won the Microsoft Partner of the Year award for the CEE region in the ISV category with its Sitefinity ASP.NET CMS product. This award feels very special as we competed with hundreds of companies and some really great products in the ISV space. It's also coming for Sitefinity, a really great web CMS product that is powering the sites of many renown companies (just check out our gallery to browse the 1,000+ showcase items) but which had not won too many major awards so far, unlike Telerik developer tools products which have received hundreds of industry awards throughout the years. What...
    May 27, 2021 1 min read
  • People Accessibility

    RadTreeView for ASP.NET AJAX now supports WAI-ARIA

    Starting with the 2010 Q2 Beta release of RadControls for ASP.NET AJAX, RadTreeView adheres to the WAI-ARIA specification for Accessible Rich Internet Applications. With this feature on-board, it’s now possible for screen readers and other accessibility tools (supporting WAI-ARIA) to semantically parse the html structure of the tree. Summary of the new feature Making a quick peek inside the html of RadTreeView with enabled support for WAI-ARIA, one can see the “roles”, “states” and “properties” that the standard requires. They all are represented through attributes in the html structure of the tree, decorating the elements with semantic meaning. Having them applied, the...
    May 27, 2021 4 min read