Permalink 16/03/07 02:37:57 pm Categories: Technical, Rants , 1208 words, English (AU)

“Guidelines”?

I saw this list of “Basic C# coding guidelines” and I started off just replying to it in a comment, but there are so many that I disagree with, that I’m going to do it in a whole separate post.I’ll answer all the ones I disagree with, if I didn’t inc… more »
Permalink 06/03/07 02:41:44 pm Categories: .NET General , 98 words, English (AU)

Side-by-Side assemblies

I was getting the following error recently:Error: The Side-by-Side configuration information in "<mydll>" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the applica… more »
Permalink 06/03/07 11:19:45 am Categories: Email - Spam , 846 words, English (AU)

Today’s sender active anti-spam – Email

Last time, I talked about what I call “sender passive” anti-spam techniques, where the sender doesn’t have to do anything special outside the SMTP protocol to get messages through. These techniques are OK, except for one major problem: because the sender… more »
Permalink 05/03/07 08:37:21 am Categories: .NET General , 470 words, English (AU)

Dynamically generating a [DllImport]

If you’ve ever worked with P/Invoke before, you’ll no doubt know that the typical usage pattern is something like this:[DllImport("user32", CharSet=CharSet.Auto)]int MessageBox(IntPtr hWnd, string lpText, string lpCaption, uint uType);This is g… more »
Permalink 24/02/07 10:22:56 pm Categories: Email - Spam , 990 words, English (AU)

Today's sender passive anti-spam - Email

I mentioned before how there are two basic forms for combating the email spam problem currently. I call these two methods “sender passive” and “sender active,” depending on whether the sender has to do something other what is specified in the basic SMTP… more »

<< 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 24 >>