Link to home
Start Free TrialLog in
Avatar of rnsr
rnsrFlag for India

asked on

software Architecture

I have been told to develop software architecture of web based project. But i am unable to find from where i should begin. the project is already live.
     At initial satge what should be the content of The architcture document.

Secondly i am often asked the question during interview - Give us the architecture of the Project u r working. What point should i mention in reply to this question.

Please guide me.
Avatar of QPR
QPR
Flag of New Zealand image

http://en.wikipedia.org/wiki/Software_architecture

In a nutshell, what components make up the system, how do they talk to each other, what are they saying and how do we interact with them
For a web based project it might be (using more words than this)

Purpose of this application is to.....
Platform this lives on.....
Database driven (?).....
Keeps user info(?).....
Interaction with external sites(?)......
Scope for further growth.....
Avatar of rnsr

ASKER

it has been specified as Technical Architecture and non technical architecture. Moreover Will it cover UML , design pattern etc.  is it simillar to SRS Document. which part of Architecture will cover UML Design.  
Check the URL I sent. At the bottom of that page are links to many resources on the subject
Avatar of rnsr

ASKER

Thanks . In case i have simple c# web site which uses .aspx, .aspx.cs file  and MS-SQL Database. So as pert of acrhitecture i need to draw only flow of project and pattern along with the points mentioned in id-33688656.
   I am new in this software architecture field  . Please guide me. I am also looking at the URL given by you.
Regards,
ASKER CERTIFIED SOLUTION
Avatar of marklorenz
marklorenz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rnsr

ASKER

Thanks marklorenz.
I  am reading the articles - as the url given by you.  i hope will find find the solution after i had gone through the entire series. In case i find problem during the articles i will post message.
   The main thing was the sequence of reading , and that is given in ur post. Moreover i am using visio2007 and the environment for web site development is Microsoft Visual Studio[ .Net ]with c# language.
  Hope to get solution. Please wait till i go  through the url's given in ur post.

Regards,

   
EA and UML apply to .Net and C#
Avatar of rnsr

ASKER

further i would add this url for solution-
http://msdn.microsoft.com/en-us/library/dd673617.aspx
Avatar of rnsr

ASKER

Good Job done for Beginner's like me
Thanks,