Hi, I just "migrated" from ASP.Net MVC Preview 5 to ASP.Net MVC Beta. I uninstalled Preview 5 and installed the Beta. I already had checked out previous previews but spent the most time with Preview 5, and didn't want to upgrade my "Preview-5-version-of-my-te... just in case there were deprecated or new features, specially in the "New ASP.Net MVC Application" template. Gutt feeling. So I created a new Project. In Preview 5 release, the Html.ActionLink accepted a generic parameter list, with ......
Hi there, How do you mock an asynchronous web method (web service) call? You can skip the background and move on directly to the solution... Background: Visual Studio 2005 CAB/SCSF May 2007 C# 2.0 Rhino Mocks (version 3.5 for 2.0) In a CAB/SCSF project I'm working on, I'm testing a Presenter's method "OnViewReady". In my implementation, this OnViewReady does basically 2 things: Tells the View to Show a "Loading..." message to the user Issues an asynchronous call to a Web Service When the call is ......