Sign In
Code/Tea/Etc...
Duncan Mackenzie has too much time on his hands
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET General
CSharp Featured Team Posts
Digital Music and Media
Pages
Personal Musings
TechEd
Visual Basic
Visual C#
Archive
Archives
September 2004
(1)
August 2004
(15)
July 2004
(27)
June 2004
(38)
May 2004
(34)
April 2004
(35)
March 2004
(33)
February 2004
(29)
January 2004
(23)
December 2003
(9)
November 2003
(46)
October 2003
(34)
September 2003
(13)
August 2003
(5)
July 2003
(14)
June 2003
(14)
May 2003
(22)
April 2003
(15)
March 2003
(23)
February 2003
(9)
April, 2004
MSDN Blogs
>
Code/Tea/Etc...
>
April, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Code/Tea/Etc...
Eric Gunnerson on Channel 9...
Posted
over 8 years ago
by
Duncanma
1
Comments
Two video interviews with Eric Gunnerson appeared on Channel 9 today: What has the biggest change at Microsoft since you've been here? How do you design new features for C#?
Code/Tea/Etc...
Jay discusses the use of partial classes in Windows Forms 2.0
Posted
over 8 years ago
by
Duncanma
1
Comments
This new feature, which isn't limited to Windows Forms, allows a single class to extend across multiple files, isn't limited to Windows Forms but the designer-generated code is just screaming out for a solution like this. Jay writes: Winforms designed...
Code/Tea/Etc...
I know that movies based on books are often a disappointment...
Posted
over 8 years ago
by
Duncanma
18
Comments
In many ways, I'm ok with that; it isn't like they took away the book when they made the movie... LOTR is one of the few exceptions in recent times, although I also enjoyed Timeline (forgive me)... Bourne Identity might have been a good movie, I can't...
Code/Tea/Etc...
Visual Basic At The Movies now available...
Posted
over 8 years ago
by
Duncanma
12
Comments
We just launched a series of videos about VB.NET onto the Visual Basic Developer Center , check them out! Just a little note: If you experience problems watching these videos, you may wish to try installing the WMP9 codecs (or WMP9 itself , although that...
Code/Tea/Etc...
Presentation from Francesco Balena on Data Structures for VB Programmers
Posted
over 8 years ago
by
Duncanma
3
Comments
From Paschal's blog... Data Structures for VB programmers Interesting PDF file to understand .NET stuff like basic types, arrays, collections and regular expressions. Download here Source: Only4gurus Good presentation... from a great author . It appears...
Code/Tea/Etc...
Ok, if you are programming against AD... this is so very cool...
Posted
over 8 years ago
by
Duncanma
3
Comments
This very recent article from CodeProject.com shows a Windows Forms control (C#) that allows you to browse AD objects... I have some issues with the implemenation (mainly: why use a User Control... why not just inherit from TreeView?), but the idea is...
Code/Tea/Etc...
Eric is looking for your opinion on C# related blogs...
Posted
over 8 years ago
by
Duncanma
1
Comments
If you have any opinions on this topic, make sure you click on the link below and comment through Eric's blog... Who are the best C# bloggers? I'd like to create a list of the best C# bloggers, primarily those outside of Microsoft. Please comment with...
Code/Tea/Etc...
Gregg Miskelly covers some more debugging options...
Posted
over 8 years ago
by
Duncanma
0
Comments
Gregg covers some other methods of attaching to a process for debugging... Attaching to a process without a dialog In [a recent post] , Shaykat gave one alternative to the ntsd '-pn' option. I figured I would give two more.
Code/Tea/Etc...
My MSDN Magazine article is up on the MSDN site...
Posted
over 8 years ago
by
Duncanma
12
Comments
It is all about "My", a feature of Visual Basic 2005... and I think it is fairly interesting stuff :) Check it out here...
Code/Tea/Etc...
Matt Warren discusses ObjectSpaces and ORM in general
Posted
over 8 years ago
by
Duncanma
0
Comments
Check out this post from 'The Wayward WebLog' ... it is a good discussion starter for anyone who wants to chat about ORM (object-relational mapping) ... ObjectSpaces: The Devil is in the Demand I’ve coined the phrase ‘object span’ to describe the ability...
Code/Tea/Etc...
Robert Green Talks About Communities for Visual Basic .NET
Posted
over 8 years ago
by
Duncanma
6
Comments
I had read this in the 'offline' version of MSDN magazine (you know, that one that uses paper and is hard to copy and paste from?), but I hadn't noticed it was available online until now: Robert Green Talks About Communities for Visual Basic .NET MSDN...
Code/Tea/Etc...
Somewhere inside me... an audiophile just died.
Posted
over 8 years ago
by
Duncanma
6
Comments
I am a closet audiophile, with all the usual history.... did the 'music man' thing for plays, moved up to music guy for bar bands, blah, blah, blah... spent way too much time worried about the alignment of my high-end tape deck, etc... but at some point...
Code/Tea/Etc...
pinvoke.net ... a place to post and find all the Win32 API signatures you need ...
Posted
over 8 years ago
by
Duncanma
5
Comments
Adam Nathan has created a home for a ton of PInvoke signatures , organized by Module/DLL and pre-populated ( by the man himself ) with a ton of the most common signatures... I'll let the site describe itself with this text from the "What is this site...
Code/Tea/Etc...
Upcoming Visual Basic .NET Chats
Posted
over 8 years ago
by
Duncanma
0
Comments
Check out http://msdn.microsoft.com/chats for a full listing of upcoming chats, but here are a couple of VB ones that you might be interested in... Debugging Visual Basic .NET Applications On Tuesday April 20 at 1:00 P.M. Pacific Time , join members of...
Code/Tea/Etc...
Scott Nonnenberg on Debugger Visualizers in VS 2005
Posted
over 8 years ago
by
Duncanma
1
Comments
With code samples and screenshots based on the recent Community drop of Whidbey (VS 2005), Scott explains how to create your first debugger visualizer: Debugger Visualizers on VS 2005 Community Tech Preview ... Visualizers allow for advanced, customized...
Code/Tea/Etc...
ASP.NET (with C#) article by Dino Esposito...
Posted
over 8 years ago
by
Duncanma
0
Comments
via Kent Sharkey's Blog Five ASP.NET Controls You Might Be Craving "In this article, we'll tackle five ASP.NET features that require wicked and creative code." ... if you're looking for a [out of the box] data-bound bulleted or numbered list of strings...
Code/Tea/Etc...
Ok, Matt Warren is just starting to freak me out...
Posted
over 8 years ago
by
Duncanma
5
Comments
If you haven't been reading his blog , then just let me point out that this post is completely consistent with all of his others... I'll let you decide if this is a good or bad thing :) ... .... I suspect that a whole hoard of you banded together to try...
Code/Tea/Etc...
I've started up a Blog for Frequently Asked Questions about VB.NET
Posted
over 8 years ago
by
Duncanma
4
Comments
Visual Basic 2003 or 2005 (Whidbey) questions are welcome... just come on over and post your thoughts: http://blogs.msdn.com/vbfaq/
Code/Tea/Etc...
Hey Scott Seely is blogging!!
Posted
over 8 years ago
by
Duncanma
2
Comments
Scott , one of my colleagues from my first year at MSDN, has a blog now and he just posted a cool entry illustrating the new configuration system in VS 2005... Configuration is a breeze. In the current Visual Studio .NET 2005, you’re going...
Code/Tea/Etc...
C# Featurette #3 from Eric Gunnerson
Posted
over 8 years ago
by
Duncanma
0
Comments
Eric describes a new Whidbey feature focused on creating those 'utility' classes in the style of System.Math or System.Environment : C# Whidbey Featurette #3: Static classes Because all functions in C# must live inside of a class, there are some clases...
Code/Tea/Etc...
Grant points out a very unknown configuration option for version numbers...
Posted
over 8 years ago
by
Duncanma
1
Comments
In a very 'Easter-Egg-ish' post, Grant Richins (a developer on the C# Compiler Team), explains a configuration option of 'alink.dll'. So everybody hopefully knows you can put a star "*" for either of the last 2 version numbers of the AssemblyVersion attribute...
Code/Tea/Etc...
Upcoming Dates/Locations on the Visual Basic World Tour
Posted
over 8 years ago
by
Duncanma
7
Comments
Waltham 4/14 (Steven Lees and Amanda Silver) New York 4/15 (Steven Lees and Amanda Silver) Louisville 4/20 (Jay Schmelzer and Paul Vick) Chicago 4/21 (Jay Schmelzer and Paul Vick) Philadelphia 4/21 (Sean Draine and Joe Binder) Denver 4...
Code/Tea/Etc...
Eric covers another new C# Whidbey (VS 2005) feature
Posted
over 8 years ago
by
Duncanma
1
Comments
Not a long post (I've included it all below), but useful nonetheless C# Featurette #2 - Inline Warning Control Another feature that we added for Whidbey is the ability to selectively disable warnings within your code. For example: #pragma warning disable...
Code/Tea/Etc...
VS 2005 has a blog?
Posted
over 8 years ago
by
Duncanma
7
Comments
If you are using the CTP (Community Technical Preview) or you are just interested in Whidbey/VS2005, then you'll definitely want to check out the new blog created to allow various team members to post info on VS2005. Check it out here . You might also...
Code/Tea/Etc...
Developing a Windows Forms Wizard...
Posted
over 8 years ago
by
Duncanma
1
Comments
I have to admit that I haven't developed a "wizard" framework yet in .NET, I've just been stacking panels on top of each other, naming them step1...stepN and then showing and hiding them as necessary. Not exactly an easy-to-reuse approach, but it works...
Page 1 of 2 (35 items)
1
2