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#): Output an image stored in SQL

July 4, 2010 by Christoff Truter - 2 Comments

How to display/add images from/to a SQL Database

C#   ASP.NET   SQL  

Register Custom URL Protocol handler

June 28, 2010 by Christoff Truter

How to register a custom URL protocol handler

C#   Integration  

C#: Expose internal members to outside assemblies

June 19, 2010 by Christoff Truter

How to expose internal members to external assemblies

C#  

ASP.net Tip: Register User/Custom Controls globally

June 15, 2010 by Christoff Truter

How to register user/custom controls globally in ASP.net

C#   ASP.NET  

ASP.net 2.0 (.net 3.5 SP1): URL Routing

June 6, 2010 by Christoff Truter - 10 Comments

How to map/rewrite urls in ASP.net 2.0 (Web Forms)

C#   ASP.NET