Author Archives: Matthew
Moving and renaming resource keys in a .resx file
I work on websites where we have several resource files that are localized in many languages. This makes operations like renaming a resource key and moving a resource key to a different file annoying since you must do it across … Continue reading
Chutzpah 1.2.0 Released
A new version of Chutzpah is now live on Visual Studio Gallery, CodePlex and now NuGet. This release contains the following changes. 1. Added the Chutzpah console runner as a NuGet package. Once installed the Chutzpah.Console.exe file will be located … Continue reading
Make your website faster with RequestReduce
My co-worker Matt Wrock released an open source project on GitHub and Nuget called RequestReduce. It is a very quick and easy way to dramatically improve the performance of an ASP.NET website. We use this library for our sites at … Continue reading
Update on inheriting base type mappings with AutoMapper
Several months ago I wrote this post which shows an extension method for inheriting the mappings on a base type for a child type in AutoMapper. Since then I have had a few comments on the post which led me … Continue reading
Chutzpah 1.1.0 Released
A new version of Chutzpah is now live on Visual Studio Gallery and CodePlex. This release contains the following changes: Added a “Run JS Tests in Browser” menu option inside of Visual Studio. This will open your default browser and … Continue reading

