Monthly Archives: May 2009

Windows 7 API Code Pack

Jay Wren told me yesterday about the Windows 7 managed API code pack that Microsoft has released. I spent a little bit of time looking at it today, and I’ve got to say that I’m pretty impressed. It provides interop … Continue reading

Posted in .Net, Windows 7 | Comments Off on Windows 7 API Code Pack

A Small TCP Experiment

I’m going to be writing some networking code for a personal project, so I spent some time learning to use TcpClient/TcpListener. After starting to learn them, I thought it might be interesting if I could send a delegate across the … Continue reading

Posted in .Net, C#, Networking | Comments Off on A Small TCP Experiment