Posted on: 2/11/2014 4:16:34 PM | Views : 741

I am a novice at Visual Studio, .Net and C#.  (Most of my experience has been Access, and Borland Builder C++.) 
This is my first Visual Studio Web project and I would really appreciate some advice on the best approach. 
I'm planning on using Visual Studio 2013, Entity Framework, NInject, NUnit, Log4Net, and probably moq as my development enviornment. 
In other enviornments I would create, a main form, with three subforms, two of the sub forms having a SQL View, which joins multiple tables as their data source, and with lots of code behind the forms handling the work.   (Similiar to Selection criteria, Customer Detail, Customer Invoices, and Invoice detail in frames on a single page.)
Eventually, some of the data will need to be accessible via a table or android phone.  The data structure involves about 20 tables
Is it reasonable to try and create a complex view with an MVC approach, or sho ...

Go to the complete details ...