Section: Blogs

DirectX Drum Machine in C#

Feb 3, 2004 1 min.

A version of this code appeared recently on MSDN Belux, and it was so cool I asked Ianier Munoz if he’d mind turning it into a column for my Coding 4 Fun series…. lucky for me, he said yes and here we are You have got to check this one out…

Eric Gunnerson discusses Inlining

Feb 2, 2004 1 min.

Why doesn’t C# have an ‘inline’ keyword? I got this question in email today, and I thought I’d share my response…. Follow this link for the full post…

Some recent articles on C# Whidbey

Feb 2, 2004 1 min.

From Dan Fernandez’s Blog; Below are some recently released articles on C# Whidbey, definitely check them out ** Three Cool New Features in C# by Markus Egger **[ http://www.code-magazine.com/Article.aspx?quickid=0303072](http://www.code-magazine.com/Article.aspx?quickid=0303072)** ** C# 2.0 Code Refactoring by Juval Lowy/o:p http://www.code-magazine.com/Article.aspx?quickid=0401071 Six-Part series on refactoring in Whidbey by Michael Yuan http://www.theserverside.net/news/thread.aspx?thread_id=23559

I love apps that get updates

Feb 2, 2004 1 min.

I play Halo for the PC, and every time I get an update I am very excited… last time it meant a big reduction in the activities of team-killing losers, and I bet it will be equally cool next time. Lots of the applications on my machine have updates available, but unless they check on their own (like Adobe Acrobat, Halo, Messenger, and many others) or they check through Windows Update (like my sound card driver, etc…), then the odds are I will never install the patch/fix/update.

Managed code samples from the Exchange SDK

Feb 1, 2004 1 min.

From KC Lemson’s blog… ASP.Net samples of WebDAV against Exchange 2003 In a previous entry, I received a comment about how there were no examples of using WebDAV in the Exchange SDK with ASP.Net… I forwarded it to our SDK team (who can be reached at exsdkfb AT microsoft DOT com) and they pointed out several examples for me: Searching Folders (WebDAV) – C# and VB.Net Sending a Message (WebDAV) – C# and VB.

Printing a text file

Jan 31, 2004 1 min.

This is definitely a frequently asked question… “how do I print a text file?” Well there is more than one answer to that, but I’ve put a simple sample up on http://www.duncanmackenzie.net/Samples/default.aspx to give you a head start if you have ever wondered how to print a text file.

Modern Software Development in Visual Basic .NET

Jan 28, 2004 1 min.

I blogged about it before, but there is a 15-part webcast series starting Tuesday February 3rd, presented by Dr. Joe Hummel, focused on Visual Basic .NET topics for the Visual Basic 6.0 developer (and others!). Check out all the details here!

The C# team is going to be coming after me…

Jan 28, 2004 2 min.

Every week, Eric Gunnerson, Dan Fernandez and I get together to work on the C# developer center and other C#-ish topics… and last week we divided up some tasks amongst the three of us. Well, we are meeting again today and I don’t have those tasks done… so I’m starting to watch my back. I’m expecting Andy (above) to show up in my office at any moment with the C# ‘club of motivation’, but perhaps I can save myself before he arrives… with your help.

Virus Alert

Jan 28, 2004 1 min.

Ok, you are going to see this a lot today, but my posts go onto the C# and VB home pages, so here goes; Microsoft Consumer Virus Alert Why We Are Issuing This Alert W32/Mydoom@MM spreads through e-mail. This worm can disguise the sender’s address, a tactic known as spoofing, and may generate e-mails that appear to have been sent by Microsoft. Many of the addresses Mydoom uses are valid addresses that are being spoofed for malicious purposes.

Win32 API to .NET Framework mapping

Jan 27, 2004 1 min.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp This article identifies the Microsoft .NET Framework version 1.0 or 1.1 APIs that provide similar functionality to Microsoft Win32 functions. One or more relevant .NET Framework APIs are shown for each Win32 function listed. The intended audience for this article is experienced Win32 developers who are creating applications or libraries based on the Microsoft .NET Framework, but anyone looking for a managed counterpart for a Win32 function could find this document useful.