Archive for October, 2009

C# different ways of declaring a delegate

By admin - Last updated: Friday, October 30, 2009

Lambda is quick and sweet.

class DelegateTests
    {
        public void Run()
        {
            // there are many ways to call method Test
            // 1, declare Func<int, string> delegate
            Func<int, string> func1 = MyFunc;
    [...]

Quick Programming References

By admin - Last updated: Friday, October 30, 2009

Ajax, C++, Java, Python, PHP, Perl, ASP, Unix, Ruby, Google, HTML, CSS, XML etc

Actionscript

Quick reference/Cheatsheet for ActionScript 2.0

Ajax

[...]