Telerik blogs
  • Productivity

    Convert an Existing LINQ to SQL Model to Telerik OpenAccess in 30 Seconds

    If you are currently invested in LINQ to SQL and want to upgrade to Telerik OpenAccess ORM, with the new OpenAccess Q3 release you can do this quite easily. There is a new wizard included with OpenAccess that will automatically convert your LINQ to SQL classes to Telerik LINQ classes. Let’s take a look. I’ll start with a simple project that has a simple LINQ to SQL model in it: Northwind.dbml. It is mapped to the Northwind database tables. I created a simple web form that has a GridView on it. I decided that I would try to stump the wizard by writing a complex LINQ...
    May 27, 2021 3 min read
  • Desktop

    Facebook Client for Your Desktop

    Back at the PDC 2009 in Los Angeles, CA, Brian Goldfarb showed off the “Microsoft Silverlight Client for Facebook Beta”. It was released by Microsoft in early 2010 and had millions of downloads for both Windows and the Mac. Over the past few months, the Facebook app has been further developed by Telerik and is now available as the first official version under its new name: Telerik f!acedeck. Telerik has taken over the application from Microsoft and will continue its further development and support as a free application for everyone to enjoy. Telerik f!acedeck delivers a superior experience to Facebook users and offers unique features: such as drag-and-drop from the...
    May 27, 2021 1 min read
  • People

    Have You Heard About f!acedeck?

      How do you find the interface of this application? Like it? It’s my f!acedeck. What is f!acedeck? It’s a Silverlight-based, client application for Facebook. The product was formerly known as “Microsoft Client for Facebook Beta”, but is now available with the name Telerik f!acedeck and is being offered as a free tool by Telerik. If you have happened to be at the Silverlight Firestarter event, or have been watching it online, you should probably know all this. The news about Telerik taking over the application from Microsoft was announced by Scott Gu there. Let me tell you some more on...
    May 05, 2025 2 min read
  • Productivity

    Using GridView's Object-Relational Hierarchy with Telerik Open Access ORM

    In our previous blog post we showed how to use the new RadGridView Object-Relational Hierarchy with the Entity Framework. The same scenario can be easily implemented with Telerik OpenAccess ORM. The OpenAccess wizard for adding a new DomainModel will help us build the model of the well-known Northwind database in a few easy steps: Once this is done, the auto-generation of the hierarchy is very simple and needs just a few lines of code. We only need the LINQ query to the root object used for a DataSource (in our case “Suppliers”) and then setting AutoGenerateHierarchy to true: NorthwindEntities entities = new NorthwindEntities(); var query =...
    May 27, 2021 2 min read
  • Release

    Q3 2010 WinForms Webinar Materials

    Thank you to everyone who attended the Q3 2010 What's New in RadControls for WinForms & Telerik Reporting webinar! I hope everyone enjoyed learning about all of the great new features. I've provided a link to the demo application I used throughout the webinar below.  Please note: Some of the demos contain app.config files w/connection strings that you may need to update to point to your database. Requirements: RadControls for WinForms (Q3 2010) Telerik Reporting (Q3 2010) OpenAccess ORM (Q3 2010) SQL Server 2008 w/AdventureWorks Database Download: Trial Versions of Telerik Products Q3 2010 WinForms & Reporting Webinar Demos Watch the Webinar: Watch it...
    May 27, 2021 1 min read