C# 2.0

Visual Studio 2008 and .NET Framework 3.5 Training Kit - Labs Tutorials Powerpoint Presentation Demos

posted @ Monday, March 31, 2008 8:08 PM | Feedback (0)

Pluggable Frameworks and Libraries - Discovering Classes Using Reflection and Attributes

There are many ways to make frameworks and libraries more extensible via pluggable providers. Here is code that shows how to using reflection and custom attributes to find types in an assembly to evaluate expressions in a custom configuration section. This draws upon the concept of ExpressionEvaluators and ExpressionBuilders. Read more...

posted @ Thursday, October 04, 2007 10:20 PM | Feedback (0)

Dependency Injection and Model View Presenter with WCSF Scenario

posted @ Saturday, September 22, 2007 4:27 PM | Feedback (0)

Microsoft MVP C# Award 2007

posted @ Monday, January 01, 2007 2:22 PM | Feedback (0)

Check If Type is a Nullable Type - Convert Nullable Type to Underlying Type - NullableConverter - C# 2.0 Generics

When doing Object-Relational Mapping, Nullable Types are a beautiful thing. They allow you to support nullable columns in databases that map to a value type in the CLR. Examples of this may be DateTime and Int32 types that are allowed to be null in the database. The challenges are verifying if a type is a nullable type and converting it to its underlying type. Here is some C# code that does just that...

posted @ Sunday, November 26, 2006 1:33 PM | Feedback (0)

C# Conditional Operator ( ?: ) and Null-Coalescing Operator ( ?? )

posted @ Wednesday, July 05, 2006 1:39 PM | Feedback (0)

Agile Principles, Patterns, and Practices in C# by Robert Martin

I just got back from a long and much needed vacation. While spending most of the day trying to make a dent in my Inbox, I came across an email from Amazon mentioning a new book from Robert Martin, called Agile Principles, Patterns, and Practices in C#...

posted @ Monday, July 03, 2006 11:34 PM | Feedback (0)

CSLA .NET Application Framework v2.0.2 Available - Expert C# 2005 Business Objects

posted @ Tuesday, June 20, 2006 11:07 AM | Feedback (0)

Singleton Design Pattern and ReaderWriterLock Class in CLR via C# - Design Pattern Examples

posted @ Tuesday, June 06, 2006 10:50 AM | Feedback (0)

C# 2.0 Anonymous Methods

posted @ Sunday, May 28, 2006 12:46 PM | Feedback (0)

Full C# 2.0 Archive

Main

David Hayden Google +

David Hayden Twitter

Health & Fitness

JavaScript Patterns Book Review

HTML 5 and CSS3 - Develop with Tomorrow's Standards Today

Professional ASP.NET Design Patterns Book Review

Beginning Mac Programming Book Review

C# in Depth Book Review

ASP.NET MVC

Orchard CMS

Categories