July 2004 - Posts

3
Comments

Cw continues to impress. by findleyd

Now this is just downright coolness: using System; public class Test { static struct{string FirstName;string LastName;}* Employees() { yield return new {FirstName="David", LastName="Findley"}; yield return new {FirstName="Lance", LastName="Hunt"}; yield...
2
Comments

Cw Confusion. by findleyd

I've been playing around with Cw alot since the preview was released. I'm pretty sure that I'm starting to understand the concepts now. However the following problem still has me puzzled: using System; public class Test { static int* FromTo(int a, int...
5
Comments

A little memorial for some dead Microsoft products by findleyd

I ran across the tombstone generator this morning so I made up a little memorial for some dead Microsoft products: Before you get too crazy I'm just kidding about the IE thing. I still like IE but I sure hope they follow mozilla's cue and implement all...
1
Comments

LearnVisualStudio.net updated. by findleyd

Not sure how I missed this, but it looks like LearnVisualStudio.net has been updated with a new site design. Looks to be a bit easier to navigate and forums have been added for members. If you are new to Visual Studio, .NET and/or programming, check out...
1
Comments

COmega preview release!! by findleyd

http://weblogs.asp.net/mdavey/archive/2004/07/14/183442.aspx I just found this link last night. COmega is looking pretty darn awesome. If you're hesitant to download it don't be. The installer plugs COmega right into VS.NET 2003 and there are plenty of...
1
Comments

What kind of pie are you? by findleyd

I took the test and aparently I'm apple pie. Woo hoo! How american is that! :) find your inner PIE @ stvlive.com
More Posts