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.


December 2007 - Posts

Ternary: Reducing code
I like my scripts to be readable and terse. They're scripts after all and I want to get the most done with the least amount of code. There's a lot to be said for having a readable script but I only value that when I intend to keep the script around for Read More...

Posted Tuesday, December 18, 2007 5:53 PM by Jared Parsons | 1 Comments

Filed under:

C# Lambda Type Inference
One of the limitations of C# type inference is that you cannot use it to infer the type of a lambda expression. For example, the following code will not compile var f = () => 4; Normally this is not too much of an issue because you can just explicitly Read More...

Posted Friday, December 14, 2007 12:41 PM by Jared Parsons | 1 Comments

Filtering get-psdrive to all Local Drives
Recently I needed to filter the return of get-psdrive to return all of my local hard drives. I didn't want to accidentally start operating on floppies, CDROM's and more importantly, network drives. There are a couple of ways to do this but I found the Read More...

Posted Thursday, December 06, 2007 2:49 PM by Jared Parsons | 2 Comments

Filed under:

Types of Immutability
By definition, an immutable object in computer science is one that is not able to change. Parallel coding is becoming more necessary as the number of cores in a processor are increasing but not the overall speed. As such immutability is will become more Read More...

Posted Tuesday, December 04, 2007 1:54 PM by Jared Parsons | 3 Comments

Filed under: ,

Getting my Fortune
Fortune is a Unix command that gets a random message from a set of databases and displays it on the screen.  These messages have a wide variety but tend to be funny, quirky or famous quotes (most are indeed geeky).  Nearly all unix systems have Read More...

Posted Monday, December 03, 2007 12:57 PM by Jared Parsons | 1 Comments

Filed under: ,

ViEmu and Suites
ViEmu is a Visual Studio Package which adds Vim keybinding support into Visual Studio.  For former VI users this is huge benefit as I can use all of my cryptic key combinations inside of Visual Studio. For those unfamiliar, Vi is one of the original Read More...

Posted Sunday, December 02, 2007 1:54 PM by Jared Parsons | 1 Comments

Filed under:

Page view tracker