Book Image

ASP.NET 3.5 Social Networking

By : Andrew Siemer
Book Image

ASP.NET 3.5 Social Networking

By: Andrew Siemer

Overview of this book

Table of Contents (19 chapters)

Problem


There are many aspects to building relationships in any community—real or virtual. First and foremost is initiating contact with the people whom you will eventually call your friends. The easiest way to locate someone who you might want to call a friend is to directly invite the people whom you already know as a friend. We will do this in a few ways.

  • First, we will provide a way for our users to search the site for friends who are also members.

  • Second, we will create a form that allows you to enter your friends' email IDs and invite them directly.

  • Third, we will create a form that allows you to import all of your contacts from Outlook.

All of these methods of inviting a friend into the system would of course generate an email invite (and eventually a system based message—see next chapter). The user would have the ability to then follow the link into the system and either sign up or log in to accept the request.

The preceding screenshot shows a sample email that the user would receive...