Video : How to organize your ASP.NET MVC solution in Visual Studio?
A lot of beginners ask this question - How should I organize my MVC projects?
There is no fixed answer to this question because a lot of things depend on the
size and complexity of the system being developed. However, beginners need a
starting point from where they can take it forward. To that end, this video
shows one possible organization of various parts of an MVC application. Remember
that my aim is to present a simple and structured organization that can easily
be extended or modified as per requirement.
To understand this whole organization that I am presenting here let's build a
simple CRUD application that displays records from the Customers table of the
Northwind database and allows you to Insert, Update and Delete customer records.
Since our focus is the project organization, I am not going to show much of the
code. I will show the skeleton of the code and briefly discuss what it does
without going into any further details. I am not going to use Entity Framework
in this example for the sake of simplicity but you can easily add it at a later
stage. So, let's watch!
Bipin Joshi is an independent software consultant and trainer by profession specializing in Microsoft web development technologies. Having embraced the Yoga way of life he is also a meditation teacher and spiritual guide to his students. He is a prolific author and writes regularly about software development and yoga on his websites. He is programming, meditating, writing, and teaching for over 27 years. To know more about his ASP.NET online courses go
here. More details about his Ajapa Japa and Shambhavi Mudra online course are available
here.