Welcome to MSDN Blogs Sign in | Join | Help

January 2005 - Posts

Macros

In the C# design, there are a number of cases where we decided on more limited functonality than C++ for the sake of simplicity. One of those decisions was the decision to not support macros. Thomas wrote that this is something that he really misses .
Posted by ericgu | 18 Comments
Filed under: ,

The infinite cat project

Today, somebody sent around a link to a video of cats doing funny things. Then somebody else sent around this link. The Infinite Cat Project
Posted by ericgu | 7 Comments

C# Coding Guidelines

Brad publishes some of the C# coding guidelines that are used inside MS.
Posted by ericgu | 4 Comments
Filed under: ,

More on C# and C++

Thanks for all the comments - I'd like to expand on a few of them. Cross-Platform When I wrote the last post, I was thinking of cases where you have a choice between languages, so I didn't think of cross-platformk, since if you need to run on a platform
Posted by ericgu | 27 Comments
Filed under: ,

C# vs C++

[Update: Changed a misplaced "C#" to a "C++" in the tools section. Thanks, Nick] At the class a took a while back, the instructor asked me to talk a little bit about the benefits of C++ vs the benefits of C#, since I had worked in C++, then in C#, and
Posted by ericgu | 45 Comments
Filed under: ,

Weird fact of the day...

There are over 19,000 articles in the Esperanto edition of Wikipedia..
Posted by ericgu | 3 Comments

Intelligent Agent Nirvana

At the dinner last week, we got into an interesting discussion about intelligent agents. The discussion is around whether intelligent agents will be able to gather the information that we want to see automatically, or whether human intervention is necessary.
Posted by ericgu | 13 Comments

Wanted: Snow

Washington ski area looking to purchase 10,000 acre-feet of snow to supplement our meager natural supply. Seller must be willing to provide delivery and installation. ---------- I mean, seriously, can we work some sort of trade here? That two feet of
Posted by ericgu | 10 Comments

Software Dinner

I went to the Joel on Software dinner last night at Crossroads mall. At least, I think it was for Joel, though it was hard to get close enough to be sure given the mass of people around him. If you were there to listen to Joel, you might have been disappointed
Posted by ericgu | 10 Comments

True Lies - the GNN Book

I happened to pick this one up at the library when I was there last. (aside - it's pretty weird to be in the library these days. Not only do the sell food and drinks, they work on the honor system, so you check out your books yourself and then just walk
Posted by ericgu | 4 Comments
Filed under:

Another new C# PM blogger

Raj Pai , my previous boss, has started blogging.
Posted by ericgu | 4 Comments
Filed under: ,

Naked in Baghdad

I just finished reading " Naked in Baghdad ", written by NPR correspondent Anne Garrels. Anne spent time in Baghdad on and off (the visas were only 10 days, so that the Iraqis could charge more money), and was there during the initial attack and when
Posted by ericgu | 5 Comments
Filed under:

C#: What's wrong with this code #5 - Discussion

Thanks for all the comments. As a refresher, here's the code that we were looking at: enum ResponseType { ReturnValues, InvalidInput } string CreateWebText(string userInput, ResponseType operation) { switch (operation) { case ResponseType.ReturnValues:

C# PUM blogs...

PUM == Product Unit Manager, or the person in charge of a whole group. Scott Wiltamuth is the PUM of the C# team, and he's recently started blogging . Please read what he's written and send him some feedback about what you'd like him to write about.
Posted by ericgu | 5 Comments
Filed under:

Excellent

Note that you'll have to speak the title using a Jeff Spicoli voice (as performed by Sean Penn in Fast Times ...). Or perhaps from Bill and Ted... I'm spending the week becoming a more excellent developer, in a five-day course for developers. "Excellence"
Posted by ericgu | 3 Comments

Fred and his 5.2 Madone

Last fall, I wrote a post about being an aspiring Fred , where a "Fred" is someone with more bike than rider. Apologies to anybody named "Fred" - I'm not the one who coined the term . I had gotten tired of my LeMond Tourmalet, whose decidedly midrange
Posted by ericgu | 8 Comments
Filed under:

Anders on TheServerSide.Net

Anders on TheServerSide.Net from Dan ...
Posted by ericgu | 7 Comments
Filed under: ,

PC Upgrade

My daughter has been using our hand-me-down Gateway computer. It's been fine for what she's been doing, but it doesn't have enough graphical oomph to play Zoo Tycoon 2. I thought about just putting a new graphics card in it, but since it's only a 500
Posted by ericgu | 8 Comments

New toy...

I'm going to pick up a new purchase tonight? What will it be??? What does a south-of-40 guy in Bellevue buy in the dead of winter? Any guesses?
Posted by ericgu | 30 Comments

Reggae Rock Songs...

Last winter, I was talking with a friend about music, and he asked if I had any reggae songs. My first response was "no", but after I thought about it, I came up: The Scorpions - Is there anybody there? (Lovedrive) Definitely a strong reggae beat there.
Posted by ericgu | 17 Comments

Rock is dead...

One likes to believe in the freedom of music But glittering prizes and endless compromises Shatter the illusions of integrity... One can argue that rock and roll has never been pure - that it's always been perverted by the record industry and the radio
Posted by ericgu | 8 Comments

How is the C# team doing?

Shaykat is working on the C# community effort now, and puts up a great post asking for feedback.
Posted by ericgu | 3 Comments
Filed under:

What to study in College...

You're probably already reading this, but Joel has a great post on what to study if you're in college...
Posted by ericgu | 3 Comments
Filed under:

C#: What's wrong with this code #5

[Update: I messed up some code. Corrected version now] Greeting from the frigid city of Redmond. Keep in mind, of course, that in the Puget Sound region, "frigid" is any temperature below freezing. Thanks for all the feedback on previous bad code examples.

Dissecting a C# Application: Inside SharpDevelop

Dissecting a C# Application: Inside SharpDevelop is free at Apress
Posted by ericgu | 11 Comments
Filed under: ,
 
Page view tracker