A new version of MVC Framework is just released and has some cool improvements: The Views have no ".cs" (code behind like) files. You could generate CRUD Views from VS. HTML Form fields could be Type Safe, You could Bind class property to form field. The Controller action behavior is very testability, example: The Moq example from ScottGu's post: [ TestMethod ] public void Display_Message_Authenticated() { // Arrange HomeController controller = new HomeController (); Mock < ControllerContext...
Hi, There's a new release of Typemock Isolator 5 This tool is excellent and helps to improve your unit tests. Programming Visual Basic applications? Typemock have released a new version of their unit testing tool, Typemock Isolator 5.2. This version includes a new friendly VB.NET API which makes Isolator the best Isolation tool for unit testing A Visual Basic (VB) .NET application . Isolator now allows unit testing in VB or C# for many ‘hard to test’ technologies such as SharePoint , ASP.NET...