Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLParameter converting to integer
Message
De
24/06/2008 11:01:33
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01326205
Message ID:
01326372
Vues:
24
This message has been marked as a message which has helped to the initial question of the thread.
>>A couple of things I'm reading
>>
>>Writing Faster Managed Code: Know What Things Cost : http://msdn.microsoft.com/en-us/library/ms973852.aspx
>>
>>Writing High-Performance Managed Applications : A Primer : http://msdn.microsoft.com/en-us/library/ms973858.aspx
>>
>>Chapter 5 - Improving Managed Code Performance : http://msdn2.microsoft.com/en-us/library/ms998547.aspx
>
>I'll check them a bit later, thanks again.

You'll have to read them a couple of times (I had and I still do)
I'm investing time to learn good habits

The first link shows that eg
int i = 78799;

i /= 2;  // slower

i >>= 1; // faster
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform