简体   繁体   中英

how can a profile page be made for a social network in asp.net C#

I am trying to make a simple social network for my school project but I am not really understanding how the profile page works. should I create a different page for every user? (or automatically). And then update it when someone adds or deletes a new photo or status? or should I connect everything with database?

so any other suggestions how this can be done? I prefer to do first more. but still not sure if it can be done.

PS: javascript can be included too if its necessary. also, for pics Im going to use imgur and just implement the link in the image source

Connect everything with a database. Each user should be uniquely identified in the database; then add additional tables to your database that consist of each user's data ... like posts, pictures, likes, etc. Create relationships between all tables based upon each user's unique ID.

Or download free version of Visual Studio Community https://www.visualstudio.com/downloads/ then install FaceBook template.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM