Link Details

Link 45279 thumbnail
User 180410 avatar

By mihaicampean
via sorin.sese.ro
Published: Oct 04 2007 / 02:37

A few tips on optimizing C# code...
  • 9
  • 6
  • 1274
  • 342

Comments

Add your comment
User 246051 avatar

Michael Sync replied ago:

0 votes Vote down Vote up Reply

>>Carefull with the binding.

I agreed with Michai for binding statement. In our project, we try to not use the direct ADO object or DataReader or DS .. we use only business objects in Presentation layer...

>>Avoid List and use Dictionary when making caches.

I think you need to explain about that more details. (how did you know Dictionary class is 10 times faster than List? how did you test? )

seems like "title" is more interesting than the content.

Thanks.

User 205235 avatar

skain replied ago:

0 votes Vote down Vote up Reply

Another master of the obvious.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.