eWorld.UI - Matt Hawley

ME PRGM 4 U

  • Are you Bored?

    If anyone would ask me that question right now, I would respond with "I'm insanely bored."  But here I am, sitting at work, doing nothing. Not because I choose to do so, but because there's just nothing to do. Normally I have some bit of a programming project I can work on, like WebDeploy or Resizer, but recently I've come across no more items to add into these.  Well, I'm sure Resizer could be beefed up a bit, I just don't feel like it right now.

  • NUnit TestRunner VS.NET Addin

    My team at work is starting to look into using the Extreme Programming (XP) model, and as such I've started to do some reading up on it...and determined that its driven highly on TDD. This is something, unfortunately, I've had no experience with.  So - I downloaded NUnit and started working with it, and (like always) I was trying to find the most streamlined way of running my tests.

  • 100% Managed Code

    Through my normal routine of reading/responding to Microsoft newsgroups, a question came up about "100% Managed Code" phrases that companies use.  Specifically, the user was asking about a PDF component advertising it as such, and was just wondering if it was possible that they were using the Adobe APIs still.  Well, my response basically stated that since they're advertising it as "100% Managed Code", that it probably doesn't use Interop, and has built on the described api.

  • How To Get Active Build from Project File

    Well, I'm sitting here, struggling...struggling to find out how to get the active build configuration from a visual studio project file.  I've been studying the XML file, and there is absolutely no where that denotes what the active build config is.  I've also looked in the project.user file as well as the solution file, still...no luck. Would anyone like to share how you determine the active build configuration?