Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: String value in C# Pin
BobJanova5-Jul-11 0:39
BobJanova5-Jul-11 0:39 
GeneralRe: String value in C# Pin
Pierre besquent5-Jul-11 0:47
Pierre besquent5-Jul-11 0:47 
GeneralRe: String value in C# Pin
mabo425-Jul-11 2:45
mabo425-Jul-11 2:45 
GeneralRe: String value in C# Pin
Pierre besquent5-Jul-11 5:55
Pierre besquent5-Jul-11 5:55 
GeneralRe: String value in C# Pin
Richard MacCutchan5-Jul-11 6:35
mveRichard MacCutchan5-Jul-11 6:35 
GeneralRe: String value in C# Pin
BobJanova5-Jul-11 6:02
BobJanova5-Jul-11 6:02 
Questiondynamic group by via LINQ Pin
devvvy4-Jul-11 18:16
devvvy4-Jul-11 18:16 
AnswerRe: dynamic group by via LINQ Pin
Abhinav S4-Jul-11 20:30
Abhinav S4-Jul-11 20:30 
Have a look at this neat article[^], especially the GroupData function. Once you dynamically build the data, you can use
Func<DataRow, String> groupingFunction = GroupData; as shown in the article.
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it.

QuestionUnmanaged dll call from C#, AccessViolationExceptionMessage [modified] Pin
marca2923-Jul-11 22:24
marca2923-Jul-11 22:24 
AnswerRe: Unmanaged dll call from C#, AccessViolationExceptionMessage Pin
Richard MacCutchan3-Jul-11 22:37
mveRichard MacCutchan3-Jul-11 22:37 
GeneralRe: Unmanaged dll call from C#, AccessViolationExceptionMessage Pin
marca2923-Jul-11 22:47
marca2923-Jul-11 22:47 
GeneralRe: Unmanaged dll call from C#, AccessViolationExceptionMessage Pin
Richard MacCutchan3-Jul-11 23:22
mveRichard MacCutchan3-Jul-11 23:22 
GeneralRe: Unmanaged dll call from C#, AccessViolationExceptionMessage Pin
marca2923-Jul-11 23:26
marca2923-Jul-11 23:26 
AnswerRe: Unmanaged dll call from C#, AccessViolationExceptionMessage Pin
BobJanova4-Jul-11 0:38
BobJanova4-Jul-11 0:38 
AnswerRe: Unmanaged dll call from C#, AccessViolationExceptionMessage Pin
Pete O'Hanlon4-Jul-11 1:15
mvePete O'Hanlon4-Jul-11 1:15 
AnswerRe: Unmanaged dll call from C#, AccessViolationExceptionMessage Pin
George Tryfonas5-Jul-11 3:33
George Tryfonas5-Jul-11 3:33 
Questiondatabase connection code in c# for asp .net Pin
Arvind Vishwakarma2-Jul-11 6:09
Arvind Vishwakarma2-Jul-11 6:09 
AnswerRe: database connection code in c# for asp .net Pin
Richard MacCutchan2-Jul-11 6:47
mveRichard MacCutchan2-Jul-11 6:47 
AnswerRe: database connection code in c# for asp .net Pin
PIEBALDconsult2-Jul-11 6:54
mvePIEBALDconsult2-Jul-11 6:54 
AnswerRe: database connection code in c# for asp .net Pin
RaviRanjanKr2-Jul-11 8:34
professionalRaviRanjanKr2-Jul-11 8:34 
AnswerRe: database connection code in c# for asp .net Pin
Abhinav S2-Jul-11 23:33
Abhinav S2-Jul-11 23:33 
Questionhow to "inject" string Pin
igalep1322-Jul-11 5:53
igalep1322-Jul-11 5:53 
AnswerRe: how to "inject" string Pin
PIEBALDconsult2-Jul-11 6:06
mvePIEBALDconsult2-Jul-11 6:06 
AnswerRe: how to "inject" string PinPopular
Mark Salsbery2-Jul-11 6:09
Mark Salsbery2-Jul-11 6:09 
AnswerRe: how to "inject" string Pin
Philippe Mori2-Jul-11 12:37
Philippe Mori2-Jul-11 12:37 

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.