Reading XML with XmlReader - C# C Sharp Visual Studio 2010

preview_player
Показать описание
In this tutorial I show you how to read xml from a file using the XmlReader class.

WEBSITE:

FREE CODE SNIPPETS

Рекомендации по теме
Комментарии
Автор

Thanks!!! Worked perfect for me. After hours of searching, finally!

joelsquispe
Автор

you also can use dataset to map the xml to table or deserialize the xml to partial classes.

junjieyao
Автор

Excellent nice explanation this is what I was looking at Thanks a lot!

Kumarkumar-gfkk
Автор

Perfect, mate. Keep up with the good work

TheLole
Автор

Great job Thanks their should be more tutorials on the XmlReader and XmlWriter. it is best practice to close the reader after use. by reader.close(); sometimes people like to put the while loop in a try block with a finally with a reader.close(); in it. other times people like the using (XmlReader reader = new XmlTextReader(stream))

Amipotsophspond
Автор

Great vid, I will def consider making vids on this subject when I am more comfortable with it.

LeftTechticle
Автор

Your source code is really nice. Thanks a lot :)

PauloRenatoCMendes
Автор

Is there anyway for your next tutorials to zoom in on code? its somewhat (VERY) difficult to see. Unless you read out what you are typing. Much thanks man!!

gocubsgo
Автор

Thank you soo much man ! Keep your work up :D

TheEugeny
Автор

Thanks, really nice and simple video. :)

Kudze
Автор

really nice tutorial! helped a lot! keep at it! :)

solrak
Автор

Awesome job. I wish you had named the outer node something other than Person. Im having trouble reading more parent nodes in

bryanlutz
Автор

hello,
thanks for another great video
yes a writing to xml file would be just great as the next video :O)

domaineatutube
Автор

You should say something about finding children of en elemetnt. XML is very useful because it create tree with parent and childern. You didn't show how to use it.

MrQyzb
Автор

thank you.! please giving more video about C#

jiansu
Автор

Thanks for posting - love your videos.
This helps alot.

Just out of curiosity i always pernounced attribute like 'at - tribute', but i noticed your pronounciation is 'a - tribute'. Maybe differing american dialects. Anyway just thought that was interesting. THanks again for the awesome videos.

YourXLNerd
Автор

hey
thanks for the tutorial
i have an issue that i need to repeat one row in my xml file 
how i can do that with C#  ?
thanks for the help

avishay
Автор

could you please tell me how to parse electronic journal file using c sharp programming language

aryanbhatta
Автор

I followed the same steps and there is no error in my program despite I am not getting output on console. can you give possible solution

vikeshmishra
Автор

Hi,

How can I read xml by URL given?

zulaikhasuhaimi