Click here to Skip to main content
16,014,765 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Transfer big DataTable over WCF Pin
Dave Kreskowiak3-Aug-10 1:59
mveDave Kreskowiak3-Aug-10 1:59 
GeneralRe: Transfer big DataTable over WCF Pin
Pete O'Hanlon3-Aug-10 2:36
mvePete O'Hanlon3-Aug-10 2:36 
GeneralRe: Transfer big DataTable over WCF Pin
devvvy3-Aug-10 13:59
devvvy3-Aug-10 13:59 
GeneralRe: Transfer big DataTable over WCF Pin
David Skelly3-Aug-10 22:17
David Skelly3-Aug-10 22:17 
GeneralRe: Transfer big DataTable over WCF Pin
Pete O'Hanlon3-Aug-10 22:38
mvePete O'Hanlon3-Aug-10 22:38 
GeneralRe: Transfer big DataTable over WCF Pin
devvvy5-Aug-10 5:38
devvvy5-Aug-10 5:38 
GeneralRe: Transfer big DataTable over WCF Pin
Pete O'Hanlon5-Aug-10 11:49
mvePete O'Hanlon5-Aug-10 11:49 
GeneralRe: Transfer big DataTable over WCF Pin
devvvy5-Aug-10 14:09
devvvy5-Aug-10 14:09 
Thanks - I'd just wire DataTable over wcf as it's already done. But build your wrapper around it so client code don't touch the later directly and change (wired as csv instead but delimitors can be a headache and also conversion and casting overhead ... need justify that as well) can be put in place later on underneath wrapper layer.

Just a thought, WCF is successor to asmx so definitely will choose WCF over asmx. What about socket? If interop/security/transaction/reliability all not *required* (think only WCF service we're using now is async call back- which really can also be easily replaced), would you think socket being a better choice for large data transfer over the wire?
dev

AnswerRe: Transfer big DataTable over WCF Pin
T M Gray3-Aug-10 11:23
T M Gray3-Aug-10 11:23 
GeneralRe: Transfer big DataTable over WCF Pin
devvvy4-Aug-10 13:59
devvvy4-Aug-10 13:59 
QuestionPorting C# WPF to Mono Pin
Jammer30-Jul-10 8:18
Jammer30-Jul-10 8:18 
AnswerRe: Porting C# WPF to Mono Pin
Eddy Vluggen30-Jul-10 8:38
professionalEddy Vluggen30-Jul-10 8:38 
AnswerRe: Porting C# WPF to Mono Pin
Hristo-Bojilov3-Aug-10 10:24
Hristo-Bojilov3-Aug-10 10:24 
AnswerRe: Porting C# WPF to Mono Pin
Nader Elshehabi3-Aug-10 21:28
Nader Elshehabi3-Aug-10 21:28 
GeneralRe: Porting C# WPF to Mono Pin
bahalana4-Aug-10 3:47
bahalana4-Aug-10 3:47 
AnswerRe: Porting C# WPF to Mono Pin
Adar Wesley3-Aug-10 22:17
Adar Wesley3-Aug-10 22:17 
AnswerRe: Porting C# WPF to Mono Pin
Jason Christian4-Aug-10 6:33
Jason Christian4-Aug-10 6:33 
AnswerRe: Porting C# WPF to Mono Pin
Member 43722424-Aug-10 7:17
Member 43722424-Aug-10 7:17 
AnswerRe: Porting C# WPF to Mono Pin
Chris Trelawny-Ross4-Aug-10 13:04
Chris Trelawny-Ross4-Aug-10 13:04 
Questionhow to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
sr15929-Jul-10 23:12
sr15929-Jul-10 23:12 
AnswerRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
Goutam Patra29-Jul-10 23:42
professionalGoutam Patra29-Jul-10 23:42 
GeneralRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
sr1595-Aug-10 23:37
sr1595-Aug-10 23:37 
AnswerRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
Luc Pattyn29-Jul-10 23:45
sitebuilderLuc Pattyn29-Jul-10 23:45 
AnswerRe: how to display the student who is in due - there are 4 rows, in 4th row he paid balance amt so i should not select that student and the who paid less than total i need to select that student Pin
PIEBALDconsult1-Aug-10 8:36
mvePIEBALDconsult1-Aug-10 8:36 
QuestionAbout Poweshell Pin
NetQuestions29-Jul-10 20:22
NetQuestions29-Jul-10 20:22 

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.