views:

177

answers:

3

I am developing a social networking website using asp.net 3.5 and sql server 2008. I need reference links, sites or reference books which help on knowing what are the best practices, code patterns and best third party tools to integrate and work on. Any suggestions from you people will help me greatly. T Thanks

+2  A: 

I found this book a great read and should help:

http://www.amazon.com/ASP-NET-Social-Networking-Andrew-Siemer/dp/1847194788

rball
Got this book at home. Has lot of code examples and explainsin detail what each section should do and how to accomplish building it.
Chris
A: 

are there any online study links where i can find those?

+2  A: 

You need to figure out exactly how your site will be used and the scale you envisage, at small scales you can implement it as you please with minor challenges, however the problem comes as you scale up.

I would suggest reading the server and database architecture reports on major interactive sites, such as facebook and twitter to see what kind of problems they ran into, and how they solved them, even including stack overflow itself!

There are plenty of blogs such as http://highscalability.com/ which analyse what current social networking sites and similar sites have done aswell as the technical challenges involved.

Tom J Nowell
Thanks Tom. I will look into those blogs.
Sunny