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...

C# dynamic keyword

less than 1 minute read

.NET 4.0(vs2010) introduced the dynamic feature to support better integration of dynamic language such as Python, Ruby etc. Example) Without dynamic feature....