Welcome to AddressOf.com Sign in | Help
in Search

Browse by Tags

All Tags » VB » VC#
Showing page 1 of 3 (21 total posts)
  • Adventures in Windows Vista (x64) - Part 2

    After running Vista x64 on another machine for a few days; installing various pieces of critical software and seeing that everything seemed to be working smoothly... I've made the full leap on my main desktop machine (the one that now has 4GB of memory). Some interesting "facts":Windows Experience Index reports my processor running ...
    Posted to AddressOf.com (Weblog) by CorySmith on May 24, 2007
  • Adventures in Windows Vista (x64) - Part 1

    I installed Windows Vista Ultimate (x64) last night and everything went pretty smoothly.  This, of course, is on the second machine I have on my desk so I can see what works (and doesn't) before making the full jump on the main machine.  Out Of The Box Experience After the installation and major Windows Update updates, the only ...
    Posted to AddressOf.com (Weblog) by CorySmith on May 15, 2007
  • How NOT to do single assembly deployment.

    I applaud this guys enthusiasm, however, his discovery/technique is something I would strongly urge you to avoid.  There are two major reasons for this:Doesn't work as a "regular user".Will cause you MAJOR support issues as Windows Vista gains momentum.  See reason #1.I've been using a similar technique in ...
    Posted to AddressOf.com (Weblog) by CorySmith on February 9, 2007
  • Comparing Apples To Apples (Revisited)

    Like I stated, don't trust someone elses benchmarks. ;-) Don't get me wrong, in my testing, VB still seems to be a hair faster; but now only by a very slim margin (less than 400ms across all tests).  Please keep in mind that I did not come up with this suite of tests; rather just doing my part to validate the results (since they ...
    Posted to AddressOf.com (Weblog) by CorySmith on November 15, 2006
  • Comparing Apples To Apples (The Myth Of Benchmarks)

    I so love benchmarks.  There supposed to give us an idea, albiet rough sometimes, about the differences in choosing one thing over another.  By looking at the comparitive numbers, we should be able to make an intelligent decision regarding raw performance.  However, sometimes the tests are a bit skewed.  Case in point, I came ...
    Posted to AddressOf.com (Weblog) by CorySmith on November 14, 2006
  • Stuff, stuff and more stuff....

    A lot of new stuff available today.  You have the next .NET Framework available.  I also see that the official announcement from Telligent regarding BlogMailr, a free tool that allows you to utilize email to post your blog entries.  Talking with Rob, this seems like a pretty cool idea... so jump over there and give it a look ...
    Posted to AddressOf.com (Weblog) by CorySmith on November 7, 2006
  • C# to VB Conversion/Translation

    (OK, since I lost this post due to other circumstances... here it goes again. - Here's your chance to answer it again.) I can't remember exactly what my questions were, so here goes... Have you used any of the C# to VB conversion utilities available (web-based, etc.)?  If so, what was your overall impression and success rate?  ...
    Posted to AddressOf.com (Weblog) by CorySmith on November 3, 2006
  • Creating Smart Application Layouts with Windows Forms 2.0

    According to Brad Abrams, the Windows Forms documentation team published a new whitepaper about how to create a great layout using the new features of the WinForms in .NET 2.0... meaning you don't have to create the same old “grey” applications everyone has come to know and love. ;-) I've read through it and it's got some great ...
    Posted to AddressOf.com (Weblog) by CorySmith on July 25, 2006
  • Inheritance vs. Partial (VB vs. C#)

    In my previous post regarding trying to use partial as a mechanism to extend existing functionality in a base user control, someone asked: “Does VB work differently or are you just assuming? Using the same namespace across 2 different assemblies (even) works perfectly fine?” Let's answer the first question.  It does appear that ...
    Posted to AddressOf.com (Weblog) by CorySmith on February 24, 2006
  • Shooting down more Anti-VB'isms...

    This guy states: “I just can't LIVE without being able to do things like:“ string oink = myHashTable[someKey] as string;if(oink != null) “Or“ lock(this) {  // yada yada yada} Hmmm... let's see.  He states that VB can't do the above by stating that he “just can't LIVE without being able to ...
    Posted to AddressOf.com (Weblog) by CorySmith on December 7, 2005
1 2 3 Next >