Skip Navigation LinksHome > Sample Projects > Make Your Own Blog System


Make your Own Blog System with ASP.net

Make your own blog system using ASP.net VB

Blog is one of the biggest contributor to the boom of CGM (Consumer Generated Media). Blog system can post articles, links, and allow visitors to leave comments to your posts. Blog can be the ultimate tool to build a web contents.

With ASP.Net, we can make a powerful and simple blog system.

Before we start to code our simple blog system, let's draw some ideas on the board.

2 parts to our simple blog system.
1. is to be able to add new, edit, delete the blog content.
2. is to be able to see blogs.

To do 1 and 2, I have set following tables

fldBlogID int Key,Identity
fldBlogTitle nvarchar(255)
fldBlogCatagory nvarchar(255)
fldBlogTag nvarchar(255)
fldBlogBody nvarchar(Max)
fldBlogCDate datetime Date created
fldBlogLDate datetime Date last updated
fldBlogOwner nvarchar(256) Owner's name
fldBlogOK bit If ok publish it
fldBlogPublishDate datetime The date of publish
fldBlogParents int If it's the original post, set to 0

Reference:
CGM - Wikipedia: http://en.wikipedia.org/wiki/Consumer-generated_media


Tag: Blog ASP.net VB
By: syantien | 5/24/2008 12:22:24 AM / 2/21/2009 7:59:41 PM


Blog Related News



The Two-Way - NPR's News Blog - NPR (blog)

Fri, 10 Sep 2010 17:58:11 GMT+00:00