I recently followed the excellent NerdDinner tutorial application by scottgu . I would highly recommend doing the whole tutorial, for anyone interested in building MVC web applications. I converted the code to vb.net as I went, so thought I would add a download to my converted source code for any other vb.net programmers out there. The original source in C# is hosted on CodePlex
I think its a pretty much straight forward conversion, I don't think I missed anything except I didn't get the RegEx working for checking phone numbers are valid, so just removed the rule.
Download NerdDinner Sample Code Converted To VB.Net