Asp Mvc feels like a glorified property bag from the examples I've seen on www.asp.net. My perception of MVC is that the controller can delegate actions that need to be completed by the view and manage the general flow of the system. I'm I perceiving MVC incorrectly? Where can I find better examples of how to use asp.Net MVC?
Edit: This was asked when I was first using ASP.NET MVC (MVC 1.0 was in it's infancy on top of that). Since then ASP.NET MVC has evolved into a very powerful platform. I will never touch WebForms again if I can avoid it ;-).