asp.net-mvc-2-beta

ASP.Net MVC Go To Declaration On view

Is there anyway when in an MVC view to right click a function call and get to the declaration? Like you can do in the code behind/controllers ...

ASP.Net MVC Architecture - Location of ViewModels

We have a decent sized MVC project running well at the moment, i've started to look at some re-factoring and I have a question. At the moment the Data Layer and Service Layer is stored in a seperate class library. The controllers load the data objects (generated from linq2sql) from the service layer which does any logic check and then ...

ViewDataFactory and strongly typed master pages

Im trying to get my strongly typed master page to work in my ASP MVC 2.0 application. I have come far with the help of these two posts: Passing data to Master Page in ASP.NET MVC Strongly Typed ASP.Net MVC Master Pages Problem is that im not sure how to get that ViewDataFactory code to work, this is my code: BaseController.cs public...

Error building ASP MVC solution with Team City

Im testing out the new MVC2 framework, and there I also have tried out the new areas functionality. Im following this example: Walkthrough: Creating an ASP.NET MVC Areas Application Using Multiple Projects Everything builds and runs okay locally, but when I try to commit to my repository and the use the build automation engine Team Ci...