Being new to .NET and Silverlight, I noticed that many of the tutorials for Silverlight (Tim Hayers' blog, Silverlight TV, etc.) are in C #. I know that the general difference between VB and C # is usually preferable.
However, one of the main differences that I noticed is how C # and VB.NET handle events. Is this just a syntactic difference, or is it one or the other optimized to handle events better? For example, they are both compiled to the same intermediate language, but is the code identical? Since Silverlight relies heavily on this, I thought it might be worth considering.
Given the experience on this forum, I was wondering if someone had done a research on this or a performance test.
source
share