Browse by Tags
Sorry, but there are no more tags available to filter with.
- More of the most used APIs defined in the BCL?
-
Great comments from my last post... Here is my interpretations, comments\disagreements welcome ;-) 1,System.Type.GetTypeFromHandle(System.RuntimeTypeHandle handle),15399 As was mentioned in my comments, this is from the C# keyword “typeof” Read More...
- WinFX Trivia Quiz Answer: What are the most used APIs in the BCL?
-
Great guesses on my recent quiz ... Here are the answers... Now a question for you -- any theories on why this APIs are so popular? 1,System.Type.GetTypeFromHandle(System.RuntimeTypeHandle handle),15399 2,System.Byte[,,].Set(Int32 ,Int32 ,Int32 ,Byte Read More...
- WinFX Trivia Quiz: What are the most used APIs in the BCL?
-
A guy on my team has been playing around with an API usage frequency tool… the idea is to gather data on the most used APIs in the framework. What he does is scan the IL for all calls to methods and sum the number of calls for each API defined in Read More...