Here is my (mostly) comprehensive list of tools I use for development, either at home or work.
Author: Andreas Plahn
Exploring Caching in ASP.NET – CodeProject
SubSonic: All Your Database Are Belong To Us
Unit testing in EPiServer 7 – Ted & Gustaf
c# – Log4Net: Programmatically specify multiple loggers with multiple file appenders – Stack Overflow
Episerver Commerce performance improvements: Don’t let CatalogEntryFull slows you down.
EPiServer 7.5 – Get pageReference from external URL
In EPiServer 7.5 you can use:string url = “http://site.com/subpage”;var contentReference = UrlResolver.Current.Route(new UrlBuilder(url));
Writing a CSS Parser in JavaScript — JotForm — Form Builder — Medi um
Keyboard shortcuts – Proficiency with and without ReSharper – Chewing logic and spitting code
Migrating VPP from EPiServer 6 R2 to EPiServer 7.5
“…when you export content from EPiServer using the Export Data tool it will only export assets that have been referenced i.e. been linked to by a page, or those that you manually select during the export process. We couldn’t possibly manually select 40k assets, and we couldn’t be certain that every asset was referenced, therefore we needed to modify the behaviour of the Export process to ensure that ALL assets were included in the export package.”