Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » CDONTS   (RSS)

OT: Proper Pronunciation of CDONTS...

FYI IMO there a lot of TLA's out there these days. Some acronyms get pronounced phonetically like ISAPI ("eye-sap-ee") and MAPI ("map-ee") while others are enunciated simply by reading the letters like ESM ("E-S-M") and NTFS ("N-T-F-S"). Usually the presence

FYI: System.Web.Mail is deprecated use System.Net.Mail

While we are on the topic of System.Web.Mail , it is important to note a new namespace in version 2.0 of the .NET Framework. There is a brand new namespace for sending mail via managed code, it is called System.Net.Mail . Have no fear, System.Web.Mail

MYTH: SmtpMail.SmtpServer.Insert(0,"127.0.0.1") Actually Does Something

One of the principles of the Information Age is that anybody with a blog like mine or a Code Project account can write an article viewable to millions of people around the world. As a support engineer, I love and hate this at the same time. Take the following Code Project article for example...
 
Page view tracker