Telerik blogs
  • Web

    Maintaining page state with MEF

    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, and I will be referring to that source code in this post. The page state issue One of the great things about MEF is that it allows you to maintain state across pages. So basically, when a user spends some time on a page and makes some changes, then...
  • Productivity

    OpenAccess ORM Upgrade Model Tool

    As we all know Q1 introduced a complete new face of OpenAccess ORM. That of course brought some uncertainties between our older customers that had already built their projects based on models generated by the Reverse Mapping Wizard. Well in Q2 amongst all the other goodies, we are introducing a new Upgrade Model Tool which is targeted for older projects which are still in the phase of development. What is the idea behind it - basically it converts all of your persistent classes into one Entity Diagram where you can continue working with your domain model in this great Visual...
    July 16, 2010
  • Release

    New goodies in the Q2 Release of Telerik OpenAccess : Part II

    Yesterday Telerik released the Q2 version of OpenAccess ORM as well as the rest of the product line. Yesterday (Part I) I showed you the menus, Data Service Wizard, and new XAML templates. Today I will show you round tripping. Next week I will talk about RIA Services and model first. OpenAccess Q2’s new LINQ implementation and Visual Designer introduces database round tripping.  Now you can make changes in your model and persist them to your database table. (You always had the ability to make a database schema change and refresh your model.) Let’s see this feature in action. The Model Schema Explorer gives you a view of your mapped entities. If...
    July 16, 2010
  • Release

    RadAsyncUpload Q2 Improvements

    The Q2 release is finally here and I am excited to talk about some of the changes in one of the newer controls in the RadControls for ASP.NET AJAX Suite – the RadAsyncUpload. If you browse the live demos, you may not notice any differences immediately, but that’s simply because most of the changes are under the hood. Let’s have a look… First the most important new feature, seen above – Multiple file selection! RadAsyncUpload now allows users to select multiple files at once in the File Selection dialog which is very handy in scenarios where uploading a large number of...
    July 15, 2010
  • Web

    Silverlight: RadChart codeless binding to RIA Services DomainDataSource

    Hello RadChart fans everywhere! With the introduction of Silverlight 4 just a couple of months ago a lot of our customers are asking if they can use the cool RIA controls with RadChart without writing any C# or VB code at all. With MVVM pattern getting so popular with Silverlight developers it is all about the XAML these days. Without further ado let’s answer the question:   The short answer is: Yes! The long answer: Yes, and it’s a total breeze! Just take a look at some code: Code...
  • Web

    Maintaining page state with MEF

    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, and I will be referring to that source code in this post. The page state issue One of the great things about MEF is that it allows you to maintain state across pages. So basically, when a user spends some time on a page and makes some changes, then...
  • Productivity

    OpenAccess ORM Upgrade Model Tool

    As we all know Q1 introduced a complete new face of OpenAccess ORM. That of course brought some uncertainties between our older customers that had already built their projects based on models generated by the Reverse Mapping Wizard. Well in Q2 amongst all the other goodies, we are introducing a new Upgrade Model Tool which is targeted for older projects which are still in the phase of development. What is the idea behind it - basically it converts all of your persistent classes into one Entity Diagram where you can continue working with your domain model in this great Visual...
    July 16, 2010
  • Release

    New goodies in the Q2 Release of Telerik OpenAccess : Part II

    Yesterday Telerik released the Q2 version of OpenAccess ORM as well as the rest of the product line. Yesterday (Part I) I showed you the menus, Data Service Wizard, and new XAML templates. Today I will show you round tripping. Next week I will talk about RIA Services and model first. OpenAccess Q2’s new LINQ implementation and Visual Designer introduces database round tripping.  Now you can make changes in your model and persist them to your database table. (You always had the ability to make a database schema change and refresh your model.) Let’s see this feature in action. The Model Schema Explorer gives you a view of your mapped entities. If...
    July 16, 2010
  • Release

    RadAsyncUpload Q2 Improvements

    The Q2 release is finally here and I am excited to talk about some of the changes in one of the newer controls in the RadControls for ASP.NET AJAX Suite – the RadAsyncUpload. If you browse the live demos, you may not notice any differences immediately, but that’s simply because most of the changes are under the hood. Let’s have a look… First the most important new feature, seen above – Multiple file selection! RadAsyncUpload now allows users to select multiple files at once in the File Selection dialog which is very handy in scenarios where uploading a large number of...
    July 15, 2010
  • Web

    Silverlight: RadChart codeless binding to RIA Services DomainDataSource

    Hello RadChart fans everywhere! With the introduction of Silverlight 4 just a couple of months ago a lot of our customers are asking if they can use the cool RIA controls with RadChart without writing any C# or VB code at all. With MVVM pattern getting so popular with Silverlight developers it is all about the XAML these days. Without further ado let’s answer the question:   The short answer is: Yes! The long answer: Yes, and it’s a total breeze! Just take a look at some code: Code...