How to use this website

First of all, to start writing a blog on this website, please register yourself. Here's how to register:

  1. Click Register.
  2. Enter First name, Last name, User name, and Password. These are required to create an account.
  3. Click Register.

Now, you are ready to create a blog.

  1. On the Blogs page, click Add.
  2. Enter the title of your blog.
  3. Click Create.

Once the blog is created, you will start writing your posts.

  1. On the Blogs page, click the name of your blog.
  2. On the Posts page, click Compose.
  3. Enter Title and Content. These are required to create a post.
  4. Select the Private check box to make the post so that only you can read it.
  5. In the Category list, select a category.
  6. Click Create.

You can also add comments to any posts.

  1. On the Posts page, click a post to add a comment.
  2. Click Add Comment.
  3. Enter a comment.
  4. Click Create.

Alternatively, on the Comments page, click Add Comment to enter a comment.

How this was started

I created this blog website using ASP.NET MVC 4 as the final project for the OST C# .NET Certificate. I used the ASP.NET MVC 4 Internet template with SimpleMembership and the Entity Framework Code First workflow to create class models.

After completing the certificate program, I migrated this application to Microsoft Azure App Service and SQL Database.