views:

58

answers:

3

Hi guys, it is my first opportunity to develop web application, and I really don’t have any clue where to begin with, I am wondering what should I include in documentation, which method am going to use, database designing, analysis ,though I am aware of this all things as I have done all this as a part of my studies but, Its totally a different environment in real world, am working on e-commerce application, If any one could guide me then it would be a great help for me.

+4  A: 

http://asp.net/learn

Nick Allen - Tungle139
HI Nick thanks for ur ans,but am aware of this what i want to know is what should i do first, I need to give documentation about the project to my client, as i know first sept is requirements, analyis, and so on but i really confuse , how to make it in Professional way
BJ
A: 

The only real advice I can think of, is to start with the big picture then break it down to smaller problems.

Do this again with each smaller problem (db design, analysis, documentation etc), until you get to something you understand and can work out.

Oded
A: 

Look up n-tier/ n-layer design.

and if its your first one, maybe stick to a simple pattern like the "Transaction Script Pattern"

En