Setting up Asp.net Mvc3, EF and Structuremap
-
Hi guys I'm kinda new here so please bear with me, well as per the title I just want to have an idea on how to setup a MVC 3 application using, Entity Framework Code First and Structuremap, how do i register classes that I've created with structuremap, TIA.
-
Hi guys I'm kinda new here so please bear with me, well as per the title I just want to have an idea on how to setup a MVC 3 application using, Entity Framework Code First and Structuremap, how do i register classes that I've created with structuremap, TIA.
You can install Install ASP.NET MVC3 from here http://www.asp.net/mvc/mvc3[^] Install EntityFramework via Nuget. For more go through this link http://nuget.org/packages/entityframework[^] Install StructureMap via nuget.For more go through this linkhttp://nuget.org/packages/StructureMap-MVC3/[^]
-
You can install Install ASP.NET MVC3 from here http://www.asp.net/mvc/mvc3[^] Install EntityFramework via Nuget. For more go through this link http://nuget.org/packages/entityframework[^] Install StructureMap via nuget.For more go through this linkhttp://nuget.org/packages/StructureMap-MVC3/[^]
Hi Jameel thanks but I do know how to install all of them maybe the title of the thread is wrong but my main quesstion is how do I implement this kind of approach. TIA
-
Hi Jameel thanks but I do know how to install all of them maybe the title of the thread is wrong but my main quesstion is how do I implement this kind of approach. TIA
First You need to nuget. You can download from here http://nuget.org/[^] After install this Opentheproject >> VisualStudio >> Tools >> LibraryPackageManager>>Select Package Manager Console from the command window type the command for the package you want to install such as Structuremap,EntityFrameWork etc.The command you got from the link that i have provided earlie