A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Some people who follow development trends bristle at the suggestion that AJAX is anything new, despite the recent coinage of the term. For them, AJAX is just the most recent incarnation of a ...
To get started, download the code from part 4 of this series. Next, open the Views\Home\Index.cshtml Razor view and paste in the markup from Listing 1. Listing 1: Initial Index.cshtml Razor View @{ ...
In this second part on TDD for ASP.NET MVC, Eric Vogel covers how to implement unit tests for the remaining CRUD controller actions. Last time I wrote about test-driven development for ASP.NET MVC.
The series is great and I've taken a ton away from it. One problem that I haven't sorted out yet is how to handle the session for a site that uses a good deal of AJAX. I've found that the session per ...
"So should we go with .NET or REST?"<br><br>"We need a multi-tiered SOA architecture."<br><br>"Can we put this application on the web and use AJAX?"<br><br>"That's cool, but how can we make it use XML ...