Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: Learning C# for a beginner Pin
Richard Andrew x6424-Aug-12 9:20
professionalRichard Andrew x6424-Aug-12 9:20 
GeneralRe: Learning C# for a beginner Pin
Diego Carrion24-Aug-12 9:29
Diego Carrion24-Aug-12 9:29 
GeneralRe: Learning C# for a beginner Pin
Richard Andrew x6424-Aug-12 10:07
professionalRichard Andrew x6424-Aug-12 10:07 
AnswerRe: Learning C# for a beginner Pin
wizardzz24-Aug-12 9:51
wizardzz24-Aug-12 9:51 
GeneralRe: Learning C# for a beginner Pin
Diego Carrion24-Aug-12 10:06
Diego Carrion24-Aug-12 10:06 
GeneralRe: Learning C# for a beginner Pin
wizardzz24-Aug-12 10:12
wizardzz24-Aug-12 10:12 
GeneralRe: Learning C# for a beginner Pin
Diego Carrion24-Aug-12 10:35
Diego Carrion24-Aug-12 10:35 
GeneralRe: Learning C# for a beginner Pin
wizardzz24-Aug-12 10:42
wizardzz24-Aug-12 10:42 
GeneralRe: Learning C# for a beginner Pin
Diego Carrion24-Aug-12 11:20
Diego Carrion24-Aug-12 11:20 
Questionpass paramters to C# 2008 app Pin
sc steinhayse24-Aug-12 5:51
sc steinhayse24-Aug-12 5:51 
AnswerRe: pass paramters to C# 2008 app Pin
Wes Aday24-Aug-12 6:02
professionalWes Aday24-Aug-12 6:02 
AnswerRe: pass paramters to C# 2008 app Pin
Richard MacCutchan24-Aug-12 7:29
mveRichard MacCutchan24-Aug-12 7:29 
AnswerRe: pass paramters to C# 2008 app Pin
wizardzz24-Aug-12 10:14
wizardzz24-Aug-12 10:14 
QuestionDealing with SQL Server Table Column Name with Special Character Pin
Ankitaaguggi24-Aug-12 5:37
Ankitaaguggi24-Aug-12 5:37 
AnswerRe: Dealing with SQL Server Table Column Name with Special Character Pin
Dave Kreskowiak24-Aug-12 6:18
mveDave Kreskowiak24-Aug-12 6:18 
AnswerRe: Dealing with SQL Server Table Column Name with Special Character Pin
jschell24-Aug-12 8:46
jschell24-Aug-12 8:46 
QuestionC# 2010 standard output Pin
sc steinhayse24-Aug-12 3:44
sc steinhayse24-Aug-12 3:44 
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?

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.