Skip to content

Instantly share code, notes, and snippets.

View kyriakosio's full-sized avatar
🎯
Focusing

Kyriakos Ioannou kyriakosio

🎯
Focusing
  • Nicosia, Cyprus
View GitHub Profile
@yoeun
yoeun / Log.cs
Created May 26, 2011 22:17
Write to browser Javascript console from Silverlight in most browsers. Works with code outside of UI thread.
// Credit: Kodierer http://bit.ly/pqcSq
using System;
using System.Threading;
using System.Windows;
using System.Windows.Browser;
using System.Windows.Threading;
public class Log
{