Simon Willison’s Weblog

Subscribe

4 items tagged “aspnet”

2013

Is greater comfort with Windows a good enough reason to switch from PHP to ASP.NET?

Learning Linux really isn’t that hard, and it will dramatically increase your potential horizons as a programmer. Install Ubuntu on a virtual machine on your laptop and start running through some tutorials.

[... 53 words]

2008

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

.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

2007

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