Welcome to MSDN Blogs Sign in | Join | Help

jaredpar's WebLog

Code, rants and ramblings of a programmer.

Syndication

News

Now Reading

Pragmatic Programmer

Pragmatic programming at it's best. The book is a light read and worth the time

Essential WPF

Thus far the best book I've read on WPF. Gets right down to working with WPF and the goals/history.

Purely Functional Data Structures

Reading this book makes me feel like I'm back in college. It will really get your mind going and is best read with a whiteboard handy.


September 2007 - Posts

Customizing Displays in the Debugger for System Types
We've heard feedback from several customers regarding the way certain types are displayed in the Debugger. Many of the displays exist to maintain the user experience between versions of Visual Studio. We constantly evaluate if this is the correct choice Read More...

Posted Friday, September 28, 2007 4:32 PM by Jared Parsons | 1 Comments

Filed under: ,

C++ Literal Number Grammar
Recently I was investigating a bug and ended up investigating the possible values of C++ literals for char and number types. The following page has a very useful and detailed grammar of C/C++ literals that came in handy. http://cpp.comsci.us/etymology/literals.htm Read More...

Posted Thursday, September 27, 2007 1:03 PM by Jared Parsons | 1 Comments

Filed under:

Testing your code
This is a little off topic from my typical purely technical discussion. I'm a huge advocate of automated code verification. Unit testing is preferred but really any method is acceptable as long as it gets the job done of testing your code. IMHO, testing Read More...

Posted Wednesday, September 26, 2007 5:29 PM by Jared Parsons | 1 Comments

Filed under:

C# Keyword Identifiers
This falls into the "learn something new everyday but not necessarily entirely useful bucket". An app I spend a bit of time on leverages the CodeDom heavily to spit out managed code. While running through some test cases the other day I noticed that it Read More...

Posted Wednesday, September 12, 2007 12:31 PM by Jared Parsons | 1 Comments

Filed under: , ,

Singleton Pattern
Quite awhile back I posted about how to create a re-usable singleton pattern in .Net. Link is here . A bit of time has passed and I've altered the pattern a bit. The reasons for the change are some new type inference patterns and FxCop cleanliness. The Read More...

Posted Tuesday, September 04, 2007 1:58 PM by Jared Parsons | 3 Comments

Filed under: , , ,

Page view tracker