fertilefrog_rr
Stopping Microsoft Bouncing Email as Spam
Microsoft public email servers (e.g. hotmail.co.uk/live.co.uk/outlook.com) seem to assume that any new SMTP server on the internet is a spammer unless you tell it otherwise. ...
Read More
Notes on Creating a Multidomain SSL Certificate on IIS7
Creating the CSR: Everything you need to know is here: Create a CSR with SHA256 signature algorithm Importing the certificate: Save the certificate to a .cer ...
Read More
Fast SQL Server Inserting Data from .NET
Today we needed to insert a large amount (250,000 rows) of automatically generated data into a SQL Server database. Generating the data was very fast, ...
Read More
Software Development Job in Stony Stratford, Milton Keynes
Rectangle Red are recruiting as of March 2014 – we are looking for another talented developer to join our growing team. Click here to see ...
Read More
How Strong is Your Password?
Here’s a rather neat online tool which you can use to measure the strength of your passwords, which is directly related to how long the ...
Read More
Deep Copying an Object in VB.NET
A curious omission in .NET is the ability to make a deep copy of an object which is independent of the original object – i.e. ...
Read More