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.

ASP.NET(C#) : Autocomplete TextBox - Part 1 (From Scratch)

March 27, 2011 by Christoff Truter - 13 Comments

Part one of how to create an autocomplete textbox using ASP.NET(C#)

C#   ASP.NET  

C# YouTube : Google API

March 12, 2011 by Christoff Truter - 43 Comments

Post on how to integrate with YouTube using the Google Data API

C#   Integration   Google API     This post is marked as obsolete.

C# : Custom configuration section

February 12, 2011 by Christoff Truter - 7 Comments

How to create your own custom app/web.config configuration section.

C#  

C# Design Pattern : Strategy

February 10, 2011 by Christoff Truter

The strategy design pattern defines a means by which we decouple a family of related algorithms and make them interchangeable among one another within a required context.

C#   Design Patterns   Architecture  

Interesting Exceptions: C# - PathTooLongException

January 27, 2011 by Christoff Truter - 7 Comments

When I told one of my developer friends that I am going to write a post about the PathTooLongException, he found it rather amusing

C#