11 Apr
2010

Pluralcast 13 : Women in Technology

  Listen to this episode! [41:37] In this episode, I visited with several women who shared their stories of simply being women in our field. Meagon Marshall Meagon Marshall is the Director of Marketing for Pluralsight. Meagon focuses on market strategy & execution, public relations, community & partner building to evangelize Pluralsight training within the […]

Read More
1 Apr
2010

Social Media as a Software Development Tool?

One thing about software development I have always struggled with is inter-team communication. As I develop, I am often thinking things like “I need to make sure I tell Elvis I moved this method” or “The team is really going to like the reduced friction of this new implementation”. I have used various methodologies to […]

Read More
15 Mar
2010

Pluralcast # 11 : Parallel Programming in .NET 4

Category:General PostTag: :

Listen to this episode! [51:56] Stephen Toub joined me for a great discussion about the new Parallel Programming features in .NET 4. Formally known as the Parallel Extensions Library for .NET, these new features have graduate from DevLabs and are available out of the box in Visual Studio 2010. These exciting new features in .NET […]

Read More
15 Feb
2010

PowerShell – background task that speaks to me

Category:General PostTag: :

Today I was testing a long running task where my basic scenario was to execute at the PowerShell prompt. C:\dev> LongRunningTask.exe > Test1.txt C:\dev> LongRunningTask.exe > Test2.txt C:\dev> LongRunningTask.exe > Test3.txt Change some code and do it all over again. C:\dev> LongRunningTask.exe > Test4.txt C:\dev> LongRunningTask.exe > Test5.txt C:\dev> LongRunningTask.exe > Test6.txt Although seemingly simple […]

Read More