Blog Posts

Recent posts

C# SMTP client using CDO

1 minute read

The following code utilize the CDO service of Windows OS to send an email. In my research CDO SMTP client can only support SSL/TLS connection type for using ...

C# WPF extended toolkit

less than 1 minute read

Extended WPF toolkit provide the various UI for building WPF based application. You can find the details from the following link. http://wpftoolkit.codeplex....

C# WCF instance configuration

1 minute read

WCF has the confusing mechanism for management of instance on RPC call. The following separating shows an example of this situation. If you are more interest...