Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# 2010 standard output Pin
sjelen24-Aug-12 4:06
professionalsjelen24-Aug-12 4:06 
AnswerRe: C# 2010 standard output Pin
Dave Kreskowiak24-Aug-12 4:34
mveDave Kreskowiak24-Aug-12 4:34 
GeneralRe: C# 2010 standard output Pin
sc steinhayse24-Aug-12 6:01
sc steinhayse24-Aug-12 6:01 
GeneralRe: C# 2010 standard output Pin
Dave Kreskowiak24-Aug-12 6:15
mveDave Kreskowiak24-Aug-12 6:15 
QuestionSQL Connection problem in Windows Service asp.net c# Pin
Member 799263524-Aug-12 0:22
Member 799263524-Aug-12 0:22 
AnswerCross post Pin
Pete O'Hanlon24-Aug-12 0:35
mvePete O'Hanlon24-Aug-12 0:35 
AnswerRe: SQL Connection problem in Windows Service asp.net c# Pin
Vijay Selvaraj26-Aug-12 21:56
Vijay Selvaraj26-Aug-12 21:56 
QuestionC# 2010 parse a file Pin
classy_dog23-Aug-12 17:49
classy_dog23-Aug-12 17:49 
In a C# 2010 application that I will be writing, I am trying to decide if I should use regular expression or use a parsing routine to get to the nodes of an xml file I will be working with.

The xml file I receive is not to update my database locally. My response will update the database on the remote site.


Basically I will be obtaining an xml file from a remote web service. When I look at all the results that this web service gives to me, I can uniquely identify patterns in the data that would be appropirate for regular expressions.

However there will be times when I obtain a list of key values that occurs 1 to 500 times. Thus i am wondering if this type of parsing is possible using regular expressions. If so, how would I do that type of parsing with regular expressions?

Also, can you tell me and/or point me to a reference that will tell me how to accomplish this task, using a built in xml parser or code that shows how to parse xml?
AnswerRe: C# 2010 parse a file PinPopular
pramod.hegde23-Aug-12 20:05
professionalpramod.hegde23-Aug-12 20:05 
AnswerRe: C# 2010 parse a file Pin
wizardzz24-Aug-12 9:54
wizardzz24-Aug-12 9:54 
Question[Problem Solved] how to access a class of a file A.cs from other file B.cs Pin
jamesfrj23-Aug-12 13:33
jamesfrj23-Aug-12 13:33 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
harold aptroot23-Aug-12 14:42
harold aptroot23-Aug-12 14:42 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
jamesfrj30-Aug-12 0:25
jamesfrj30-Aug-12 0:25 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
pramod.hegde23-Aug-12 20:12
professionalpramod.hegde23-Aug-12 20:12 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
Pete O'Hanlon23-Aug-12 23:00
mvePete O'Hanlon23-Aug-12 23:00 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
pramod.hegde23-Aug-12 23:04
professionalpramod.hegde23-Aug-12 23:04 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
Pete O'Hanlon23-Aug-12 23:27
mvePete O'Hanlon23-Aug-12 23:27 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
pramod.hegde23-Aug-12 23:51
professionalpramod.hegde23-Aug-12 23:51 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
Pete O'Hanlon24-Aug-12 0:04
mvePete O'Hanlon24-Aug-12 0:04 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
jamesfrj24-Aug-12 4:44
jamesfrj24-Aug-12 4:44 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
Bernhard Hiller23-Aug-12 22:51
Bernhard Hiller23-Aug-12 22:51 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
jamesfrj30-Aug-12 0:30
jamesfrj30-Aug-12 0:30 
AnswerRe: how to access a class of a file A.cs from other file B.cs Pin
BobJanova23-Aug-12 22:54
BobJanova23-Aug-12 22:54 
GeneralRe: how to access a class of a file A.cs from other file B.cs Pin
jamesfrj30-Aug-12 0:22
jamesfrj30-Aug-12 0:22 
GeneralHow do I programmatically disable macros in Microsoft Project files using C#? Pin
Kosh201023-Aug-12 10:04
Kosh201023-Aug-12 10:04 

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.