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
|
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.
|
I found this book a great read and should help: http://www.amazon.com/ASP-NET-Social-Networking-Andrew-Siemer/dp/1847194788 |
|||
|
|
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. |
|||
|
|