Click here to Skip to main content
15,919,500 members
Home / Discussions / C#
   

C#

 
GeneralRe: Measuring the time consumed by an Algorithm Pin
Dalek Dave6-Oct-11 22:29
professionalDalek Dave6-Oct-11 22:29 
GeneralRe: Measuring the time consumed by an Algorithm Pin
Pete O'Hanlon6-Oct-11 22:36
mvePete O'Hanlon6-Oct-11 22:36 
QuestionDataGrid images input Pin
Xarzu6-Oct-11 1:16
Xarzu6-Oct-11 1:16 
AnswerPersistently ignores the correct forum. Pin
Pete O'Hanlon6-Oct-11 1:21
mvePete O'Hanlon6-Oct-11 1:21 
GeneralRe: Persistently ignores the correct forum. Pin
Xarzu6-Oct-11 10:37
Xarzu6-Oct-11 10:37 
QuestionIs there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one afte Pin
Xarzu6-Oct-11 1:11
Xarzu6-Oct-11 1:11 
AnswerRe: Is there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one Pin
Not Active6-Oct-11 2:28
mentorNot Active6-Oct-11 2:28 
GeneralRe: Is there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one Pin
TheGreatAndPowerfulOz6-Oct-11 7:23
TheGreatAndPowerfulOz6-Oct-11 7:23 
SELECT COUNT(1) ...
is more performant.

Even so, it will still perform the query, but won't return any data but the count. So, it will only be "faster" because it doesn't have to gather-up the data to send back over the wire. The resulting data still has to be produced in order to count it.
If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering” - Wernher von Braun

AnswerRe: Is there a way to find out if a query will return data before it is made? I have an unusual problem. My code uses a 3rd party dll to make database calls from my silverlight client to a sql server database. In my code, I make dozens of calls one Pin
Eddy Vluggen6-Oct-11 6:46
professionalEddy Vluggen6-Oct-11 6:46 
QuestionDisplaying an image generated in c++/CLI DLL Pin
eyalbi0076-Oct-11 0:38
eyalbi0076-Oct-11 0:38 
AnswerRe: Displaying an image generated in c++/CLI DLL Pin
BobJanova6-Oct-11 1:05
BobJanova6-Oct-11 1:05 
AnswerRe: Displaying an image generated in c++/CLI DLL Pin
Luc Pattyn6-Oct-11 2:46
sitebuilderLuc Pattyn6-Oct-11 2:46 
QuestionHelp with DriveInfo. VolumeLabel exception please Pin
CCodeNewbie5-Oct-11 22:55
CCodeNewbie5-Oct-11 22:55 
AnswerRe: Help with DriveInfo. VolumeLabel exception please Pin
CCodeNewbie5-Oct-11 23:08
CCodeNewbie5-Oct-11 23:08 
GeneralRe: Help with DriveInfo. VolumeLabel exception please Pin
Pete O'Hanlon5-Oct-11 23:26
mvePete O'Hanlon5-Oct-11 23:26 
AnswerRe: Help with DriveInfo. VolumeLabel exception please Pin
Manfred Rudolf Bihy5-Oct-11 23:17
professionalManfred Rudolf Bihy5-Oct-11 23:17 
GeneralRe: Help with DriveInfo. VolumeLabel exception please Pin
Matt Meyer6-Oct-11 11:20
Matt Meyer6-Oct-11 11:20 
GeneralRe: Help with DriveInfo. VolumeLabel exception please Pin
Pete O'Hanlon6-Oct-11 12:01
mvePete O'Hanlon6-Oct-11 12:01 
Questionc# binary to decimal code -new- Pin
mehmetali_065-Oct-11 19:41
mehmetali_065-Oct-11 19:41 
AnswerRe: c# binary to decimal code -new- PinPopular
Peter_in_27805-Oct-11 20:18
professionalPeter_in_27805-Oct-11 20:18 
GeneralRe: c# binary to decimal code -new- Pin
mehmetali_066-Oct-11 20:47
mehmetali_066-Oct-11 20:47 
GeneralRe: c# binary to decimal code -new- Pin
Perić Željko7-Oct-11 7:47
professionalPerić Željko7-Oct-11 7:47 
GeneralRe: c# binary to decimal code -new- Pin
Peter_in_27807-Oct-11 11:49
professionalPeter_in_27807-Oct-11 11:49 
GeneralRe: c# binary to decimal code -new- Pin
KP Lee10-Oct-11 10:57
KP Lee10-Oct-11 10:57 
GeneralRe: c# binary to decimal code -new- Pin
Peter_in_278010-Oct-11 14:42
professionalPeter_in_278010-Oct-11 14:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.