After much searching on the web for a decent blogging engine that is built off of dotnet, I was left empty handed. The best I could do was BlogEngine.net for the time being. I am going to be starting up a project to develop a new blogger that will use the MVC framework. The advantages of using MVC is that it interprets URLs and displays HTML views based on the URL.
Ex: www.codingsmarter.com\article\MVCBlogging is all that is needed with MVC, that same page using traditional asp.net pages would be something along the lines of www.codingsmarter.com\default.aspx?article=MVCBlogger . The reason this sucks is because google will drop off anything after the ? for search engine purposes, and you are left with a diminished ranking in the search engine.
More to follow later on this project.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5