SATA I vs SATA III on SSD

Hi,

I’ve got two laptops:

  1. Lenovo T60 with SATA I
  2. DELL E6430 with SATA III
Check out what’s the difference between SATA 1 and SATA 3 using Kingston V300 128 GB SSD disk.
SATA I test on Lenovo T60 using AS SSD benchmark:

 Second test:
SATA III test on Dell E6430 using the same benchmark:
Well. The speed on SATA III is a little bit better. I don’t know why write speed is so low.
Cheers!

How to log in to WordPress dashboard using C#?

It works and it gets all cookies to get access to WordPress admin dashboard. You have to use SslStream and TcpClient. WebHelper in this code is WebClient with cookies support. It connects via SSL (https), creates CookieContainer and put it into WebClient (“WebHelper” in my code). You can modify this code to your needs of course.

http://pastebin.com/qAqCGLUj

Cheers