Click here to Skip to main content
15,894,907 members
Home / Discussions / C#
   

C#

 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
N8tiv12-May-13 10:21
N8tiv12-May-13 10:21 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
N8tiv12-May-13 10:23
N8tiv12-May-13 10:23 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
dusty_dex12-May-13 10:32
dusty_dex12-May-13 10:32 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
N8tiv12-May-13 11:08
N8tiv12-May-13 11:08 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
N8tiv12-May-13 10:40
N8tiv12-May-13 10:40 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
Richard MacCutchan12-May-13 21:09
mveRichard MacCutchan12-May-13 21:09 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
N8tiv12-May-13 21:40
N8tiv12-May-13 21:40 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
Richard MacCutchan12-May-13 23:16
mveRichard MacCutchan12-May-13 23:16 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
N8tiv13-May-13 2:21
N8tiv13-May-13 2:21 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
Keith Barrow12-May-13 23:38
professionalKeith Barrow12-May-13 23:38 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
Richard MacCutchan12-May-13 23:56
mveRichard MacCutchan12-May-13 23:56 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
Pete O'Hanlon13-May-13 0:36
mvePete O'Hanlon13-May-13 0:36 
GeneralRe: Methods, Parameters, Arguments… Oh my! Pin
Richard MacCutchan13-May-13 0:38
mveRichard MacCutchan13-May-13 0:38 
QuestionJust a simple question Pin
Jesús Frías12-May-13 6:13
Jesús Frías12-May-13 6:13 
AnswerRe: Just a simple question Pin
Abhinav S12-May-13 6:19
Abhinav S12-May-13 6:19 
QuestionRE: Custom Login to a secure Page on an external site. Pin
khali7811-May-13 19:29
khali7811-May-13 19:29 
AnswerRe: RE: Custom Login to a secure Page on an external site. Pin
Richard MacCutchan11-May-13 21:26
mveRichard MacCutchan11-May-13 21:26 
Questionsockets + Cryptography Pin
Member 997361610-May-13 14:07
Member 997361610-May-13 14:07 
SuggestionRe: sockets + Cryptography Pin
AlphaDeltaTheta10-May-13 15:35
AlphaDeltaTheta10-May-13 15:35 
GeneralRe: sockets + Cryptography Pin
Member 997361610-May-13 22:50
Member 997361610-May-13 22:50 
GeneralRe: sockets + Cryptography Pin
AlphaDeltaTheta11-May-13 16:38
AlphaDeltaTheta11-May-13 16:38 
Questionwhats the best practice to save service data? Pin
neodeaths10-May-13 9:18
neodeaths10-May-13 9:18 
AnswerRe: whats the best practice to save service data? Pin
Dave Kreskowiak10-May-13 10:49
mveDave Kreskowiak10-May-13 10:49 
AnswerRe: whats the best practice to save service data? Pin
Eddy Vluggen11-May-13 3:30
professionalEddy Vluggen11-May-13 3:30 
neodeaths wrote:
is there a best practice
The reason I stopped liking "best practices" is because people stop thinking once they're handed one.

How you will save the data is not dictated by the source of the data; it's how it will be used that dictates it's form. Since it's a webservice, I'd expect one to call the service again if the data is needed - getting new values.

If you simply want to cache the results; I'd recommend serializing it as a binary file. If it is part of a product that's locally installed, you check how that product saves/retrieves data. If you're going to be fetching large resultsets to be manipulating them locally, I'd suggest a local database. That is, if there's only one user. If there's more users, reading from different computers, you'd probably need a centralized database-server. Or, if security dictates - a webservice.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionProperties vs Methods Opinions sought Pin
Keith Barrow10-May-13 4:22
professionalKeith Barrow10-May-13 4: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.