March 07, 2009
This week on Channel 9, Dan and Brian are joined by MVP Martin Woodward to discuss this week's news, including: - Martin talks about the MVP Summit and how hewon the Team System MVP of the year. The prize, a pimp belt - Phil Haack: ASP.NET MVC RC 2 - Tutorial: How to enable Gzip compression on...
videos - Channel 9
[ Feed -
Focus -
Exclude ]
by
Dan
at 1:45 PM
February 28, 2009
It’s late, but here’s a little humor for ‘ya. I’ve been noticing recently that I’ve been getting some odd warnings in Visual Studio for variables that are defined and never used. Check out the following screen shot from C# code editor: Notice how the compiler is warning about isSelected no...
Rick Strahl's Web Log
[ Feed -
Focus -
Exclude ]
by
Rick Strahl
at 5:42 AM
December 19, 2008
Ah thought I go back to basics today for a post. An operation I rely on a lot when I’m working with text is the ability to extract strings with delimiters from within another string. RegEx can be quite useful for many scenarios of finding matches and extracting text, but personally for the 10 time...
Rick Strahl's Web Log
[ Feed -
Focus -
Exclude ]
by
Rick Strahl
at 5:51 AM
December 04, 2008
I recently had the chance to sit down with Jeff Richter and discuss his Power Threading Library. This library provides a simple technique for handling asynchronous development. By making clever use of C# Iterators, Jeff is able to make asynchronous code looks as though it is synchronous code the exe...
MSDN Blogs
[ Feed -
Focus -
Exclude ]
by
Charlie Calvert
at 1:23 AM
November 13, 2008
you can tell from the title there’s a Friday rant coming can’t you ? Well yeh, sometimes what should be a simple task of writing code becomes painstakingly slow. Take for example this one line of code: Dim doc = XDocument.Load("abc.xml") Now if you like to wri...
@ Head
[ Feed -
Focus -
Exclude ]
by
Bill
at 9:33 PM
April 26, 2008
Every once in a while when I write code that deals with Anonymous Delegates, I still kinda freak out when it comes to the behavior of closures and the variable scoping that goes along with it. For example, the following code uses a List<T>.Find() Predicate to search for items in the list and r...
Rick Strahl's Web Log
[ Feed -
Focus -
Exclude ]
at 9:24 PM
April 02, 2008
My flatmates and I are moving to another place. Actually, it's a place that is very close to the previous one, so we will still live in the center of Madrid. Basically the place is a bit better, with less traffic noise, and we now have a big terrace to enjoy the summer better! However, the move is t...
Monologue
[ Feed -
Focus -
Exclude ]
at 12:55 AM
March 24, 2008
I'm not supposed to deal much with low level technologies (unmanaged code, C language...), but in order to test things from the beginning to allow myself understand things better, I'm dealing with Atk for later translating code to C#+Atk#. One of the things I hate more is not having the excellent re...
Monologue
[ Feed -
Focus -
Exclude ]
at 8:20 AM
March 22, 2008
I'm specifically looking at automated builds, unit testing, better source control, and generally moving away from seat-of-the-pants coding and deployment, to specific processes. This is a Microsoft shop, if that helps. I'm a regular ol' software developer on a team that is growing in size, complexit...
Ask MetaFilter
[ Feed -
Focus -
Exclude ]
at 4:04 PM
March 11, 2008
I'm excited to be joining Novell, to work on some .NET 3.x libraries implementation on the Mono stack. I started to get things up and running for my new role in Calvin's A11Y Team last week in the Boston/Cambridge office, where the Microsoft+Novell interoperability lab is located, and had a great ti...
Monologue
[ Feed -
Focus -
Exclude ]
at 1:34 PM




