Welcome to MSDN Blogs
Sign in
|
Join
|
Help
A blog on coding, .NET, .NET Compact Framework and life in general....
I know the answer (it's 42)
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Amazing India
C# / .NET / Coding
Everything else
Fun
Garbage Collection
Ruby
Software
Team System
Tech
Technology
User interface
News
Web Site
Who links to my blog
Archives
September 2009 (3)
August 2009 (1)
June 2009 (1)
May 2009 (1)
April 2009 (8)
March 2009 (9)
February 2009 (5)
January 2009 (6)
December 2008 (1)
November 2008 (1)
October 2008 (6)
September 2008 (5)
August 2008 (3)
July 2008 (7)
June 2008 (2)
May 2008 (12)
April 2008 (4)
March 2008 (1)
February 2008 (3)
January 2008 (4)
December 2007 (4)
November 2007 (9)
October 2007 (3)
September 2007 (6)
August 2007 (5)
July 2007 (7)
June 2007 (12)
May 2007 (7)
April 2007 (2)
March 2007 (3)
February 2007 (8)
January 2007 (7)
December 2006 (11)
November 2006 (7)
October 2006 (4)
September 2006 (1)
August 2006 (11)
July 2006 (7)
June 2006 (5)
May 2006 (5)
April 2006 (7)
March 2006 (7)
February 2006 (11)
January 2006 (18)
December 2005 (15)
November 2005 (14)
October 2005 (15)
September 2005 (13)
August 2005 (10)
July 2005 (1)
June 2005 (3)
May 2005 (1)
April 2005 (1)
March 2005 (1)
January 2005 (2)
December 2004 (2)
November 2004 (2)
C# / .NET
Don Box
JFo's coding
Rico Mariani
Mike Stall
Way Ward
Jomo
Eric Lippert
Brad Abrams
Dan Fernandez
Everything else
Larry Osterman
Raymond Chen
Scoble
Joel
Flowstate
Team System
Rob Caron
Brian Harry
buck hodges
James Manning
September 2008 - Posts
Friday, September 26, 2008 10:42 PM
Tail call optimization
I had posted about tail call and how .NET handles it before . However there was some email exchanges and confusion on internal DLs around it and so I thought I'd try to elaborate more on how .NET goes about handling tail calls Let’s try to break
Posted by
abhinaba
|
1 Comments
Filed under:
.NET CF
,
Software
Wednesday, September 17, 2008 10:42 AM
A* Pathfinding algorithm animation screen saver
I'm trying to learn WPF and IMO it is not a simple task. Previously whenever I upgraded my UI technology knowledge it had been easy as it build on a lot of pre-existing concepts. However, WPF is more of a disruptive change. I decided to write some simple
Posted by
abhinaba
|
1 Comments
Filed under:
C# / .NET / Coding
,
Software
,
Technology
Monday, September 15, 2008 10:42 AM
How Many Types are loaded for Hello World
<Updated> Consider the following super simple C# code namespace SmartDeviceProject1 { class Program { static void Main(string[] args) { System.Console.WriteLine("Hello"); } } } Can you guess how many managed Type gets loaded to run this? I was doing
Posted by
abhinaba
|
11 Comments
Filed under:
C# / .NET / Coding
,
.NET CF
,
Software
Thursday, September 11, 2008 4:22 PM
Designer for my path finding boards
I'm writing a small application (or rather a screen saver) that animates and demonstrates A* search algorithm . The idea is simple. On screen you see a start and end point and some random obstacles in between them. Then you see animation on how A* algorithm
Posted by
abhinaba
|
1 Comments
Filed under:
C# / .NET / Coding
,
User interface
,
Fun
,
Software
Wednesday, September 10, 2008 12:42 AM
It's is easy to claim that the world won't get destroyed today
The clock is ticking and the Large Hadron Collider in Cern is going to get switched on today (9/10/2008). Even though there are speculations, CERN is claiming it's perfectly safe and the world won't end. But it's easy to claim that, who'll be around to
Posted by
abhinaba
|
3 Comments