Archives
- May 2012 (2)
- March 2012 (1)
- February 2012 (2)
- July 2011 (1)
- May 2011 (1)
- April 2011 (4)
- March 2011 (1)
- February 2011 (1)
- December 2010 (3)
- September 2010 (1)
- July 2010 (1)
- June 2010 (2)
- February 2010 (1)
- January 2010 (1)
- December 2009 (2)
- November 2009 (9)
- October 2009 (1)
- September 2009 (3)
- May 2009 (2)
- April 2009 (1)
- October 2008 (2)
What I am writting about
.NET 2010 Goals Bing Maps Blogging C# Computer Science Enterprise Application Block Exception Handling Give Camp HTML5 Introduction Leadership LINQ MEF MIX11 Mix 2010 MVVM MVVMLight OData PDC09 Side Project Silverlight Software Architecture Uncategorized WCF WCF RIA Services Windows 8 Windows Phone Series 7 WP7 WPF
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