Aka Albert Einstein, had a lot of clever and witty remarks, like this one: Continue reading
If you dare, that is. Continue reading
What is phishing? How can you (not) fall into the trap? Continue reading
Namespaces in JavaScript (JS) are necessary construct for partitioning the code in even small applications.
Continue reading
Debating time slot has passed. No more time. Microsoft has only 3 ways out, a.k.a. “3 options” : Continue reading

C Sharp implicit casting
February 13th, 2008
There might be something very interesting for you in FM#. Maybe a interesting example of the usage, of C# implicit casting operator? … Wait, what is FM#?
FM# is (my) C# library of Foundation Mechanisms (aka FM).
For a start, let me offer some magic. Lets look in the method cast() of the util class. This method is used to get the value from the xml node, and cast it implicitly, to the C# variable of the same type. Reminder: value of the xml node is always an string. Confusing. Let’s just use this then. Here is the method footprint:
Continue reading