Articles in the Coding category

  1. Sealed classes in .NET ... but why?

    While tinkering with C#, I was experimenting with declaring methods "virtual." This effectively tells subclasses "you can override this method with your own implementation." After some more tinkering, it seems you can also hide methods that are not declared virtual by prefixing them with "new." But there is a difference ...

    Tagged as : C#
  2. It's alive!

    After many painful hours of Googling, more Googling, crying, pounding on the desk, and losing my temper in #mono, I have successfully added an ExecuteScript method to jscall, and the corresponding managed binding! With one method call in managed world it is now possible to execute an arbitrary script, passed ...

    Tagged as : C# C++ Gecko# VandalSniper
  3. Gecko# interaction

    While developing VandalProof, it has become very obvious that being able to interact with the DOM of the displayed page will be vital to achieving the program's goals. At this point, Gecko# does not offer any mechanism by which I can do this.

    I talked with mikalh in #mono ...

    Tagged as : C# C++ Gecko# VandalSniper

Page 8 / 8