Arduino communicating with C#

Is it possible to receive data from Arduino through C#? I have code in C# I need to execute based on sensor input which the Arduino is controlling.

it is certainly possible. How you do it will depend on your experience level and what sensor information you want to send. How many sensors and what range of values (bytes or integers).

Are you already familiar with receiving serial data in C# If not, there is some example code here: http://csharp.simpleserial.com/ . and there was a project here TransIP - Reserved domain with source code that send serial data from an arduino to a c# program.

Hello All

Sure can and is easy got the board today and with in 1.5 hours have c# that opens the port and send data to the board and the board replys with and Thank you that displays in a text box

The http://csharp.simpleserial.com/ link supplied above is a walk up start and is worth a look if you wish to interface the board with c#

Thanks All

So did everything work out with Arduino and C#?
Did you try the same code a few days later without reprogramming anything?