PC Review


Reply
Thread Tools Rate Thread

best practices for code bits - performance

 
 
Picho
Guest
Posts: n/a
 
      6th Jan 2005
Hi guys,

does any of you know of a resource that binds up all the little things we
should favour in terms of performance in c#?

for example...

building a string,
itterating (foreach vs. for)
etc

thanx,

Picho


 
Reply With Quote
 
 
 
 
Sahil Malik
Guest
Posts: n/a
 
      6th Jan 2005
Not exactly performance, or only performance, but there's a took called
FxCop that checks your code for best practices etc. Recommended

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik


"Picho" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi guys,
>
> does any of you know of a resource that binds up all the little things we
> should favour in terms of performance in c#?
>
> for example...
>
> building a string,
> itterating (foreach vs. for)
> etc
>
> thanx,
>
> Picho
>



 
Reply With Quote
 
Christoph Nahr
Guest
Posts: n/a
 
      6th Jan 2005
I don't know of any single convenient source that collects all tips,
but you should read Rico Mariani's blog: http://blogs.msdn.com/ricom/

He's the .NET performance guy among the Microsoft bloggers and has
many good tips. Be aware that he doesn't consider good coding
practices in his blog -- you'll have to weigh such decisions yourself!

One paper available from Microsoft covering the same ground is
"Improving .NET Application Performance and Scalability" at
http://msdn.microsoft.com/library/en...l/scalenet.asp
but they don't go into all the details as Rico Mariani does.
--
http://www.kynosarges.de
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: FOR ALL - Best Practices for navigating within code? -plus - Add-In's that help? jeff Microsoft VB .NET 4 31st Aug 2006 08:26 PM
FOR ALL - Best Practices for navigating within code? -plus - Add-In's that help? Rex Microsoft VB .NET 1 30th Aug 2006 04:36 PM
Code documentation practices maflatoun@gmail.com Microsoft Dot NET Framework 2 10th Aug 2006 08:59 PM
Using Try / Catch - Performance and best-practices Daniel Portal Microsoft C# .NET 8 10th Nov 2005 08:51 PM
how do you store your code bits Jesper F Microsoft Access VBA Modules 1 29th Oct 2004 12:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:42 AM.