Productivity
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...