NOTE: In this series I build a blogengine using ASP.NET MVC and jQuery from scratch in order to learn more about these new technologies. If you haven't read the first post in this series, I would encourage you do to that first, or check out the jBlogMvc category. You can also always subscribe to the feeds.
What about new features this part will cover :
- Configuration is saved in the database.
- Managing Posts (Editing, Deleting).
- Posts are now paged.
- Some jquery magic is used.
So, lets have a tour in the project one more time.
Read the complete article here.