Productivity
digg_url = "http://www.stephenforte.net/PermaLink,guid,a7d16ce5-33d4-475b-bb5a-32d38c2a99b4.aspx";digg_title = "Create a SQL Azure CRUD Application 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;
Over the past few weeks I have showed how to use Telerik OpenAccess with the WCF
Wizard. I think that this wizard is a crucial piece of technology since I hate
to write plumbing code myself, it takes me too long and I usually make mistakes.
I wish that SQL Azure would
provide RESTful and WCF services wrapped around your database tables and views with
just a check box in the Azure management page. But alas, I can dream. Until that day
arrives, you will have to code the services yourself. So I decided to do it with OpenAccess
and WCF (and of course the Wizard.)
First you...