Ever wanted to pull resources out of a compiled .Net assembly? This source code sample demonstrates how to easily extract any kind of resource file from a .Net binary, I’ve used it myself to successfully retrieve report files from several .Net applications,
Monthly Archives: July 2011
Sending and Receiving Email in C#
Hi Guys,
Ever needed to send or receive email using C#? is so take a look at my latest article that uses GMail to send and receive emails via a C# application!