Telerik blogs
  • Productivity

    Telerik OpenAccess WCF Wizard: How-to Video #2- Astoria

    digg_url = "http://www.stephenforte.net/PermaLink,guid,fa997be0-5dfb-4a79-b7bc-6f2f782b9493.aspx";digg_title = "Telerik OpenAccess WCF Wizard: How-to Video #2- Astoria";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; The following video shows how to use the Telerik OpenAccess WCF Wizard with ADO.NET Data Services. The video is done by .NET Ninja in training Peter Bahaa and uses more or less the same code I showed yesterday on my blog. Enjoy!   Telerik OpenAccess WCF Wizard Part II- Astoria from Stephen Forte on Vimeo.
    August 26, 2009
  • Productivity

    Using ADO.NET Data Services with Telerik OpenAccess and the WCF Wizard

    digg_url = "http://www.stephenforte.net/PermaLink,guid,9a2c41de-b873-4acb-a680-78a2f130a03d.aspx";digg_title = "Using ADO.NET Data Services with Telerik OpenAccess and the WCF Wizard";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; I have been a big fan of using the RESTful ADO.NET Data Services (aka Astoria). If you want to use Astoria out of the box without any modifications you really have to use the Entity Framework. But as long as you are using a data access library that supports IEnumerable and IQueryable (and IUpdateable to be useful for CRUD) you can use Astoria with just a little bit of extra work.  Telerik OpenAccess supports LINQ and IUpdateable and can be used in Astoria as shown here. In a nutshell you have to first create your data access layer, then a web site to host your ADO .NET Data Service and...
    August 25, 2009
  • Web

    Mark working hours and days in different colors with RadScheduler for Silverlight

    We received a couple of questions on how some of the days and hours in the different views of RadScheduler can be customized. The answer of this question is in the attached application illustrating how working hours and days can be  marked in orange.  The solution includes 3 easy steps : Create a custom theme using the default RadScheduler' theme. Create a ValueConverter returning the right color depending on the hour/day. Find the style applied to every hour(timeslot) and apply the converter to the Background property. To create a custom theme you can follow the steps...
  • Productivity

    Telerik OpenAccess WCF Wizard: How-to Video #1

    digg_url = "http://www.stephenforte.net/PermaLink,guid,1d3d07a0-ce73-4eb3-8fd4-1ec259e21a60.aspx";digg_title = "Telerik OpenAccess WCF Wizard: How-to Video #1";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Last week I showed how to use the Telerik OpenAccess WCF Wizard on this blog. The wizard creates some of the boring WCF code for you automatically. You can create endpoints for WCF, Astoria, REST collection and ATOM Pub services. Our first demo used WCF, later we will show you the other services. This is what we did: Created a data access layer automatically using OpenAccess Created a WCF Service automatically using the wizard Created a Silverlight 3.0 application that used WCF to databind the Customers table to a datagrid, enabling editing automatically Here is a video by Peter Bahaa (aka Pedro), .NET ninja in training, using the wizard with the...
    August 24, 2009
  • Productivity

    The Telerik CAB Enabling Kit and SCSF – Tutorial 3: RadTabWorkspace

    Hello everyone, and welcome to the third tutorial in my series of tutorials about the Telerik CAB Enabling Kit. Over the next two weeks, I will be covering the two workspaces provided with the TCEK. This week, we will learn how to use the RadTabWorkspace. I will be using the completed project from tutorial 2 as the base for this project. If you have not completed the second tutorial, I suggest doing so before completing this tutorial. You can find it here. Otherwise, click here to download the source code that we will be using, fire up visual studio, ...
    August 21, 2009
  • Productivity

    Telerik OpenAccess WCF Wizard: How-to Video #2- Astoria

    digg_url = "http://www.stephenforte.net/PermaLink,guid,fa997be0-5dfb-4a79-b7bc-6f2f782b9493.aspx";digg_title = "Telerik OpenAccess WCF Wizard: How-to Video #2- Astoria";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; The following video shows how to use the Telerik OpenAccess WCF Wizard with ADO.NET Data Services. The video is done by .NET Ninja in training Peter Bahaa and uses more or less the same code I showed yesterday on my blog. Enjoy!   Telerik OpenAccess WCF Wizard Part II- Astoria from Stephen Forte on Vimeo.
    August 26, 2009
  • Productivity

    Using ADO.NET Data Services with Telerik OpenAccess and the WCF Wizard

    digg_url = "http://www.stephenforte.net/PermaLink,guid,9a2c41de-b873-4acb-a680-78a2f130a03d.aspx";digg_title = "Using ADO.NET Data Services with Telerik OpenAccess and the WCF Wizard";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; I have been a big fan of using the RESTful ADO.NET Data Services (aka Astoria). If you want to use Astoria out of the box without any modifications you really have to use the Entity Framework. But as long as you are using a data access library that supports IEnumerable and IQueryable (and IUpdateable to be useful for CRUD) you can use Astoria with just a little bit of extra work.  Telerik OpenAccess supports LINQ and IUpdateable and can be used in Astoria as shown here. In a nutshell you have to first create your data access layer, then a web site to host your ADO .NET Data Service and...
    August 25, 2009
  • Web

    Mark working hours and days in different colors with RadScheduler for Silverlight

    We received a couple of questions on how some of the days and hours in the different views of RadScheduler can be customized. The answer of this question is in the attached application illustrating how working hours and days can be  marked in orange.  The solution includes 3 easy steps : Create a custom theme using the default RadScheduler' theme. Create a ValueConverter returning the right color depending on the hour/day. Find the style applied to every hour(timeslot) and apply the converter to the Background property. To create a custom theme you can follow the steps...
  • Productivity

    Telerik OpenAccess WCF Wizard: How-to Video #1

    digg_url = "http://www.stephenforte.net/PermaLink,guid,1d3d07a0-ce73-4eb3-8fd4-1ec259e21a60.aspx";digg_title = "Telerik OpenAccess WCF Wizard: How-to Video #1";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Last week I showed how to use the Telerik OpenAccess WCF Wizard on this blog. The wizard creates some of the boring WCF code for you automatically. You can create endpoints for WCF, Astoria, REST collection and ATOM Pub services. Our first demo used WCF, later we will show you the other services. This is what we did: Created a data access layer automatically using OpenAccess Created a WCF Service automatically using the wizard Created a Silverlight 3.0 application that used WCF to databind the Customers table to a datagrid, enabling editing automatically Here is a video by Peter Bahaa (aka Pedro), .NET ninja in training, using the wizard with the...
    August 24, 2009
  • Productivity

    The Telerik CAB Enabling Kit and SCSF – Tutorial 3: RadTabWorkspace

    Hello everyone, and welcome to the third tutorial in my series of tutorials about the Telerik CAB Enabling Kit. Over the next two weeks, I will be covering the two workspaces provided with the TCEK. This week, we will learn how to use the RadTabWorkspace. I will be using the completed project from tutorial 2 as the base for this project. If you have not completed the second tutorial, I suggest doing so before completing this tutorial. You can find it here. Otherwise, click here to download the source code that we will be using, fire up visual studio, ...
    August 21, 2009