Added Friday 29 January 2010 12:34
I had a EPiServer CMS 5 R2 project where there was a lot of templates lifted in from an older solution. It was very querystring intensive so I needed to get away from specifying each querystring-parameter in the httpCacheVaryByParams setting and still enjoy public caching.
Added Wednesday 23 December 2009 12:37
I like to use the XmlTextWriter class to generate RSS with complete control. Here's what I ended up with to get it working from a Controller in a ASP.NET MVC 1.0 project.
Added Monday 14 December 2009 16:41
After failing duplicating the ParallelApproval Workflow I looked into creating a task by code in the project instead. Didn't find much documentation online so here's my initial Proof of Concept to fill the gap.
Added Wednesday 8 July 2009 23:59
A new generation of SubSonic based fully on Dotnet 3.5 was just released.