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

C#

 
AnswerRe: C# XML or Database Pin
thatraja9-Dec-13 3:54
professionalthatraja9-Dec-13 3:54 
GeneralRe: C# XML or Database Pin
Nicholas Marty9-Dec-13 4:15
professionalNicholas Marty9-Dec-13 4:15 
GeneralRe: C# XML or Database Pin
Member 104453489-Dec-13 9:22
Member 104453489-Dec-13 9:22 
GeneralRe: C# XML or Database Pin
harold aptroot9-Dec-13 6:30
harold aptroot9-Dec-13 6:30 
GeneralRe: C# XML or Database Pin
Member 104453489-Dec-13 9:24
Member 104453489-Dec-13 9:24 
AnswerRe: C# XML or Database Pin
Dave Kreskowiak9-Dec-13 10:10
mveDave Kreskowiak9-Dec-13 10:10 
GeneralRe: C# XML or Database Pin
Member 1044534810-Dec-13 1:41
Member 1044534810-Dec-13 1:41 
GeneralRe: C# XML or Database Pin
Dave Kreskowiak10-Dec-13 2:36
mveDave Kreskowiak10-Dec-13 2:36 
Member 10445348 wrote:
If I went with the XML root I would of used linq to xml.


That's not exactly what I would call "performant". There is no indexing with XML or LinqToXML. Searches only work by iterating over the entire set of rows in a field.

No thanks. I'll stick with a database engine.

On top of that, XML doesn't scale with the number of users. Add more than a small handful of users using the system simultaneously and you'll be begging for a database engine.

GeneralRe: C# XML or Database Pin
Member 1044534810-Dec-13 4:10
Member 1044534810-Dec-13 4:10 
AnswerRe: C# XML or Database Pin
BobJanova10-Dec-13 4:32
BobJanova10-Dec-13 4:32 
GeneralRe: C# XML or Database Pin
Member 1044534810-Dec-13 8:28
Member 1044534810-Dec-13 8:28 
GeneralRe: C# XML or Database Pin
BobJanova10-Dec-13 22:31
BobJanova10-Dec-13 22:31 
QuestionGIF image background in windows form Pin
Txispas88-Dec-13 20:43
Txispas88-Dec-13 20:43 
AnswerRe: GIF image background in windows form Pin
BillWoodruff8-Dec-13 21:36
professionalBillWoodruff8-Dec-13 21:36 
AnswerRe: GIF image background in windows form Pin
WuRunZhe9-Dec-13 2:24
WuRunZhe9-Dec-13 2:24 
QuestionI am trying to update database from datagridview using stored procedure and it keeps on saying The stored procedure expects a parameter BookID which was not supplied. Below is my code Pin
Member 103378798-Dec-13 5:19
Member 103378798-Dec-13 5:19 
AnswerRe: I am trying to update database from datagridview using stored procedure and it keeps on saying The stored procedure expects a parameter BookID which was not supplied. Below is my code Pin
DRAYKKO8-Dec-13 5:57
professionalDRAYKKO8-Dec-13 5:57 
AnswerRe: I am trying to update database from datagridview using stored procedure and it keeps on saying The stored procedure expects a parameter BookID which was not supplied. Below is my code Pin
Mycroft Holmes8-Dec-13 12:02
professionalMycroft Holmes8-Dec-13 12:02 
QuestionTextbox multithread? Pin
murali_utr8-Dec-13 3:39
murali_utr8-Dec-13 3:39 
AnswerRe: Textbox multithread? Pin
Simon_Whale8-Dec-13 22:23
Simon_Whale8-Dec-13 22:23 
AnswerRe: Textbox multithread? Pin
WuRunZhe9-Dec-13 2:33
WuRunZhe9-Dec-13 2:33 
QuestionOnline game Pin
cdpsource7-Dec-13 22:45
cdpsource7-Dec-13 22:45 
AnswerRe: Online game Pin
Richard MacCutchan8-Dec-13 1:55
mveRichard MacCutchan8-Dec-13 1:55 
AnswerRe: Online game Pin
_Maxxx_8-Dec-13 14:07
professional_Maxxx_8-Dec-13 14:07 
GeneralRe: Online game Pin
cdpsource8-Dec-13 22:26
cdpsource8-Dec-13 22:26 

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.