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)

Reading and Writing Excel Spreadsheets / Worksheets Using ADO.NET C# DbProviderFactory

posted @ Friday, May 26, 2006 4:26 PM | Feedback (0)

ReSharper 2.0 Released - Visual Studio Add-In for Refactoring : Code Completion : Code Generation : Unit Test Support :)

posted @ Monday, May 22, 2006 12:38 PM | Feedback (0)

Profiling .NET Code Snippets using Stopwatch Class in .NET 2.0 Framework

posted @ Friday, May 12, 2006 2:53 PM | Feedback (0)

Reflection and XmlSerialization Examples to Generate Body of Email From Object for System.Net.Mail

posted @ Monday, May 01, 2006 5:55 PM | Feedback (0)

Visual C# 2005 Recipes Book Review - C# Code Samples and Tutorials

posted @ Thursday, April 06, 2006 9:27 PM | Feedback (0)

Rotor 2.0 is Out ( Shared Source Common Language Infrastructure 2.0 )

posted @ Monday, March 27, 2006 2:49 PM | Feedback (0)

Expert C# 2005 Business Objects and CSLA .NET 2.0

posted @ Monday, March 27, 2006 2:29 PM | Feedback (0)

Encrypt ConnectionStrings in App.config

posted @ Tuesday, March 14, 2006 9:33 PM | Feedback (0)

Using Reflection and Attributes for Late Binding in Your .NET Classes - O/R Mappers

posted @ Tuesday, March 07, 2006 7:32 PM | Feedback (0)

Programmatically Creating Assemblies Using AssemblyBuilder - Verify Contents Using ILDASM

posted @ Sunday, February 05, 2006 11:37 PM | Feedback (0)

CSLA .NET 2.0 Public Beta Available - Expert C# 2005 Business Objects

posted @ Wednesday, February 01, 2006 8:22 PM | Feedback (0)

CSLA .NET 2.0 Public Beta Coming Soon - VB 2005 and C# 2005 Editions - Expert C# Business Objects

posted @ Wednesday, January 25, 2006 6:47 PM | Feedback (0)

Free Chess Game in Visual C# 2005 Express - Source Code - Chess Engine in C# - Chess Board Editor

posted @ Tuesday, January 24, 2006 10:00 PM | Feedback (0)

C# 2.0 - Get and Set Visibility of Class Properties and Indexers - Asymmetric Accessor Accessibility

posted @ Wednesday, January 18, 2006 2:55 PM | Feedback (0)

Create a Debugger Visualizer in Visual Studio 2005 for Custom Types and Classes

posted @ Monday, December 26, 2005 3:30 PM | Feedback (0)

Photo Album - ASP.NET 2.0 HttpHandler to Display Photos in Directory on Website - Free C# Source Code

posted @ Thursday, November 24, 2005 7:59 PM | Feedback (0)

Free Time Tracking Application - C# and VB Source Code - Track Billable Time and Project Work

posted @ Thursday, November 24, 2005 7:53 PM | Feedback (0)

Microsoft Professional Developers Conference (PDC) 2005 - Download Powerpoint Presentations Online

posted @ Friday, November 18, 2005 9:51 PM | Feedback (0)

ObjectDataSource Control and Concurrency in Multiuser ASP.NET Web Applications - OverwriteChanges - CompareAllValues

posted @ Wednesday, November 16, 2005 4:28 PM | Feedback (0)

Extending the ASP.NET 2.0 PayPal Commerce Starter Kit - InventoryProvider for Inventory Management

posted @ Sunday, November 13, 2005 10:24 PM | Feedback (0)

Creating Custom Item Templates in Visual Studio 2005 - Code Generation and Productivity

posted @ Sunday, November 06, 2005 7:23 PM | Feedback (0)

101 Samples for Visual Studio 2005 in C# or VB: Base Class Libraries - Data Access - Web Development - Windows Forms

posted @ Saturday, August 13, 2005 8:22 PM | Feedback (0)

C# Nullable Types - Lessen Impedance Mismatch of OOP and Relational Databases

posted @ Monday, May 23, 2005 5:36 PM | Feedback (1)

Main

News

Green Tea

.NET Development

Enterprise Library

Patterns & Practices