I hope I can address this question correctly.
I want to create a page that follows the MVC architecture.
However, I'm confused of the starting point. I can create a new ASP.NET website in Visual Studio 2010 and it will give default files and folders, but I can't seem to "connect the dots".
I think using the default VS 2010 ASP.NET project might not be a good way to start something with an MVC architecture. What will be a good way to start with a website that could display something which follows MVC?
So what's confusing me are the following: 1. How do you start designing the website when you're thinking of an MVC architecture? 2. How do you put the code-behind? 3. How can you get yourself more organized and make all your code intuitive for a start with MVC?
Your inputs are greatly appreciated Thanks!