How to really master ASP.NET MVC?

Posted by user1620696 on Programmers See other posts from Programmers or by user1620696
Published on 2013-10-31T23:19:49Z Indexed on 2013/11/01 4:15 UTC
Read the original article Hit count: 256

Filed under:
|

Some years ago I've worked with web development just using PHP without focus on object orientation and so on. When I knew a little bit about it, and the benefits it brings, I've started moving to ASP.NET MVC. First, I've studied C# in the book Visual C# Step by Step. I've found it a good book for a beginner, and I could learn a lot of this new language with it.

Now, when I've came to study ASP.NET MVC, I hadn't so much luck. I've studied on some books that explained MVC well and so on, but then started just saying: "do that, and now that, and then that", and I feel I couldn't really master ASP.NET MVC. I feel this, because when I was reading, I knew how to do the things the book taught, like implementing DI with Ninject and so on, but some time later, without looking at it for some time, I couldn't do it by myself.

What I'm trying to say, is that usually I don't know where to start, how to do things in this framework and so on. How can I really master ASP.NET MVC? There is some book, some tutorial series, anything, that can really help with that? I'm pretty happy with the .NET framework, my problem isn't it, my only problem is working with the MVC framework, and applying the techniques from object orientation there.

I don't know if this question is on-topic here, but I'm really just looking for some good references, to become better with this framework.

© Programmers or respective owner

Related posts about learning

Related posts about asp.net-mvc