| c# Programming Glossary: vb'sC#'s edge over VB [closed] http://stackoverflow.com/questions/380274/cs-edge-over-vb  multiple types of Exceptions. Edit Some more differences. VB's Is operator compares two objects to determine if they are the.. 
 How does C# 5.0's async-await feature differ from the TPL? http://stackoverflow.com/questions/4054263/how-does-c-sharp-5-0s-async-await-feature-differ-from-the-tpl  from the TPL  I don't see the different between C#'s and VB's new async features and .NET 4.0's Task Parallel Library . Take.. 
 Ternary operator VB vs C#: why resolves Nothing to zero? http://stackoverflow.com/questions/4147277/ternary-operator-vb-vs-c-why-resolves-nothing-to-zero  operator   share improve this question   This is because VB's Nothing is not a direct equivalent to C#'s null . For example.. 
 Difference in months between two dates http://stackoverflow.com/questions/4638993/difference-in-months-between-two-dates  months between two dates in C# Is there is equivalent of VB's DateDiff method in C#. I need to find difference in months between.. 
 The call stack does not say “where you came from”, but “where you are going next”? http://stackoverflow.com/questions/6595473/the-call-stack-does-not-say-where-you-came-from-but-where-you-are-going-next  a bunch of white papers and a preview release of C# and VB's new async await feature plus a forum for support Q A go to http.. 
 What's the equivalent of VB's Asc() and Chr() functions in C#? http://stackoverflow.com/questions/721201/whats-the-equivalent-of-vbs-asc-and-chr-functions-in-c  the equivalent of VB's Asc and Chr functions in C#  VB has a couple of native functions.. 
 Reference equality performance difference? ((object)obj1 == (object)obj2) vs. object.ReferenceEquals( obj1, obj2 ) http://stackoverflow.com/questions/735554/reference-equality-performance-difference-objectobj1-objectobj2-vs-ob  reference equality check for the record it's equivalent to VB's Is operator and will often be inlined by the JIT especially.. 
 Globally catch exceptions in a WPF application? http://stackoverflow.com/questions/793100/globally-catch-exceptions-in-a-wpf-application  program execution as if nothing happened kinda like VB's On Error Resume Next . Is this possible in C# And if so where.. to counter those people that were taking my analogy to VB's OERN too literally. I know that blindly ignoring certain classes.. 
 VB equivalent for C#'s default(T) http://stackoverflow.com/questions/833791/vb-equivalent-for-cs-defaultt  equivalent for C#'s default T  What is VB's equivalent for C#'s default T  c# vb.net   share improve this.. 
 |