In this article I tried to make an application that looks like Twitter.
The name of my application is R-Twitter. In my R-Twitter you can use all features that you do in Twitter, like creating a profile, searching another user profile, following whom you want, tweet and so on.I used some Google images in this application.Now I will explain my application step-by-step.After Login you will redirect to your profile default page.From the top you can edit your profile.From the top you can search the profile.You can view the detail of any profile by clicking on the image.The following is my profile page where you can tweet, see all your followers, see all the users whom you are following, and so on.The following is my database table.Table # User_Registration.Table # Tweet.Table # Follow.You can find the database in the App_Data folder. To use the database change the connection string in DataBaseClass.cs located in the App_Code folder.If you have any query then you reach me at [email protected].
.NET Documentation