Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Without meaning to be snarky: 1. Use Google 2. Increase your accept rate 3. Read the FAQ – Thilo Aug 30 '12 at 2:48

closed as not a real question by Bo Persson, onof, Thilo, j0k, Clyde Lobo Aug 30 '12 at 7:26

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

I found this book a great read and should help:

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

share|improve this answer
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 Aug 22 '10 at 12:53

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.

share|improve this answer
Thanks Tom. I will look into those blogs. – Sunny Dec 15 '09 at 11:01

Not the answer you're looking for? Browse other questions tagged or ask your own question.