Where to create model, view, controller folders for my projects |
WebApp Solution
|-MyMVCProject |-Models |-Controllers |-Views |-MyMVCProject.Domain (you'd put your models here) |-Person.cs |-MyMVCProject.Services (you'd put entity services here) |
Messages In This Thread |
Where to create model, view, controller folders for my projects - by Shreeniwas Sovani - 12-07-2018, 02:23 AM
RE: Where to create model, view, controller folders for my projects - by InsiteFX - 12-07-2018, 05:14 AM
RE: Where to create model, view, controller folders for my projects - by richardmsmith - 01-01-2019, 03:56 AM
RE: Where to create model, view, controller folders for my projects - by ciadmin - 01-01-2019, 08:12 AM
|