Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A blog sample for asp.net mvc 4 [closed]

Tags:

asp.net-mvc

I am new to asp.net mvc 4 and I'm trying to create a blog from scratch to get my hands dirty. I can't see any tutorial over the internet that creates a blog from scratch using asp.net mvc 4. I saw some sample to download but I can't get it running. Also, starting from scratch would be the best way for me to learn.

Do you have any website tutorial for suggestion?

like image 457
Juni Brosas Avatar asked Jun 24 '13 08:06

Juni Brosas


1 Answers

This is exactly what you are looking for:

How to create a simple blog using ASP.NET MVC - Part I
How to create a simple blog using ASP.NET MVC - Part II
How to create a simple blog using ASP.NET MVC - Part III

like image 196
MaxPayne Avatar answered Oct 23 '22 21:10

MaxPayne