Simon Willison’s Weblog

Subscribe

Posts tagged microsoft, aspnet

Filters: microsoft × aspnet × Sorted by date

In a recent [ASP.NET] MVC design meeting someone said something like "we'll need a Repeater control" and a powerful and very technical boss-type said: "We've got a repeater control, it's called a foreach loop."

Scott Hanselman

# 25th January 2008, 6:59 am / aspnet, aspnetmvc, microsoft, scott-hanselman

.aspx considered harmful. Jon Udell: “I guess I’m extra-sensitive to the .aspx thing now that I work for Microsoft, because I know that to folks outside the Microsoft ecosystem it screams: We don’t get the web.”—he goes on to mention that smart URL rewriting is thankfully built in to the upcoming ASP.NET MVC framework.

# 17th January 2008, 6:01 pm / aspnet, aspx, jon-udell, microsoft, mvc, urls

ASP.NET MVC Framework. This looks pretty good. It includes clean URL support that’s very similar to how Django does things (with a nice alternative syntax for developers who don’t like regular expressions).

# 22nd October 2007, 1:45 pm / aspnet, django, microsoft, mvc, scott-guthrie, urls