views:

69

answers:

1

A friend has his final year project: designing and implementation of social networking platform.

Selection of topic was the easy part :-)

Technology in use is:

  • ASP.NET 2-3 framework
  • SQL Server 2005 and if needed SQL Server 2008
  • C#
  • Visual Studio 2008
A: 

Well, you program it. You have to design the database, the design of the domainmodel (MVC for example) and design the pages the user actually sees. There is no real "social network framework", you have to choose and use technologies yourself to program your application.

Femaref
FYI, your understanding on a domain model is a little skewed. A domain model is the classes that make up your problem domain. MVC is an architectural pattern.
Richard Szalay