Telerik blogs
  • Release

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

    Today Telerik released the Q2 version of OpenAccess ORM as well as the rest of the product line. I’ll take you on a short tour of some of the new ORM features. Today I will show you the menus, Data Service Wizard, and new XAML templates. Tomorrow (Part II) I will show you round tripping and model first. The new LINQ Implementation and Visual Designer that we introduced in Q1 has taken over. The first thing that you will realize is that the new LINQ domain model is the default way to interact with OpenAccess as shown by the menu below. (Don’t worry if you still interact with the older OpenAccess classes...
    July 15, 2010
  • Productivity

    Using Telerik’s New LINQ Implementation with SQL Azure

    With the Q1 release of Telerik OpenAccess ORM, Telerik released a brand new LINQ Implementation and supporting Visual Entity Designer. I have shown in this blog how to connect to SQL Server, MySQL, and how to use the new LINQ with RIA Services. Today I will show you how to connect to SQL Azure. To get started, we have to create a new Telerik Domain Model in the server (ASP.NET) project. We’ll create a new Domain Model by right clicking on the server project and selecting “Add” and choosing the Telerik Domain Model from the menu. In the dialog presented by OpenAccess select the database you...
    July 01, 2010
  • People

    Transparency and Software Teams

    A few months ago I wrote to you about why teams succeed. I talked about the “high bandwidth” team that stressed communication and collaboration. While I believe that communication and collaboration are the keys to success of any team, I always felt that there was another important component to the equation. I visited a large retail global customer here in Hong Kong today. They are working on a large application for their product development group using Silverlight 4.0 and have teams in the United States, India, and Hong Kong. We were talking first about their use of Telerik tools and then the conversation moved on to teams and process....
    June 28, 2010
  • Productivity

    Using Telerik’s new LINQ implementation with WCF RIA Services Part IV: Making an OData feed from your Domain Service

    Read the other posts in this series: Part I Part II Part III In the previous blog posts listed above, I showed how Telerik’s new LINQ implementation works with WCF RIA Services. I showed how to build your own Domain Service, build custom query methods, and make a metadata class. In this post I will show how to expose your Domain Service as an OData feed. The Open Data Protocol (OData) is a Web protocol for querying and updating data in a RESTful fashion. You create OData feeds when you want to set up feeds for 3rd parties to consume, typically without your knowledge. For example...
    June 24, 2010
  • Productivity

    Using Telerik’s new LINQ implementation with WCF RIA Services Part III: Adding a Metadata Class

    Read the other posts in this series: Part I Part II In the previous blog posts listed above, I showed how Telerik’s new LINQ implementation works with WCF RIA Services. I showed how to build your own Domain Service as well as build custom query methods. In this post I will show how to build a metadata class. (Note: future versions of the OpenAccess LINQ Implementation will produce the metadata class for you automatically.) The WCF RIA Services metadata class is a separate class from the DomainService that contains information about the entities. In this class you can write custom validation logic, set attributes of the...
    June 21, 2010