Click here to Skip to main content
16,008,183 members
Home / Discussions / C#
   

C#

 
AnswerRe: 4 IT developers Pin
Ennis Ray Lynch, Jr.24-Feb-09 3:22
Ennis Ray Lynch, Jr.24-Feb-09 3:22 
AnswerRe: 4 IT developers Pin
PIEBALDconsult24-Feb-09 3:53
mvePIEBALDconsult24-Feb-09 3:53 
GeneralRe: 4 IT developers Pin
Ennis Ray Lynch, Jr.24-Feb-09 4:23
Ennis Ray Lynch, Jr.24-Feb-09 4:23 
GeneralRe: 4 IT developers Pin
PIEBALDconsult24-Feb-09 15:22
mvePIEBALDconsult24-Feb-09 15:22 
GeneralRe: 4 IT developers Pin
Ennis Ray Lynch, Jr.24-Feb-09 16:04
Ennis Ray Lynch, Jr.24-Feb-09 16:04 
GeneralRe: 4 IT developers Pin
Megidolaon25-Feb-09 22:19
Megidolaon25-Feb-09 22:19 
QuestionParsing nested blocks in SQL using C# [modified] Pin
aaCog24-Feb-09 1:21
aaCog24-Feb-09 1:21 
AnswerRe: Parsing nested blocks in SQL using C# Pin
Ennis Ray Lynch, Jr.24-Feb-09 3:24
Ennis Ray Lynch, Jr.24-Feb-09 3:24 
SQL Works best when using set based operations and not cursor based (ie, loops). Try to think of the data you need in terms of sets and write the query based on that and you will be amazed at the performance you will get. If you really want to perform cursor logic on your data your best bet may be to transfer the sets to your application and use application logic to do the combinations.


Need custom software developed? I do C# development and consulting all over the United States.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


QuestionRe: Parsing nested blocks in SQL using C# Pin
aaCog24-Feb-09 17:34
aaCog24-Feb-09 17:34 
GeneralFirefox-like Download listbox Pin
see_seA24-Feb-09 0:53
see_seA24-Feb-09 0:53 
AnswerRe: Firefox-like Download listbox Pin
Eddy Vluggen24-Feb-09 9:36
professionalEddy Vluggen24-Feb-09 9:36 
Questionis sqldataadpater supports only datasets to fill Pin
prasadbuddhika24-Feb-09 0:23
prasadbuddhika24-Feb-09 0:23 
AnswerRe: is sqldataadpater supports only datasets to fill Pin
High0ctane24-Feb-09 1:10
High0ctane24-Feb-09 1:10 
AnswerRe: is sqldataadpater supports only datasets to fill Pin
Ennis Ray Lynch, Jr.24-Feb-09 3:25
Ennis Ray Lynch, Jr.24-Feb-09 3:25 
Questionimplement ray tracing algorithm in c# Pin
Nettai24-Feb-09 0:19
Nettai24-Feb-09 0:19 
AnswerRe: implement ray tracing algorithm in c# Pin
Rob Philpott24-Feb-09 0:24
Rob Philpott24-Feb-09 0:24 
GeneralRe: implement ray tracing algorithm in c# Pin
Nettai24-Feb-09 0:36
Nettai24-Feb-09 0:36 
GeneralRe: implement ray tracing algorithm in c# Pin
Deresen24-Feb-09 1:32
Deresen24-Feb-09 1:32 
GeneralRe: implement ray tracing algorithm in c# Pin
ABitSmart24-Feb-09 1:58
ABitSmart24-Feb-09 1:58 
GeneralRe: implement ray tracing algorithm in c# Pin
Deresen24-Feb-09 2:04
Deresen24-Feb-09 2:04 
QuestionPassing Variant parameters by ref to ActiveX COM object Type Mismatch exception [modified] Pin
brettonansley24-Feb-09 0:00
brettonansley24-Feb-09 0:00 
Questionforce winforms custom control to be square Pin
Jon Hulatt23-Feb-09 23:47
Jon Hulatt23-Feb-09 23:47 
AnswerRe: force winforms custom control to be square Pin
Rob Philpott23-Feb-09 23:49
Rob Philpott23-Feb-09 23:49 
AnswerRe: force winforms custom control to be square Pin
#realJSOP24-Feb-09 0:16
professional#realJSOP24-Feb-09 0:16 
AnswerRe: force winforms custom control to be square Pin
benjymous24-Feb-09 1:28
benjymous24-Feb-09 1:28 

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.