ASP.Net
ASP.NET MVC–Azure Websites and EF Model First Connection Strings when Deploying from Github
Image by Hammad Ali | Some Rights Reserved One of the coolest things about Windows Azure Websites is the integration with source control, and the automated deployment hooks Azure offers. However, there are a number of small...
ASP.Net
Reverse-Engineering an Existing Database in your ASP.NET MVC Application Using Entity Framework Model/Database-First
Image by Ian Britton | Some Rights Reserved Entity Framework’s “Code-First” development model has become a highly popular approach to data modeling in ASP.NET MVC development in the last few years. The Code...