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

C#

 
AnswerRe: Console Application c# & use shape & color Pin
Pete O'Hanlon30-Jan-14 18:55
mvePete O'Hanlon30-Jan-14 18:55 
GeneralC# Pin
karthick.RR30-Jan-14 2:26
karthick.RR30-Jan-14 2:26 
GeneralRe: C# Pin
Dave Kreskowiak30-Jan-14 3:30
mveDave Kreskowiak30-Jan-14 3:30 
GeneralRe: C# Pin
Rahul VB30-Jan-14 22:37
professionalRahul VB30-Jan-14 22:37 
GeneralRe: C# Pin
Wayne Gaylard30-Jan-14 22:58
professionalWayne Gaylard30-Jan-14 22:58 
GeneralRe: C# Pin
Rahul VB30-Jan-14 23:44
professionalRahul VB30-Jan-14 23:44 
GeneralRe: C# Pin
agent_kruger31-Jan-14 23:15
professionalagent_kruger31-Jan-14 23:15 
QuestionC# code to check video quality Pin
AshwiniSH29-Jan-14 23:35
professionalAshwiniSH29-Jan-14 23:35 
AnswerRe: C# code to check video quality Pin
Richard MacCutchan30-Jan-14 0:47
mveRichard MacCutchan30-Jan-14 0:47 
AnswerRe: C# code to check video quality Pin
Dave Kreskowiak30-Jan-14 3:29
mveDave Kreskowiak30-Jan-14 3:29 
GeneralRe: C# code to check video quality Pin
Rahul VB31-Jan-14 5:57
professionalRahul VB31-Jan-14 5:57 
AnswerRe: C# code to check video quality Pin
Rahul VB31-Jan-14 6:03
professionalRahul VB31-Jan-14 6:03 
GeneralRe: C# code to check video quality Pin
Dave Kreskowiak31-Jan-14 9:41
mveDave Kreskowiak31-Jan-14 9:41 
GeneralRe: C# code to check video quality Pin
Rahul VB31-Jan-14 17:46
professionalRahul VB31-Jan-14 17:46 
GeneralRe: C# code to check video quality Pin
AshwiniSH3-Feb-14 23:07
professionalAshwiniSH3-Feb-14 23:07 
QuestionHow to find IPv4 NOT IPv6 C# ... Pin
Lester Wagner29-Jan-14 21:00
Lester Wagner29-Jan-14 21:00 
AnswerRe: How to find IPv4 NOT IPv6 C# ... Pin
Richard MacCutchan29-Jan-14 22:10
mveRichard MacCutchan29-Jan-14 22:10 
GeneralRe: How to find IPv4 NOT IPv6 C# ... Pin
Lester Wagner29-Jan-14 22:49
Lester Wagner29-Jan-14 22:49 
GeneralRe: How to find IPv4 NOT IPv6 C# ... Pin
Richard MacCutchan29-Jan-14 22:52
mveRichard MacCutchan29-Jan-14 22:52 
QuestionDatagridview Comboboxes C# Pin
HobbyProggy29-Jan-14 20:54
professionalHobbyProggy29-Jan-14 20:54 
AnswerRe: Datagridview Comboboxes C# Pin
HobbyProggy29-Jan-14 22:14
professionalHobbyProggy29-Jan-14 22:14 
AnswerRe: Datagridview Comboboxes C# Pin
Rahul VB30-Jan-14 17:47
professionalRahul VB30-Jan-14 17:47 
QuestionXML load into a variable or file Pin
Rahul Vairagi29-Jan-14 18:47
Rahul Vairagi29-Jan-14 18:47 
AnswerRe: XML load into a variable or file Pin
Shameel29-Jan-14 20:31
professionalShameel29-Jan-14 20:31 
Obviously, option 1 is your best bet. I assume by 'variable' you mean a data structure that can hold your xml in memory.

What is the purpose of storing it in a file? If you're concerned about losing data due to write speed and the load on the database, consider using an MQ solution. Besides being slow, writing to file requires lot of disk space and is prone to file locking issues and also requires periodic cleanup.

modified 30-Jan-14 2:55am.

AnswerRe: XML load into a variable or file Pin
jschell30-Jan-14 8:31
jschell30-Jan-14 8:31 

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.