Category Archives: C#

Silverlight 4 Data Binding: String Format

This is the second substantial coding post to reach my goal of three by the end of the year. In this post I will demonstrate the new string formatting functionality in Silverlight 4 data binding. There have been a lot … Continue reading

Posted in .NET, C#, Silverlight | 2 Comments

Writing Custom Exceptions

Source Code: Download This is the first post on my goal of writing 3 substantial posts by the end of the year. I decided to write this post on exception handling more specifically writing a Custom Exception. Why would we … Continue reading

Posted in .NET, C#, Exception Handling | Leave a comment

LINQ – Deferred Query Evaluation

I have recently started reading Programming Microsoft LINQ. I am still in the first few chapters but came across a aspect of LINQ that could cause a frustrating bug in a developer’s code. I have not used LINQ that much … Continue reading

Posted in LINQ | Leave a comment

What’s in that box

Recently someone asked me a question that any first year Computer Science major could answer without blinking an eye.  But for those of us who have been out of school for a while have to stop, think, have a brain … Continue reading

Posted in .NET, C#, Computer Science | Leave a comment