Telerik blogs

Latest

  • 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...
    April 15, 2010
  • 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...
  • 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...
  • 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, ...
    April 15, 2010
  • 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...
    April 14, 2010
  • 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.
    April 14, 2010
  • 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.
    April 13, 2010
  • Release

    Our plans for ASP.NET AJAX and SharePoint 2010

    The new MS Office and SharePoint release is just around the corner, and I want to assure everyone that we will provide full support for SP 2010 in our next RadControls release - Q2 2010. We have already put up a page with information about the new SP release. You can find all the information you need at the SharePoint product page on our site. In this post I will talk about the ASP.NET AJAX controls, but as you will see on the product page, we will also offer support for our Silverlight UI controls.   The most important thing I want to...
    April 13, 2010
  • Productivity

    JustMock Beta available for download.

    We've just uploaded the latest JustMock bits so feel free to log in to your Telerik accounts and download JustMock. We'll be glad to hear your feedback. In the current JustMock build we've included documentation and examples to help you get started with our mocking tool. You can open the documentation from the JustMock menu in Visual Studio: It's still in an early stage but we'll improve it a lot more in the following few months. You can open the JustMock examples from the [JustMock Installation Folder]\Examples. Currently the tests which mock final / statics / etc. classes and members could be run with the default MSTest...
    April 12, 2010
  • Web

    Commands in Task-It - Part 1

    Download Source Code Task-It Series This post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's RadControls for Silverlight 4. For a full index of these resources, please go here. One of the posts listed in the index provides a full source download for the application. Intro to Commands In recent blog posts, like my MVVM post, I used Commands to invoke actions, like Saving a record. In this rather simplistic sample I will talk about the basics of Commands, and in my next post will go deeper into the subject. What is...
    April 12, 2010