Telerik blogs
  • Productivity

    Free JustCode, JustMock licenses tomorrow

    [Cross-posted from TelerikWatch.com] Sometimes people use the saying “Everyone’s a winner,” when in fact everyone is not a winner. If you join us tomorrow for the JustCode, JustMock and OpenAccess ORM webinar, though, you will be a winner! Everyone is truly a winner tomorrow because everyone that attends the Q2 2010 What’s New webinar will get free licenses for both JustCode and JustMock, Telerik’s powerful Visual Studio productivity tools. That’s $500 worth of software just for attending the live webinar event! To get your complimentary licenses, register now for the webinar, and then join us tomorrow, July 22nd at 11:00 AM Eastern. You must attend the...
    July 21, 2010
  • Release

    New Fetch Optimization API

    In this blog post we will introduce the new intuitive and powerful Fetch Optimization API. Users familiar with the LINQ to SQL data load options will feel very comfortable with our API. If you don’t have a clue what this is all about, here we will give an overview of the basic concepts behind the usage of fetch strategies. In short, fetch strategies help you optimize your retrieval of objects from the database. They allow you to specify properties in a persistent object that are retrieved together whenever you invoke a call to the persistent object. Let’s consider the following example...
    July 21, 2010
  • Web

    Create Silverlight Word Processor Using Just Visual Studio 2010 Designer

    Introducing RadRichtextBoxRibbonUI Some of you may have noticed that along with the official release of RadRichTextBox for Silverlight 4 we introduced a new control to our suite – RadRichTextBoxRibbonUI. Now we want to get your attention and share with you some more details about the new control. Its main purpose is to allow you to get a full featured editing UI for RadRichTextBox out-of-the-box with just one click. The whole process will take few seconds while you drag the control from the toolbox and drop it in the design surface. After that all the XAML will be generated automatically for you...
  • Web

    Jump-start using Telerik RadControls

    Or the quickest way to acquire and start utilizing RadControls Okay, I’m throwing it out: With Visual Studio 2010 on your machine and a Telerik account, you can set up a project utilizing the latest RadControls in less than two minutes. Here is how: Start Visual Studio 2010 Launch the Extension Manager and navigate to the Online Gallery tab Search for Telerik VSExtensions Install the VSExtensions you’re interested in. For the time being there are four of them: WebUI ( RadControls for ASP.NET AJAX ), Silverlight ( RadControls for Silverlight ), WPF ( RadControls for WPF ) and WinForms ( RadControls for WinForms ). VSExtensions for ASP.NET MVC are in production and will be published...
  • Productivity Testing

    Unit testing LINQ to SQL

    Unit testing LINQ to SQL repositories can be very challenging. Unit testing such requires faking hard to mock classes and requires simulation to return your custom data for a particular LINQ statement. In this post, i will show how you can mock your LINQ repositories easily without much digging in. As,  i was goggling [my start page is bing, its a matter of time when i will be bing-ing :-)] around, found a nice post by Ronnie Holm, where he shows how to unit test a  LINQ to SQL repository. I will follow his trail and use some of the codes...
  • Productivity

    Free JustCode, JustMock licenses tomorrow

    [Cross-posted from TelerikWatch.com] Sometimes people use the saying “Everyone’s a winner,” when in fact everyone is not a winner. If you join us tomorrow for the JustCode, JustMock and OpenAccess ORM webinar, though, you will be a winner! Everyone is truly a winner tomorrow because everyone that attends the Q2 2010 What’s New webinar will get free licenses for both JustCode and JustMock, Telerik’s powerful Visual Studio productivity tools. That’s $500 worth of software just for attending the live webinar event! To get your complimentary licenses, register now for the webinar, and then join us tomorrow, July 22nd at 11:00 AM Eastern. You must attend the...
    July 21, 2010
  • Release

    New Fetch Optimization API

    In this blog post we will introduce the new intuitive and powerful Fetch Optimization API. Users familiar with the LINQ to SQL data load options will feel very comfortable with our API. If you don’t have a clue what this is all about, here we will give an overview of the basic concepts behind the usage of fetch strategies. In short, fetch strategies help you optimize your retrieval of objects from the database. They allow you to specify properties in a persistent object that are retrieved together whenever you invoke a call to the persistent object. Let’s consider the following example...
    July 21, 2010
  • Web

    Create Silverlight Word Processor Using Just Visual Studio 2010 Designer

    Introducing RadRichtextBoxRibbonUI Some of you may have noticed that along with the official release of RadRichTextBox for Silverlight 4 we introduced a new control to our suite – RadRichTextBoxRibbonUI. Now we want to get your attention and share with you some more details about the new control. Its main purpose is to allow you to get a full featured editing UI for RadRichTextBox out-of-the-box with just one click. The whole process will take few seconds while you drag the control from the toolbox and drop it in the design surface. After that all the XAML will be generated automatically for you...
  • Web

    Jump-start using Telerik RadControls

    Or the quickest way to acquire and start utilizing RadControls Okay, I’m throwing it out: With Visual Studio 2010 on your machine and a Telerik account, you can set up a project utilizing the latest RadControls in less than two minutes. Here is how: Start Visual Studio 2010 Launch the Extension Manager and navigate to the Online Gallery tab Search for Telerik VSExtensions Install the VSExtensions you’re interested in. For the time being there are four of them: WebUI ( RadControls for ASP.NET AJAX ), Silverlight ( RadControls for Silverlight ), WPF ( RadControls for WPF ) and WinForms ( RadControls for WinForms ). VSExtensions for ASP.NET MVC are in production and will be published...
  • Productivity Testing

    Unit testing LINQ to SQL

    Unit testing LINQ to SQL repositories can be very challenging. Unit testing such requires faking hard to mock classes and requires simulation to return your custom data for a particular LINQ statement. In this post, i will show how you can mock your LINQ repositories easily without much digging in. As,  i was goggling [my start page is bing, its a matter of time when i will be bing-ing :-)] around, found a nice post by Ronnie Holm, where he shows how to unit test a  LINQ to SQL repository. I will follow his trail and use some of the codes...