Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: create object from returned Type [modified] Pin
DaveyM6915-Jul-08 22:13
professionalDaveyM6915-Jul-08 22:13 
GeneralRe: create object from returned Type [modified] Pin
Guffa16-Jul-08 1:37
Guffa16-Jul-08 1:37 
GeneralRe: create object from returned Type Pin
DaveyM6916-Jul-08 8:29
professionalDaveyM6916-Jul-08 8:29 
QuestionCreating An Array of Stats from a DataTable Pin
Jammer15-Jul-08 10:53
Jammer15-Jul-08 10:53 
AnswerRe: Creating An Array of Stats from a DataTable Pin
Pete O'Hanlon15-Jul-08 11:03
mvePete O'Hanlon15-Jul-08 11:03 
GeneralRe: Creating An Array of Stats from a DataTable Pin
Jammer15-Jul-08 11:28
Jammer15-Jul-08 11:28 
GeneralRe: Creating An Array of Stats from a DataTable Pin
Jammer15-Jul-08 14:21
Jammer15-Jul-08 14:21 
GeneralRe: Creating An Array of Stats from a DataTable Pin
Pete O'Hanlon15-Jul-08 22:23
mvePete O'Hanlon15-Jul-08 22:23 
Sorry mate. Change this to:
var p1 = from p in context.LocalSamples                     group p by p.FileBitRate into MyGroup                     select new {description = MyGroup.Key, percent = MyGroup.Sum(x=>x.Percentage), value = MyGroup.Sum(y=>y.Value) };


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: Creating An Array of Stats from a DataTable Pin
Jammer16-Jul-08 0:49
Jammer16-Jul-08 0:49 
GeneralRe: Creating An Array of Stats from a DataTable Pin
Jammer16-Jul-08 8:38
Jammer16-Jul-08 8:38 
QuestionC# Raw IP Address Pin
DwR15-Jul-08 9:19
DwR15-Jul-08 9:19 
AnswerRe: C# Raw IP Address Pin
Pete O'Hanlon15-Jul-08 9:27
mvePete O'Hanlon15-Jul-08 9:27 
GeneralRe: C# Raw IP Address Pin
DwR15-Jul-08 12:05
DwR15-Jul-08 12:05 
GeneralRe: C# Raw IP Address Pin
Colin Angus Mackay15-Jul-08 13:32
Colin Angus Mackay15-Jul-08 13:32 
GeneralRe: C# Raw IP Address Pin
DwR15-Jul-08 13:48
DwR15-Jul-08 13:48 
QuestionSearch from rtb1 and delete if rtb2 contains rtb1 Pin
Stricter15-Jul-08 8:35
Stricter15-Jul-08 8:35 
AnswerRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Pete O'Hanlon15-Jul-08 9:18
mvePete O'Hanlon15-Jul-08 9:18 
GeneralRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Stricter15-Jul-08 10:48
Stricter15-Jul-08 10:48 
GeneralRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Pete O'Hanlon15-Jul-08 10:54
mvePete O'Hanlon15-Jul-08 10:54 
GeneralRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Stricter15-Jul-08 10:58
Stricter15-Jul-08 10:58 
QuestionRecording from mic to mp3 Pin
Johan Martensson15-Jul-08 6:28
Johan Martensson15-Jul-08 6:28 
GeneralRe: Recording from mic to mp3 Pin
Firedragonweb15-Jul-08 6:43
Firedragonweb15-Jul-08 6:43 
GeneralRe: Recording from mic to mp3 Pin
Johan Martensson15-Jul-08 6:50
Johan Martensson15-Jul-08 6:50 
AnswerRe: Recording from mic to mp3 Pin
DaveyM6915-Jul-08 6:48
professionalDaveyM6915-Jul-08 6:48 
GeneralRe: Recording from mic to mp3 Pin
Johan Martensson15-Jul-08 9:11
Johan Martensson15-Jul-08 9:11 

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.