Tag: Development

Community

Silverlight Questions

(Scott Guthrie) Over the last week there has been a lot of confusion/concern about Silverlight that occurred from an interview given at the PDC conference last week. A few days ago Bob Muglia (President of our Server and Tools Division) posted a blog post on the Silverlight Team blog that helped cl

Community

PHP: Adding Behavior to a URL Class

(Alejandro Gervasio) In this second part of a series, I add a basic method to the “Url” class created in the first part. This method will be tasked with appending new parameters to its existing query string. Due to the immutable nature of the class, the method will return new “Url” objects, in this