This is my R- Blog, an open source project. Basically this is a Blogging Engine where the user can register, start a blog, add to a blog, post a comment on any blog, view all blogs, see their own blog, login, logout and many more.
This is an open source project so you can download and enjoy blogging.
Now I will explain how the R- Blog open source project works.
The following is the registration page.
From here the user can register himself/herself.
After registration you can login from the header. This is MyAccount Page. Here you have 2 options. You can Post a new blog and you can view all your blogs. 
Using the following page you can post a new blog:
After posting a blog you can view all your blogs using this page:
You can view blog details and comment on a blog using this page:
The following is the default page. From here you can view all user's blogs.
Now let me explain my data base tables structure. In this project I used three tables.
- USER_REGISTER
- Blog
- Blog_Comment
1. USER_REGISTER
2. Blog
3. Blog_Comment
I also copied my database inside the App_Data folder:
To run the R- Blog project you need to download the code and attach the database and change the connection string in the web.config file depending on your SQL Server credentials.
<connectionStrings>
<add name="MyConn" connectionString="Data Source=.;Initial Catalog=R- Blog;Integrated Security=True;"
providerName="System.Data.SqlClient" />
</connectionStrings>

cyrus bernardPosted Feb 12, 2021, 1:13 PM
Thanks for sharing this post.This article really useful for me and I learn a lot of things from this blog.I am working as a <a href="https://www.cyrusholiday.com/">freelance full stack developer</a>
Rahul Kumar SaxenaPosted May 24, 2016, 12:14 AM
Thanks Bhuvanesh Mohankumar
Rahul Kumar SaxenaPosted May 24, 2016, 12:14 AM
Welcome ROHAN
Bhuvanesh MohankumarPosted May 23, 2016, 1:15 PM
Good one
ROHAN PANDEYPosted Mar 19, 2015, 11:24 AM
Thanks for reply
ROHAN PANDEYPosted Mar 19, 2015, 11:24 AM
Any primary foreign key concept I also try but error null value
Rahul Kumar SaxenaPosted Mar 19, 2015, 2:01 AM
Hi Rohan You can see here in this project I am using 3 Tables. All 3 tables I showed in design mode. If you are unable to find out DATA Base in APP_DATA folder then please creates these 3 tables in your SQL server DB as shown in design mode...
ROHAN PANDEYPosted Mar 19, 2015, 12:17 AM
If possible creating script file are backup file in database
ROHAN PANDEYPosted Mar 19, 2015, 12:00 AM
i give me my email id if possible plese sir send full project [email protected] if more explain required this type project sir thanks sir
ROHAN PANDEYPosted Mar 18, 2015, 11:53 PM
I trying to creating self database also problem
ROHAN PANDEYPosted Mar 18, 2015, 11:52 PM
No database app-data folder
Saineshwar BageriPosted Dec 3, 2014, 2:07 AM
Good one sir