Welcome to AddressOf.com Sign in | Help

Browse by Tags

All Tags » VB   (RSS)

Linq - Episode 1

Linq is very, very, very cool. I can easily envision looking three years from now and wonder "how did we write software without Linq?". Several recent language editions have helped to reduce code needed and thus made my development life easier.
Posted by CorySmith | 0 Comments
Filed under: , ,

Console Event Handling

Someone sent me an IM asking if I knew of a way to handle the pressing of the close button on a console application. After a bit of research, I found a way (and some limitations). This required stepping outside of the Microsoft .NET Framework utilizing
Posted by CorySmith | 1 Comments
Filed under: , ,

Console Event Handling

Introduction At one point or another, most software developers have written a console application. It might have been while you were learning how to write software or, even more recently, as a way to create a simple tool that doesn't require the extra
Posted by CorySmith | 2 Comments
Filed under: , ,

Presenting tonight at the North Dallas .NET User Group

If your in the Dallas area (or more specifically, the North Dallas area), swing by NDDNUG tonight for my presentation on developing for Windows Vista using Visual Studio 2005. (Of course discussing VS'08 can't be avoided and everything I'm

Technology Avalanche

I have to admit that lately I've been feeling a little overwhelmed by the amount of new technology that I need to grok in order to stay ahead of the curve. In a relatively short window of time, we've had Windows Presentation Foundation (WPF),
Posted by CorySmith | 1 Comments

Why Oh Why Microsoft Why Why Why

OK, this is ridiculous! Why wasn't this information funneled out to the VB MVP's (and other VB'ites like myself)? How is it that the first word of this is stated in public by none other than Miguel de Icaza (yes, the mono project guy)? What
Posted by CorySmith | 1 Comments
Filed under: , ,

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).

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

My.Vista

Caleb has sort of let the cat out of the bag ... Introducing My.Vista. There are over 7,000 new API's in Windows Vista. Some of them are immediately obvious while others are deep beneath the surface. I rather enjoy digging around in Windows API land,

It's 2:12am and I'm done with a new VS2005 Macro hack

I need to run it through it's paces, but I now have a VS2005 macro that will, whenever I successfully build a release mode project, package the project folder into a zip file named [ProjectName]_src_v[OutputAssemblyFileVersion].zip. And it doesn't

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

Leveraging Windows Vista's Windows System Assessment Tool (WinSAT) API in Visual Basic

A couple of days ago a noticed this article, downloaded the code, thought about it for a bit and realized that although he had a great idea... I had a few problems with the implementation. I really distaste the idea of "unsafe" code unless there
Posted by CorySmith | 1 Comments

Leveraging Windows Vista's Windows System Assessment Tool (WinSAT) API in Visual Basic

Introduction There are a lot of new features in Windows Vista. In this installment, we’ll explore the WinSAT (Windows System Assessment Tool) API. (The Windows Experience Index in the Vista UI is part of WinSAT.) The Vista SDK defines it as: Windows
Posted by CorySmith | 1 Comments

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
Posted by CorySmith | 6 Comments
Filed under: ,

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.
Posted by CorySmith | 1 Comments
Filed under: ,
More Posts Next page »