I am developing some projects in C# and Silverlight but I am quite new at them.
I am trying to print lines of code in order to debug, but Console.Write() doesn't seem to work. I've created a Silverlight Application, not a Console Application where Console.Write() did work. How can I print in a console or in the output window in a Silverlight Application project?
Thanks.
LucĂa