PHP: Exposing web services - Part 1

May 6, 2010 by Christoff Truter - 3 Comments

How to expose web services in PHP using NuSoap and consume it in C# WCF

PHP  

C# : Windows Impersonation

May 4, 2010 by Christoff Truter - 14 Comments

How to impersonate an user using C# (e.g. Write to a protected shared folder)

C#  

C#: OCR (Optical Character Recognition)

May 3, 2010 by Christoff Truter - 13 Comments

OCR (Optical Character Recognition) in C# using MODI (Microsoft Office Document Imaging)

C#  

ASP.net Migration: ReadOnly TextBox persistance

April 28, 2010 by Christoff Truter

If you ever migrated from ASP.net 1.0 to ASP.net 2.0, you might have noticed the following issue.

C#   ASP.NET  

C#: Custom Attributes

April 25, 2010 by Christoff Truter

How to create custom attributes in C#

C#