I’m a total newbie for database-based website. I just learned designing website from zero but now I’m figuring out how to make a membership website locally (no WordPress, no Joomla, etc).
My website is an online ordering site. Register to save my customer data in my database and he/she can make an order.
My customer could login back to edit their data (like address etc.) or make another order using the same information they save in my website database.
Where should I start first?
Are there any basic tutorials that I can use to get started with everything? What do i need? Visual Studio 2010? WAMP? IIS?
Start here: http://www.asp.net/mvc
Note the paragraph:
You can use Visual Studio Express and try out the MVC scaffolding (template) provided. It gives a complete, working example including database access and membership. You can use all, some, or none of the code provided.
You can also following tutorials such as this introduction, and this sample music store.