Difference between revisions of "MVC"

From Logic Wiki
Jump to: navigation, search
m
 
m (1 revision imported)
 
(No difference)

Latest revision as of 14:27, 9 May 2016

MVC Folder File Structure

MVC_Helpers


MVC_Bundles


lifecycle of an aspnet mvc 5 application


While running update-database in code first

Error : Join-Path : Cannot bind argument to parameter 'Path' because it is null.

Solution :

PM> Uninstall-Package EntityFramework -Force
PM> Install-Package EntityFramework -Pre

For specific versions

PM> Install-Package EntityFramework -Pre -Version 6.0.0

Enable-Migrations -ContextTypeName DataOps.Models.MyDbCon