Get Answers to all your Questions

header-bg qa

A for loop run faster in vb.net or c#?

Answers (1)

best_answer

When default compiler settings are used, by default, VB.NET includes overflow checks, so it runs slower than C#.

Posted by

Deependra Verma

View full answer