Posts tagged with "C#"

C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure.

C# Threading: COM Apartment Model

September 13, 2010 by Christoff Truter

a simple description on how the COM Threading model works

C#   Threading  

C# Design Pattern : Singleton

August 10, 2010 by Christoff Truter - 4 Comments

How to create a Singleton Pattern in C#

C#   Design Patterns   Architecture  

C# Threading: Mutual exclusion (via Monitor Class)

August 6, 2010 by Christoff Truter

How to prevent that threads access shared resources concurrently via Monitor.

C#   Threading  

C# Threading: Mutual exclusion (via Mutex Class)

August 3, 2010 by Christoff Truter - 2 Comments

How to prevent that threads access shared resources concurrently via Mutex.

C#   Threading  

ASP.net: Understanding sitemaps

July 17, 2010 by Christoff Truter - 1 Comment

Post about how Pete the web developer fixed his sitemap

C#   ASP.NET