Skip to content

Tag: c#

.NET Framework

CSV Parser

For some of my work, I work on data importers and other different tasks which require dealing with CSV and tab delimited…

June 16, 2011
Experience

COMP 306: Course Review

COMP 306 is a class about C++ and definitely required some previous experience programming in C, C# or some other object oriented…

March 4, 2011
.NET Framework

Sending Emails from C#.NET

Emails are incredibly easy to send from .NET especially your typical <a href="http://www.mail-list.com/list_owner/plain_text_email.html" target="_blank">plaintext</a> email. We will be making use of the <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.aspx">System.Net.Mail namespace</a> along with an <a href="http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">smtp server </a>you should already have setup or you could use a free one like Gmail.

August 5, 2009