Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a good source for learning ASP.NET MVC [closed]

Tags:

asp.net-mvc

I've been working with ASP.NET MVC for the last few weeks, learning as I go, from tutorials and mostly trial and error.

I'm sorta groping in the dark, since I have no other experience with MVC frameworks and I'm just moving ahead blindly trying to figure things out as I move along.

So, I'm looking for better, more organized source to learn the platform and its features, and in general, the MVC structure and how the framework implements it, but no books on the subject have been released yet, and are all due in a few months at best.

Does anyone know of any good, thorough resources from which I can expand my knowledge about the ASP.NET MVC framework?

like image 730
Alon L Avatar asked Dec 04 '08 14:12

Alon L


People also ask

What should I learn before ASP.NET MVC?

You should start with . net Framework, then C#. Using C# you should be able to design Console & Desktop Apps. For Web apps then you should proceed to ASP.net & then you can move on to MVC Framework to design Web Apps.

Is ASP.NET MVC hard to learn?

It's really difficult to try and learn an entirely new language/framework under pressure. If you're required to deliver working software for your day job, trying to learn ASP.NET Core at the same time might be heaping too much pressure on yourself.

Is ASP.NET MVC worth learning?

The ASP.NET environment is phenomenal; developers can create powerful applications faster than those built with JavaScript or PHP. It is an open-source cross-platform with incredible technical support. .


2 Answers

I try to keep my articles simple and clear:

Concept / Getting Started:

Slightly more advanced / benefits of use:

  • AJAX Panels with ASP.NET MVC

  • MVC AJAX Sites That Gracefully Degrade

  • Logging with ASP.NET MVC Action Filters

  • Test Driven Development with ASP.NET MVC

  • Creating a Custom View Engine in ASP.NET MVC

Each of those has a fully downloadable sample project. Most with screen shots.

EDIT: I should also add that Jonathan Carter (a friend of mine who works for Microsoft up in Redmond) is someone that you should RSS. Here's one of his posts about MVC: ASP.NET MVC - Action Filters

like image 177
Timothy Khouri Avatar answered Jan 28 '23 10:01

Timothy Khouri


Rob Conery has his ASP.NET MVC Storefront series, which is what I used to get my feet wet. It is around twenty-something parts long already.

He takes you threw the entire conceptual design and execution of an application, which is an incredible way to learn how something applies to the real world.

like image 20
Joseph Ferris Avatar answered Jan 28 '23 10:01

Joseph Ferris