Blogroll
Find
Categories
- .Net (15)
- ASP.Net (1)
- Australia (12)
- Azure (1)
- Blog (1)
- BSOD (1)
- C# (8)
- cloud (1)
- CodeMash (2)
- Conferences (1)
- F# (1)
- Game Review (4)
- Games (1)
- Kinect (1)
- Layout Controls (17)
- Linq (3)
- Networking (2)
- PDC (1)
- process (1)
- Scala (5)
- SharePoint (5)
- Silverlight (1)
- srt (5)
- Study Group (3)
- Uncategorized (4)
- Unity (7)
- WCF (1)
- Web programming (1)
- Windows 7 (2)
- WinForms (2)
- WPF (9)
- XNA (2)
Archive
- November 2013 (3)
- October 2013 (2)
- September 2013 (15)
- August 2013 (2)
- January 2013 (2)
- December 2012 (1)
- November 2012 (2)
- October 2012 (1)
- September 2012 (9)
- January 2012 (1)
- July 2011 (5)
- June 2011 (1)
- April 2011 (2)
- March 2011 (3)
- February 2011 (3)
- May 2010 (4)
- December 2009 (1)
- November 2009 (2)
- July 2009 (2)
- June 2009 (1)
- May 2009 (2)
- April 2009 (2)
- March 2009 (1)
- February 2009 (1)
- January 2009 (2)
- December 2008 (1)
- November 2008 (2)
- October 2008 (3)
Author Archives: Ben
WinForm stuck on a disconnected monitor
Recently, I had a customer report that the application I am writing got stuck off screen, and he couldn’t get at it. This happened by moving the application to his external monitor and then minimizing. After disconnecting the monitor, he … Continue reading
Posted in WinForms
Comments Off on WinForm stuck on a disconnected monitor
P2P with WCF
A couple posts ago I was doing some experimentation with TCPClient and TCPServer. The bulk of my testing was done by creating a simple chat application. After that I decided I wanted to figure out how to do the same … Continue reading
Posted in .Net, C#, Networking, WCF
Comments Off on P2P with WCF
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
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
Writing to a CD
In one of my projects I needed to be able to write data to a CD. I found a great article at code guru that helped me out:http://www.codeguru.com/csharp/.net/net_general/tipstricks/article.php/c15201 However, I did find one bug in his code. On page three … Continue reading
Posted in C#
Comments Off on Writing to a CD
When to use Linq: for/foreach
Many people around the office love Linq, but I haven’t used it much and hadn’t heard about it until I started here. I have written a few Linq queries (Linq to Objects) but don’t use them extensively in my coding. … Continue reading
Bitmap from Texture2D
I’m writing a map editor for a 2D XNA game and wanted to use a lot of the same code for displaying the map in the editor and in the actual game. However, I wanted the ease of use and … Continue reading
Posted in WinForms, XNA
2 Comments
7
Well, I’m glad to see that Windows 7 has the blue screen of death that we are all familiar with. At least some things don’t change, ever. I was very excited yesterday to get Windows 7 installed on my system. … Continue reading
CodeMash 2009
Last week I went to my first CodeMash. It was a lot of fun and quite exhausting. Since I didn’t have any experience with functional languages before CodeMash I decided to sit in on the talks about Erlang and the … Continue reading
Posted in CodeMash, Conferences
Comments Off on CodeMash 2009
Validation controls are pretty cool
I’ve been reading an ASP.Net book lately and just got to the information about Validation controls. These seem like a pretty sweet way to get a lot done with very little code. For example, say a that I want a … Continue reading
Posted in ASP.Net, Web programming
Comments Off on Validation controls are pretty cool
