Telerik blogs

Latest

  • Release

    Q1 2010 SP1 versions of Telerik ASP.NET AJAX and MVC suites are live

    The Q1 2010 SP1 releases of RadControls for ASP.NET AJAX and Telerik Extensions for ASP.NET MVC are available for download. Lots of fixes and several new features/enhancements are incorporated in these SP releases. The highlight with this drop we announce official support for VS 2010/.NET 4 RTM. Find more details browsing the online demos, documentation and release notes below: RadControls for ASP.NET AJAX Release notes Demos Documentation
    May 27, 2021 1 min read
  • Productivity Testing

    A Brand-new Automated Testing Tool is the Result of Telerik and ArtOfTest Merger

    I’m sure you’ve already heard the great news about Telerik expansion and the new Telerik Automated Testing Tools division. I am excited to share what we worked on and produced for the last couple of months. New Release The latest Telerik release that went live this week added a completely new tool to Telerik’s automated testing product line. The new QA Edition is tailored for QA Professionals. The QA Edition is a standalone tool that allows QAs to freely create, execute and maintain their tests without having to install Visual Studio. If you are a developer and you want something ...
    April 16, 2010 3 min read
  • Release

    SP1 of RadControls for WinForms Q1 2010 released, featuring VS2010 and Client Profile support

    As always, Telerik's plans were closely aligned with Microsoft's release schedule, and we were dedicated to provide VS2010 support even before Visual Studio 2010 was officially launched. Now that the first VS2010 launch event is over, here comes the first of many Telerik Service Packs to support VS2010. This RadControls for WinForms release is the first to provide support for the Client Profile, introduced with .NET3.5, and now default when starting new windows forms projects with VS2010. The Client Profile is a smaller version of the.NET Framework that includes only the assemblies needed for deploying client-based applications, which in turn reduces the size of...
    May 27, 2021 3 min read
  • Release

    Code better with JustCode Q1 SP1

    We've just uploaded the Service Pack 1 for JustCode so feel free to log in to your Telerik accounts and download JustCode. Earlier this week Visual Studio 2010 RTM was released and we are happy to announce that this version of JustCode fully supports it. Other areas of interest in this release are the typing assistance behavior and JavaScript formatting. We also further optimized JustCode’s memory usage and speed. You’ll find the full release notes for the Service Pack here.  Visual Studio 2010 changes As Visual Studio is now officially out we now fully support its final version as well as the...
    May 27, 2021 2 min read
  • Release

    Introduction to RadScheduler for WinForms Webinar today

    Today, Thursday, April 15, 2010, Robert Shoemate will be presenting a webinar about RadScheduler for WinForms. If you would like to attend, please click the link below. Introduction to RadScheduler for WinForms RadScheduler for WinForms is a highly customizable appointment presentation component that offers rich Outlook-style functionality. Through the use of this component, you can easily add rich scheduling UI to any Windows Forms application. In this webinar, Telerik Developer Support Specialist Robert Shoemate will introduce RadScheduler and demonstrate how to utilize its powerful feature set in your own applications. By attending this webinar, you will learn about features such as codeless data binding, adding custom fields, and UI customization.  Join the...
    May 27, 2021 1 min read
  • Desktop WPF

    Blazing fast performance with RadGridView for WPF 4.0 and Entity Framework 4.0

    Just before our upcoming release of Q1 2010 SP1 (early next week), I’ve decided to check how RadGridView for WPF will handle complex Entity Framework 4.0 query with almost 2 million records: public class MyDataContext{    IQueryable _Data;    public IQueryable Data    {        get        {            if (_Data == null)            {                var northwindEntities = new NorthwindEntities();                var queryable = from o in northwindEntities.Orders                               from od...
    May 27, 2021 1 min read
  • Desktop WinForms

    Introduction to RadScheduler for WinForms Webinar

    Earlier today, I presented a webinar about RadScheduler for WinForms. I hope everyone who attended enjoyed learning a few things about RadScheduler. If you weren't able to attend, don't worry I've posted a link to a recording of the webinar on Telerik TV below. I've also made the example projects I used in the webinar available for download. Introduction to RadScheduler for WinForms RadScheduler for WinForms is a highly customizable appointment presentation component that offers rich Outlook-style functionality. Through the use of this component, you can easily add rich scheduling UI to any Windows Forms application. In this webinar, ...
    May 27, 2021 1 min read
  • People

    The community chooses the three best projects in the Telerik Reporting Contest

    Three months ago we decided it was just the right time to test the creativity of our customers in developing projects with the help of Telerik Reporting. We wanted to see how our solution integrated into their operations and helped them achieve their business goals. This community initiative attracted a lot of interest and we received quite a few submissions, of which only 7 made it to the finals. We would like to take this opportunity and thank all of you who took part in the challenge! We are pleased to present the winners chosen by the community to win the...
    May 27, 2021 2 min read
  • Productivity Testing

    Live Demo of the new Telerik Automated Testing Tools

    Do not miss the Live Demo of the new Telerik Automated Testing Tools! Tomorrow (Wednesday, 14th April) @ 11 AM EDT Register Now Faris Sweis will show you all the cool things we have been working on over the past months. He will also guide you through the brand new QA Edition of the WebUI Test Studio. We will also welcome any questions you have. See you tomorrow.
    May 27, 2021 1 min read
  • Productivity Testing

    Doing your first mock with JustMock

    In this post, i will start with a more traditional mocking example that includes a fund transfer scenario between two different currency accounts using JustMock.
    May 27, 2021 3 min read