In this post I am going to show you how to Host your ASP.NET Web Api Services on Windows Azure, to demonstrate this I am going to use my application which I have created in my previous couple of Post : CRUD operation using ASP.NET Web Api and MVC 4 – Part 1 CRUD operation using ASP.NET Web Api and...
Sunday, 1 April 2012
Generate Entity Framework using SQL Azure Database
In this example I am going to show you how to generate your Entity Model edmx using SQl Azure database. Before we start, first lets create a Sample database named called ContactDetail on SQl Azure database. To create a SQL Azure database you can either Login directly to your SQL Azure account through...