BradVin's .Net Blog

Code, snippets, controls, utils, etc. Basically all things .net

Browse by Tags

All Tags » Free Code (RSS)
Creating vCalendars programmatically in C#
Have you ever wanted to send out meeting requests from your code? Well I wanted to do just that today. And I didnt want to reference the Outlook dll's. I simply wanted to send an email to an attendee's email address. After much searching and alot of useless...
Posted: Jan 16 2008, 08:29 PM by bradvin | with 11 comment(s)
Filed under: ,
UberUtils - Part 5 : Configuration
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections **** Please note that this code is using .NET 3.5 **** Now onto the post - everyone I'm sure has used...
Posted: Jan 16 2008, 06:07 PM by bradvin | with 3 comment(s)
Filed under: , ,
UberUtils - Part 4 : Collections
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections I figured it was about time I did another post in the UberUtils series seeing that I haven't written a...
Posted: Dec 13 2007, 12:30 PM by bradvin | with 4 comment(s)
Filed under: , , ,
ÜberUtils - Part 3 : Strings
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections So every developer has (or should have) a utilities class for strings. It seems the built-in string class...
ÜberUtils - Part 2 : Cryptography (continued)
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections I am now going to finish off the cryptography part of my ÜberUtils project. If you don't know about it...
Posted: Oct 07 2007, 09:35 PM by bradvin | with 1 comment(s)
Filed under: , , ,
ÜberUtils - Part 1 : Cryptography
ÜberUtils Series posts so far : Part 1 : Cryptography - Hashing Part 2 : Cryptography (Continued) - Encryption Part 3 : Strings Part 4 : Collections If you read my previous post , you would know that it is my time to give back to the community. So where...
Posted: Oct 02 2007, 07:37 PM by bradvin | with 4 comment(s)
Filed under: , , ,
More Posts