Search   Feed   Browse   Add
Feed items 1 - 4 of 4 for October 2005

Santomania

Addy Santo's occasional braindumps

LINQ presentation slides - October 27, 2005

The PPT deck from my "LINQ For Mere Mortals" is available on NJ Code Camp, or here (direct link).
http://blogs.msdn.com/asanto/archive/2005/10/27/485647.aspx

XOR in C - October 27, 2005

Random factoid: Use    for bitwise XOR in C, for example:   a = a c;   (or simply:   a = c;)  
http://blogs.msdn.com/asanto/archive/2005/10/27/485641.aspx

LINQ for mere mortals NJ Code Camp, this Saturday (Oct. 15th) - October 14, 2005

If the LINQ materials currently available on the web make your head spin (Lambda Expressions  Query Comprehensions w Extension Methods and Inline Initialization of Anonymously Typed objects huh) then you are invited to the the NJ Code Camp this Saturday.  I'll be trying out a new & novel approach to explaining LINQ - We will begin with a simple .Net 1.1 application, then port it to 2.0, and finally over to LINQ under C 3.0, while highlighting the differences and related language..
http://blogs.msdn.com/asanto/archive/2005/10/14/480932.aspx

VS.NET Bug Easter Egg - October 2, 2005

After "Collapsing to Definitions" (Cntl-M,Cntl-O), Visual Studio decided to color the collapsed code section in black, white and red: Can anyone clue me in on whatwhy that is  It happened consistently while VS.NET was open, but only for that specific method.  After rebooting VS.NET I can't recreate this, so its a good thing I took a screenshot.  This is VS.NET 2005 RC1.
http://blogs.msdn.com/asanto/archive/2005/10/02/476258.aspx
Available Archives
- October (4 items)
- November (1 item)
- December (2 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact