Create a blog
-
I want to create a portal in asp.net as a part of my BE engineering project. I am in the initial stages of documentation. One of the modules creating personalized pages for each member with blog facility, personal details and photo gallery. A blog will be created for each user in the portal and they can post articles and stuff on their blog and other members can view their profile and the blog.... I wanna information on that on which asp.net technology can be used and whether it is possible or not.. I am sure it can be done but just need information on the same. Please let me know.... Thanks
-
I want to create a portal in asp.net as a part of my BE engineering project. I am in the initial stages of documentation. One of the modules creating personalized pages for each member with blog facility, personal details and photo gallery. A blog will be created for each user in the portal and they can post articles and stuff on their blog and other members can view their profile and the blog.... I wanna information on that on which asp.net technology can be used and whether it is possible or not.. I am sure it can be done but just need information on the same. Please let me know.... Thanks
Here is some sample for you Design Your Own Weblog Application from Scratch Using ASP.NET, JavaScript, and OLE DB
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
Here is some sample for you Design Your Own Weblog Application from Scratch Using ASP.NET, JavaScript, and OLE DB
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
i have already checked that . its a source code for creating a blog. i wanna know if i can create a blog for each user in my site. As in when a user registers in the portal. A blog should be created in his account automatically. ie a personalized blog for each member.
-
i have already checked that . its a source code for creating a blog. i wanna know if i can create a blog for each user in my site. As in when a user registers in the portal. A blog should be created in his account automatically. ie a personalized blog for each member.
lionelcyril wrote:
As in when a user registers in the portal. A blog should be created in his account automatically. ie a personalized blog for each member.
Oh.. I got your point. You can have a look into following .NET Open Source Blogging Project BlogEngine.NET See the list of Features, BlogEngine.NET Features :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
I want to create a portal in asp.net as a part of my BE engineering project. I am in the initial stages of documentation. One of the modules creating personalized pages for each member with blog facility, personal details and photo gallery. A blog will be created for each user in the portal and they can post articles and stuff on their blog and other members can view their profile and the blog.... I wanna information on that on which asp.net technology can be used and whether it is possible or not.. I am sure it can be done but just need information on the same. Please let me know.... Thanks
Still awaiting some favorable replies.... i wanna some rough technical ideas on how to achieve this. Each member can have his own blog in a portal.