The Developer Stash

Arbitrary Contemplations
posts - 19, comments - 27, trackbacks - 0

My Links

News




Locations of visitors to this page

 





Elroy D'silva's Blog

Twitter












Archives

Post Categories

Blogs I read

C#

VSX Add-in Development Adventures: Window.Object returns NULL

posted @ Saturday, August 29, 2009 1:01 PM | Feedback (0) | Filed Under [ C# ]

C# 3.0 for Beginners - Extension Methods - Part 2

posted @ Monday, January 05, 2009 11:32 PM | Feedback (0) | Filed Under [ C# ]

C# 3.0 for Beginners - Extension Methods - Part 1

posted @ Thursday, November 06, 2008 6:29 PM | Feedback (0) | Filed Under [ C# ]

C# 3.0 for Beginners - Query Execution in LINQ

posted @ Tuesday, November 04, 2008 8:48 PM | Feedback (0) | Filed Under [ C# ]

C# 3.0 for Beginners - Learning LINQ - An Overview

posted @ Monday, November 03, 2008 10:25 PM | Feedback (1) | Filed Under [ C# ]

Anonymous methods in C#

posted @ Sunday, November 02, 2008 10:23 PM | Feedback (1) | Filed Under [ C# ]

Did you know the two uses of ‘default’?

You’ve used the default keyword in C# as many times as possible in switch statements to indicate the default operation to be carried out. That’s one place where you would normally use the default keyword. You can also use the default keyword in generic code where it specifies the default value of the type parameter which is null for reference types and zero for value types.Read More..

posted @ Friday, October 31, 2008 7:22 PM | Feedback (0) | Filed Under [ C# ]

Conditional compilation in C#

Programmers need to debug, debugging sometimes requires identification of points in your program where a programmer would like to insert code that would help him/her to debug his/her code efficiently. A simple example might be inserting a Console.Writeline() call that prints out values or indicates completion (successful or unsuccessful) of the executed part. However, these lines can clutter up the code structure and also needs removal of the debugging code for the release of the entire software

posted @ Friday, October 31, 2008 6:55 PM | Feedback (4) | Filed Under [ C# ]

Covariance and Contravariance in delegates

If you’ve used delegates while programming you probably know about covariance and contravariance in delegates that provide a degree of flexibility when you match method signatures with delegate types. Read More...

posted @ Wednesday, October 22, 2008 2:29 PM | Feedback (2) | Filed Under [ C# ]

Efficient XML processing

Nowadays, many developers deal with a lot of XML files everyday. These files can be anything ranging from uses in configuration, documentation, databases where they are used for data sharing, data transport or simplifying platform changes. These files can grow to a very large size and need to be processed in an optimized way. Read More...

posted @ Wednesday, August 27, 2008 2:13 PM | Feedback (0) | Filed Under [ C# ]

Powered by: