You need first to nderstand the best practices in .NET and C#. cause
otherwise, even if you find a bottleneck, how are you going to solve it? :)
Check Jon Skeet's book. Also in MSDN you will find lot of articles about
what best practices to follow. Like how to better compare strings, string
concatenation, etc
"Christian Havel" <ChristianHavel @discussions.mi crosoft.comwrot e in
message news:7BBF75FB-379B-4258-B7E4-F06993A2435A@mi crosoft.com...
Hi,
>
I am looking for a source (e.g. book) how to improve the performance of C#
applications.
>
Christian
Comment