Batch processing Visual Studio ProjectItems with the Nuget Package Management Powershell Console 25 August 2014 Daniel-Fisher-(lennybacon) JavaScript, Project, Productivity, Web, VisualStudio Today I helped a customer to minify and bundle a bunch of JavaScript files. We used WebGrease triggered from MsBuild to do the job. The next thing to do is changing the BuildAction property on all non-bundled-and-minified JavaScript files so that only minified and bundled files are published. Here i... [More]
How not to do support: eBay 20 August 2014 Daniel-Fisher-(lennybacon) Life, Misc As a software developer I know software can contain or contains bugs – that is very likely. I accept that. Looking at the (german) ebay support site they do not. There are quite a few *know issues* around buying or selling as well as a searchable *knowledgebase*. But there is no way to tell them if... [More]
Powershell Script to open IIS applicationHost.config 07 August 2014 Daniel-Fisher-(lennybacon) Productivity, Web, Infrastructure, PowerShell I got a bit tired of walking down the directories to manually edit the IIS configuration file. So I wrote this little script to ease up opening the file from 32 and 64 bit Powershell: