Click here to Skip to main content
15,884,040 members
Home / Discussions / C#
   

C#

 
GeneralRe: Paralel QuickSort with 2 threads running at the same spped Pin
George Nistor18-Jan-13 5:31
George Nistor18-Jan-13 5:31 
GeneralRe: Paralel QuickSort with 2 threads running at the same spped Pin
Dave Kreskowiak18-Jan-13 6:26
mveDave Kreskowiak18-Jan-13 6:26 
GeneralRe: Paralel QuickSort with 2 threads running at the same spped Pin
George Nistor18-Jan-13 6:53
George Nistor18-Jan-13 6:53 
GeneralRe: Paralel QuickSort with 2 threads running at the same spped Pin
Dave Kreskowiak18-Jan-13 7:31
mveDave Kreskowiak18-Jan-13 7:31 
GeneralRe: Paralel QuickSort with 2 threads running at the same spped Pin
George Nistor18-Jan-13 7:38
George Nistor18-Jan-13 7:38 
GeneralRe: Paralel QuickSort with 2 threads running at the same spped Pin
George Nistor18-Jan-13 22:49
George Nistor18-Jan-13 22:49 
GeneralRe: Paralel QuickSort with 2 threads running at the same spped Pin
Dave Kreskowiak19-Jan-13 3:27
mveDave Kreskowiak19-Jan-13 3:27 
QuestionDataSet to Dictionary Join? Pin
RickSharp17-Jan-13 12:25
RickSharp17-Jan-13 12:25 
Hello all,

I have 2 Datasets. I've already asked how to join 2 DataSets and didn't get any answers that helped me. So I feel the easiest way to associate them now is to create a dictionary(s) for DataSet2.

The 2 different DataSets have only 1 field in common, CompanyName. So enter dicitonary.

DataSet 2 contains only 16 total records (Company). Each record (Company) has 7 rows:

<company>
<companyname>Company1
<name>Carrington Mortgage Services, LLC
<maddress1>1610 E. Saint Andrew Place
<maddress2>B150
<mcity>Santa Ana
<mstate>CA
<mzip>92705


So when CompanyName matches, return value from Dictionary.

Do i need to create 16 Dicitonary entires with Key and Value? Do i create 1 Dictionary with variables populating on some kind of for loop? I was told that i could create my own class to store the information I need or simply set the dataset record as the value. No idea what any of those things mean. Frown | :(
GeneralRe: DataSet to Dictionary Join? Pin
PIEBALDconsult17-Jan-13 12:34
mvePIEBALDconsult17-Jan-13 12:34 
GeneralRe: DataSet to Dictionary Join? Pin
RickSharp17-Jan-13 12:51
RickSharp17-Jan-13 12:51 
GeneralRe: DataSet to Dictionary Join? Pin
PIEBALDconsult17-Jan-13 13:03
mvePIEBALDconsult17-Jan-13 13:03 
GeneralRe: DataSet to Dictionary Join? Pin
RickSharp17-Jan-13 13:13
RickSharp17-Jan-13 13:13 
AnswerRe: DataSet to Dictionary Join? Pin
HuorSwords17-Jan-13 21:18
HuorSwords17-Jan-13 21:18 
GeneralRe: DataSet to Dictionary Join? Pin
RickSharp18-Jan-13 7:02
RickSharp18-Jan-13 7:02 
QuestionLinking files to a project Pin
PozzaVecia17-Jan-13 8:43
PozzaVecia17-Jan-13 8:43 
GeneralRe: Linking files to a project Pin
PIEBALDconsult17-Jan-13 9:12
mvePIEBALDconsult17-Jan-13 9:12 
GeneralRe: Linking files to a project Pin
PozzaVecia17-Jan-13 9:44
PozzaVecia17-Jan-13 9:44 
QuestionError : System.DllNotFoundExpection Pin
mohammadkaab17-Jan-13 6:37
mohammadkaab17-Jan-13 6:37 
AnswerRe: Error : System.DllNotFoundExpection Pin
Jibesh17-Jan-13 7:14
professionalJibesh17-Jan-13 7:14 
GeneralRe: Error : System.DllNotFoundExpection Pin
mohammadkaab17-Jan-13 7:48
mohammadkaab17-Jan-13 7:48 
GeneralRe: Error : System.DllNotFoundExpection Pin
Jibesh17-Jan-13 7:53
professionalJibesh17-Jan-13 7:53 
Questioncalling a C# function with jquery ajax Pin
Hector Ubiera17-Jan-13 4:14
Hector Ubiera17-Jan-13 4:14 
AnswerRe: calling a C# function with jquery ajax Pin
Pete O'Hanlon17-Jan-13 6:30
mvePete O'Hanlon17-Jan-13 6:30 
GeneralRe: calling a C# function with jquery ajax Pin
Hector Ubiera17-Jan-13 8:05
Hector Ubiera17-Jan-13 8:05 
QuestionStatic & Dynamic Polymorphism : distinguished in C# Pin
Member 883921917-Jan-13 3:29
Member 883921917-Jan-13 3:29 

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.