blog post code in asp.net
Posted
by Alexander
on Stack Overflow
See other posts from Stack Overflow
or by Alexander
Published on 2010-04-02T00:09:52Z
Indexed on
2010/04/02
0:13 UTC
Read the original article
Hit count: 904
I want to write a page where user's can write a blog post and publish it to the blog. I've downloaded blog engine .NET and looked at the code and I like the way they do it, but it's completely an overkill of what I need. What I need is only a title, author, date, and the blog post it self. I don't even want users to post comments or anything like that. My approach is to save all those blog post information into an xml and then when a page loads it loops around those xml files to show the blog post.
Is there a tutorial on how to do this online? Especially for doing blog posts.
© Stack Overflow or respective owner