Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to learn C# and ASP.NET MVC at the same time? [closed]

Tags:

c#

asp.net-mvc

My question is straight forward. I'm totally new to the Microsoft stack, I have experience in web programming using PHP and Django; and I'm very interested in learning ASP.NET MVC. Is there a way (tutorials, reference books.. what ever!) to learn the C# language AND ASP.NET MVC at the same time? I mean in the same introductory material (same book, same tutorial, same -your suggestion-? Time is an issue for me.

Thanks in advance ;-)

like image 685
wassimans Avatar asked Aug 24 '10 07:08

wassimans


1 Answers

For an ASP.NET MVC introduction, definitely check out the NerdDinner tutorial:

http://nerddinnerbook.s3.amazonaws.com/Intro.htm

It does cover the basic concepts of Web development using ASP.NET MVC and the advantages of using the Model,View, Controller approach at a high level. However, you will want to learn the C# syntax before diving into it. I would suggest picking up a book that gives a nice introduction such as C# in a nutshell.

like image 92
fletcher Avatar answered Oct 23 '22 06:10

fletcher