David Findley's Blog
My little home in the cloud.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
ASP.NET
Atlas
Blogging
Browser Plugins
C#
Debugging
DLINQ
Gadgets
Guitar
JavaScript
LINQ
Mac
Monad
Music
MVC
Open Source
PDC
Portable
Programming Languages
Rails
Ruby
Shared Source
Software Development
SQL
Team System
TFS
Tips
Tools
Vista
Visual Studio
Web Platform Installer
Windows
Windows Power Shell
XLINQ
XMAS
Navigation
Home
Blogs
Archives
March 2010 (1)
May 2009 (1)
March 2009 (2)
December 2007 (1)
June 2007 (2)
February 2007 (4)
November 2006 (3)
October 2006 (3)
September 2006 (5)
August 2006 (4)
July 2006 (2)
June 2006 (13)
May 2006 (13)
April 2006 (6)
March 2006 (2)
February 2006 (1)
January 2006 (1)
November 2005 (3)
October 2005 (3)
September 2005 (5)
August 2005 (3)
July 2005 (4)
November 2004 (1)
August 2004 (1)
July 2004 (6)
June 2004 (1)
May 2004 (4)
March 2004 (3)
February 2004 (8)
January 2004 (1)
December 2003 (1)
November 2003 (3)
May 2003 (5)
April 2003 (5)
.NET Resources
Learn Visual Studio
Shadowfax Workspace
Blogs I Read
Lance's Whiteboard
Erik Porter
Brad Abrams
Rico Mariani
Scott Guthrie
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