Create Human-Readable File Size Strings in C# 2013-01-16 18:23 UTC .NET C# IO After needing functionality in C# for getting a human-readable file-size string I posted a question about it on Stackoverflow, as one does. The accepted answer...
FTP Upload File Using Only .NET Framework 2013-01-10 19:18 UTC .NET C# FTP Here an example of how to upload a file to a FTP-server, using the class FtpWebRequest, which is included in the .NET Framework. All you need to do is...
Squishify - Minify JavaScript & CSS Online 2012-08-30 18:08 UTC AppHarbor GitHub Projects Squishify was created out of the need of a minifier for JavaScript. I quickly put together a web-app on AppHarbor to make minification always available...
ASP.NET MVC 4 Razor v2 - New Features 2012-05-21 17:55 UTC .NET ASP.NET Razor With the imminent release of ASP.NET MVC 4 my previous post ASP.NET MVC 3 Razor - The Ultimate Quick Reference needed a follow-up on what's new in the...
DevSum Scheduler - Plan Your Attendance 2012-05-14 21:39 UTC AppHarbor GitHub Projects Since I'm attending DevSum 2012 at the end of this month, I felt I needed to keep track of which talks to attend... but also the need to play around with some...