Browse by Tags

All Tags » .NET (RSS)
Sorry, but there are no more tags available to filter with.

LINQ; DLING; XLING; TO THE FUTURE - YODA

Wow. I was impressed with LINQ strength. Basically you can write query expressions within your C# codes in near future. Sometimes I felt quite weird about query languages (say SQL). But I believe it will be handy for future software development using...
Posted by chuawenching | with no comments
Filed under:

Test a C# exe without the source code

I has writen a simple illustration as below, in order to test a simple C# program that accepts input and perform factorial calculation to it. I am hoping to hear feedback from you. I will try to be specific and explain in steps by steps. General Assumption...
Posted by chuawenching | 4 comment(s)
Filed under:

Standard ECMA-335 CLI June 2005

I just downloaded this specification and tried my best to understand: Partition II: Metadata Definition and Semantics Partition III: CIL Instructions Set You can download it here http://www.ecma-international.org/publications/standards/Ecma-335.htm It...
Posted by chuawenching | with no comments
Filed under: