ElegantCode

A software blog

16 Apr
2010

Linfu Duck Typing Part 1 – Revealing Secrets

Don?t you just hate it when a class in the .NET Framework or another third-party library or framework provides that particular feature you?re looking for only to realize that this class has not been made accessible? One blatant example of this is the SqlCommandSet class in the System.Data.SqlClient namespace. One can use reflection in order […]

Read More
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
9 Apr
2010

Book Review: ASP.NET MVC in Action

Category:UncategorizedTag: :

Earlier this week I finished reading ASP.NET MVC in Action written by Jeffrey Palermo, Ben Scheirman and Jimmy Bogard.  I came across several good reviews about this book so I finally decided to give a read.  This book is not just about the API?s of the ASP.NET MVC framework but also about good design principles […]

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
1 Apr
2010

Visual Studio: Open in Full XAML View by Default

So I am using Visual Studio 2008 for developing WPF and Silverlight applications.  The one thing that really annoys me is when I open a .XAML file and then Visual Studio automatically opens the file in split view mode.  I am sure you are well aware of how VS 2008 support for the preview pane […]

Read More