NTFS File System Tunneling (…is stupid …and wrong)

I will keep this short… I’ve already spent far too much time on this easy to work around peculiarity of NTFS and how it associates file meta information under the hood… Consider this console app: http://pastebin.com/66QABWS3 If you were to actually read this (don’t feel too bad if you didn’t – the last link will explain… Continue reading NTFS File System Tunneling (…is stupid …and wrong)

ASP DropDownList DataBind Woes – Invalid SelectedValue Error

Yesterday, as I was plugging away on an ASP WebForms application to add some new features, I encountered an error I had not yet seen. “SelectedValue which is invalid because it does not exist in the list of items” Although Googling turned up a lot of results, I could not really find anything that fit… Continue reading ASP DropDownList DataBind Woes – Invalid SelectedValue Error