3
Answers

When is C# fast and slow?

myyulie

myyulie

21y
2.3k
1
I wonder when is C# fast and slow? why and in what case? If anyone know any reference in this related area, please let me know. thanks
Answers (3)
0
Vilas Gite

Vilas Gite

NA 2.9k 394k 13y
Hi myyulie 
 
yes, c# is fast when u write good code, for example  you are using loops instead of lengthly code then your program fast or you are use views or store procedures that time also your program work fast.

These are some features of C#, so please read the features/advantages of C#

http://en.wikipedia.org/wiki/C_Sharp_(programming_language)


:) 
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 13y
Is there something in particular you need to know about? Is there a specific project that you are designing or something like that?

C# and .Net are designed to provide the best possible balance of convenience, function and performance.
0
Mahesh Chand

Mahesh Chand

2 286.9k 123.7m 13y
When you write good code, C# is fast. If you write bad code, C# is slow.