I'm getting started with .NET MVC. I have experience with C# and I'm getting confortable with controllers and models. I'm however not very knowledgeable when it comes to writing views. I'm struggling to find a good reference on the matter. Available code samples are usually simple and oriented towards demonstrating the overall MVC model. I find available webforms references confusing because of the mixture of event driven controls.
Where can I find a good reference on writing views specifically for .NET MVC? I'm looking for either books, online references or even just really complete sample code.
Thanks
PS I'm assuming that using the default microsoft aspx/ascx <% %> style syntax is the way to go (at least to start). Please let me know if there's important alternatives I need to consider.