Archive for September, 2008

Code

ASP.NET MVC Preview 5: strongly typed HtmlHelpers

ScottGu’s recent post on Form Posting Scenarios in ASP.NET MVC Preview 5 turned on a lot of lights for me regarding recent changes in How a Method Becomes an Action and the new ActionNameAttribute. Magic data binding … I was particularly impressed with the round-trip scenario that Scott describes and the clean code in his [...]

Opinion

Google Chrome: exciting innovation in the browser space

Google Chrome has landed. While i understand this is essentially an alpha release, a few things are apparent right away. Each tab runs in its own process To the user, multiple tabs are experienced as tabs inside a single application To the computer, they are each managed as their own application, meaning that memory management, [...]