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# - IIS: List Websites

December 16, 2010 by Christoff Truter - 10 Comments

How to list IIS websites using C#

C#   IIS  

C# Operators: Conversion Operators (implicit / explicit)

December 13, 2010 by Christoff Truter

How to use Implict and Explicit conversion operators in C#

C#  

Microsoft Dynamics CRM 4.0: C# - Add file to an account

November 23, 2010 by Christoff Truter

How to add a file to an Microsoft Dynamics CRM 4.0 account programmatically using C#

C#  

C# Design Pattern : Observer

November 14, 2010 by Christoff Truter

How to implement the Observer Pattern in C#

C#   Design Patterns   Architecture  

Miscellaneous : Coalesce

November 2, 2010 by Christoff Truter

The basic purpose of a coalesce function/operator is to return the first non null value in a list of values

C#   PHP   SQL