Distilled ramblings of
Michael C. Neel delivered right to your browser.
Browse by Tags
All Tags »
asp.net (
RSS)
-
|
Craig Shoemaker just posted the latest episode of the Polymorphic Podcast: ASP.NET SEO - Interview with Michael Neel . Yes, I've now appeared in a podcast that I didn't have a hand in recording! Even if you don't listen to the show ...
|
-
|
I hate seeing code mixed with markup. Seeing a template page with <% if(show) { %> makes me want to claw my eyes out. Seeing String htmlTitle = "<h1>" + title + "</h1>" causes me to vomit up a little something...
|
-
|
Before we get started, let's play "questions you only hear during an interview." Are the contestants ready? Good, here is the question: What is the difference between a shallow copy and a deep copy? MSDN on Object.MemberwiseClone : "Consider...
|
More Posts