Archives
-
What happens to C# 4 optional parameters when compiling against 3.5?
Here’s a method declaration that uses optional parameters:
-
RSS feeds in Orchard
When we added RSS to Orchard, we wanted to make it easy for any module to expose any contents as a feed. We also wanted the rendering of the feed to be handled by Orchard in order to minimize the amount of work from the module developer.
-
Netbook vs. iPad
Troll bait!
-
Ban HTML comments from your pages and views
Too many people don’t realize that there are other options than <!-- --> comments to annotate HTML. These comments are harmful because they are sent to the client and thus make your page heavier than it needs to be.