Thursday, June 28, 2012

Coding Articles

This blog lists my code samples that I have posted on MSDN and Codeproject.com.

Here are my MSDN code samples:
Here are my Codeproject Articles:
I hope you find these samples helpful.

2 comments:

  1. hai dan,
    im vinoth from india.
    for the past few day's im learning piping concepts in c#. Your Named pipe code sample helped me a lot.
    Can you help me with Anonymous piping. while googling i found lots of code snippet even from msdn. They r quite catchy but cant implement and helps to create a sample application. pls help me..
    if you don't mine vinoth@pointelsolutions.com(samples)...:-)

    ReplyDelete
  2. Thanks for the reply. I haven't done anything with anonymous pipes. I don't really have the time to do anything more in this area. I did the named pipe project because I wanted to send string data from one app to another both running on the same system. It only took a few hours to develop the whole project. I'm sure you could switch it to use anonymous pipe without much trouble. Here is a link to Microsoft's howto for reference:

    http://msdn.microsoft.com/en-us/library/bb546102.aspx

    I also suggest you search on stackoverflow.com for tips. This is where found some of the code for my Pipe Server class.

    ReplyDelete