ASP.Net
Configuring Db Connection and Code-First Migration for Identity Accounts in ASP.NET MVC 5 and Visual Studio 2013
Image by Wonderlane | Some Rights Reserved The recent release of Visual Studio 2013 and ASP.NET MVC 5 brought significant changes to the Accounts management system (formerly ASP.NET Forms Membership). Also, there have been some...
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...