Welcome to AddressOf.com
Sign in
|
Help
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
Acropolis
Action Movie Night
ASP.NET
ClickOnce
Code Camp
Community Server
DirectX
Geek Gathering
General
Interop
Linq
Macro
Media Center
Mono
My.Vista
Obfuscation
Presentations
Random
Silverlight
Tip
Tools
TSQL
User Group
VB
VBx
VC#
Vista
Visual Studio
Web Services
Windows
Windows Forms
WPF
XAML
Xbox
News
Favorite Documents
Where I'll Be
VB Coding Guidelines
Sample Downloads
Tips, Tricks and Code Snippets
Filling Your Toolbox
Quick Links
My Movie Collection
Navigation
Home
Blog
Archives
June 2008 (1)
April 2008 (2)
February 2008 (1)
January 2008 (1)
September 2007 (1)
August 2007 (2)
July 2007 (5)
June 2007 (9)
May 2007 (7)
April 2007 (11)
March 2007 (4)
February 2007 (6)
January 2007 (5)
December 2006 (1)
November 2006 (25)
September 2006 (1)
August 2006 (2)
July 2006 (1)
June 2006 (6)
May 2006 (6)
April 2006 (1)
March 2006 (5)
February 2006 (6)
January 2006 (8)
December 2005 (5)
November 2005 (4)
October 2005 (15)
September 2005 (7)
July 2005 (2)
June 2005 (2)
May 2005 (7)
April 2005 (15)
March 2005 (14)
February 2005 (4)
January 2005 (7)
November 2004 (4)
October 2004 (15)
September 2004 (10)
August 2004 (2)
July 2004 (6)
June 2004 (15)
May 2004 (9)
April 2004 (14)
March 2004 (13)
February 2004 (26)
January 2004 (3)
December 2003 (5)
November 2003 (19)
October 2003 (19)
September 2003 (4)
August 2003 (5)
June 2003 (3)
May 2003 (28)
April 2003 (12)
Blogroll
Adam Nathan
Brad Abrams
Cameron Beccario
Duncan Mackenzie
Eric Smith
Kent Sharkey
Kirk Allen Evans
Paul Vick
Erik Porter
Carl Franklin
Chris Anderson
Chris Brumme
Dave Bettin
Drew Robbins
Ed Kaim
Harry Pierson
James Avery
Jason Bock
Lutz Roeder
Scott Hanselman
Sean Alexander
Reference
Differences Between Visual Basic .NET and Visual C# .NET White Paper
Keywords Compared in Different Languages
Programming Concepts Compared in Different Langauges with Code Examples
Visual Studio Language Equivalents
Overview of Managed/Unmanaged Code Interoperability
Performance Tips and Tricks in .NET Applications
Calling COM Components from .NET Clients
.NET Developer Jump Start Training Sessions
Beyond (COM) Add Reference
March 2005 - Posts
Wednesday, March 30, 2005 9:47 PM
Split'ing Strings and the Performance Implications
Jason IM'd me with a question last night about how to split a string using a delimiter with multiple characters. Of course, my first answer was to use the VB Split method (he's doing this from C#). He also found that there is another way using System.Text.RegularExpressions.RegEx.Split
Posted by
CorySmith
|
12 Comments
Filed under:
VB
,
VC#
Friday, March 25, 2005 2:40 PM
What's wrong with this picture?
Am I the only one that sees a problem with this picture? Leave a comment with you answer... [ update ] Jeff and John (in the comments) commented with the correct answer... it's the fact that the upgrading experience has a mixture of components that are
Posted by
CorySmith
|
371 Comments
Filed under:
Windows
Wednesday, March 23, 2005 3:02 PM
Microsoft Application Compatibility Toolkit 4.0 - Mixed feelings...
After waiting for nearly two years for a new release of this product, I have to say I'm having some seriously mixed feelings. According to the Windows Application Compatibility page, it states: The first questions that many customers ask once they decide
Posted by
CorySmith
|
3 Comments
Filed under:
Tools
Thursday, March 17, 2005 4:17 AM
VB.NET Coding Guidelines
After receiving input from several individuals, I've decided to publish the VB.NET Coding Guidelines . I'm not a big fan of coding “standards”, but do subscribe to the idea of trying to keep a little consistency in your coding practices. I'm
Posted by
CorySmith
|
10 Comments
Filed under:
VB
,
Visual Studio
,
Interop
Thursday, March 17, 2005 2:11 AM
Solitaire (written in VB.NET)
I've finished working through the existing issues list for the C# version (available GotDotNet ) for bugs and missing features. I've implemented the missing features in my VB.NET version (although, they may not be feature complete due to the .NET Frameworks
Posted by
CorySmith
|
7 Comments
Filed under:
Windows Forms
,
VB
,
Interop
Wednesday, March 16, 2005 2:57 PM
C#->VB.NET Porting Gotchas: Math
OK, this is not supposed to be one of those C# vs. VB.NET bashing contests, so please don't let it turn into such. I'm planning on creating a series of posts on areas where when you port code from C# to VB.NET you might run into some problems. So to kick
Posted by
CorySmith
|
0 Comments
Filed under:
VB
,
VC#
Wednesday, March 16, 2005 6:27 AM
Doh!... it's 2:41 am... I really need to get to bed.
But coding is sooo much fun! Tonight (ummm, and this morning) I've been working to clean up the Solitaire application that I've ported to VB.NET. Of course, as I'm going through the code, I'm seeing a lot of interesting opportunities extend it. ;-) I
Posted by
CorySmith
|
1 Comments
Filed under:
Windows Forms
,
VB
,
Interop
Tuesday, March 15, 2005 5:13 PM
Does it mean success when you start getting hate mail?
Obviously you can't please everyone all the time and, at some point, some of those people might start sending you what equates to hate mail. After close to 10,000 people using XboxFriends, I've received what is basically hate mail and I have to tell you
Posted by
CorySmith
|
0 Comments
Filed under:
Xbox
Monday, March 14, 2005 6:26 PM
Coming Soon: Coding Guidelines for VB.NET
In my last post, I forgot to mention the Coding Guidelines for VB.NET that I've been working on. I see a lot of code from many sources as I'm sure all of you are. Every sample, even coming from the same source, uses a different coding style. Which is
Posted by
CorySmith
|
10 Comments
Filed under:
VB
,
Interop
Monday, March 14, 2005 3:42 PM
Back to your regularly scheduled content...
I've been working on a couple of projects and looking for some feedback as to what you would like to see me finish first (sure, it's a teaser of sorts, but really, I would like to hear what you would like to see first) ;-) Organizing all the source that
Posted by
CorySmith
|
0 Comments
Filed under:
VB
,
Interop
Monday, March 14, 2005 3:33 PM
On the lack of sympathy for the VB.Classic crowd...
I've gotten a bit of feedback from people saying I should have a some sympathy for people who have all of their business assets tied up in VB6 code. I've even been borderline accused of not being a BASIC man at heart... boy, that's a shocker. Well, let
Posted by
CorySmith
|
4 Comments
Filed under:
VB
Friday, March 11, 2005 3:44 AM
VB.NET vs "VB.Classic" or "VB.COM"
No wonder people give us VB guys a hard time... we even cause problems among ourselves. What's it this time? Well, I just don't get this whole keep VB6 thing . Let's look at a couple of things, shall we? VB6 was released in 1998. Pretty much a run of
Posted by
CorySmith
|
51 Comments
Filed under:
VB
Tuesday, March 08, 2005 1:32 PM
Geek Dinner... Geek Meet... Isn't there a better name for this sort of thing?
Well, whatever you want to call it, I've been thinking about trying to organize something like this for a while now. Did some searching and there's GeekDinner.com (which has seen no updates since June 2004), NerdDinner.com (a dedicated blog site using
Posted by
CorySmith
|
4 Comments
Friday, March 04, 2005 10:39 PM
Multiplicity... changing the way I use a computer...
...well, actually, computers. Earlier the week I received an newsletter from Stardock Corporation, the creators of WindowBlinds, DesktopX and Object Desktop. In that newsletter was mention of a new product that they were releasing called Multiplicity.
Posted by
CorySmith
|
23 Comments
Filed under:
Tools