Build-time Minification of Web Assets in ASP.NET Software .NET Programming For a recent project, I wanted to do build-time minification of the CSS and JavaScript files that are part of an ASP.NET web application, so that I could deploy pre-minified files rather than doing the work to minify files at AppStart or during page load.
Introducing Dossier.NET - A Transactional File Manipulation Library Software .NET Programming Here’s a new project I just started over the weekend that I’m pretty excited about: it’s called Dossier.NET and it’s a transactional file management library for the .NET Framework.
Living in the Problem Domain Software Programming There’s a general guideline in software development that states you should always work at the highest level of abstraction you can, so that as much of your time is spent as possible “living in the problem domain.” I wanted to look at how this could be applied in life as well as software.