Browse by Tags

All Tags » Notes (RSS)
Today, I saw an article about Equals and ==, something confuses me. http://forums.asp.net/t/1511559.aspx So I do it myself.   1: static void Main( string [] args) 2: { 3: DoEQ(); 4: Console.ReadLine(); 5: } 6:   7: private static void DoEQ(...
Posted by Yonggang Meng | 12 comment(s)
Filed under: , ,
If you want to know what an assembly does, you can use Reflector to refactor the assembly and check the codes. If you want to know why binding assembly failed, you can use Assembly Binding Log Viewer to check it. Also you should set HKLM\Software\Microsoft...
Posted by Yonggang Meng | 1 comment(s)
Filed under: ,
I have a function which returns the last day of a month. The function is like this: In Javascript Editor , it works like the above picture. But in VS2008, it's strange. I am very strange for this, then I Bing , http://www.w3schools.com/jsref/jsref_parseInt...
Posted by Yonggang Meng | 15 comment(s)
Filed under: , , ,
I will keep this day in mind. The day my asp.net blog was created.
Posted by Yonggang Meng | with no comments
Filed under:
More Posts