XML (.NET) Interview questions :- Explain simple Walk through of XmlReader.

In this section, we will do a simple walkthrough of how to use the “XmlReader” class. Sample for the same is available in both languages (C# and VB.NET) which you can find in “WindowsApplicationXMLVBNET” and “WindowsApplicationCSharp” folders. Task is to load “TestingXML.XML” file and display its data in a message box. You can find “TestingXML.XML” file in “BIN” directory of both the folders. Below is the display of “TestingXML.XML” file and its content.

image1

Both the projects have command button “CmdLoadXML” which has the logic to load the XML file and display the data in message box. I have pasted only the “CmdLoadXML” command button logic for simplicity. Following are the basic steps done:-

  • Declared the “XMLTextReader” object and gave the XML filename to load the XML data.
  • Read the “XMLTextReader” object until it has data and concatenate the data in a temporary string.
  • Finally display the same in a message box.  

image2

It holds true for C# code as shown below.

image3

image4

Below is a .NET video created by www.questpond.com which discusses one more important .NET interview question which talks about IL Code, JIT, CLR, CTS and CAS.

About C#.NET, ASP.NET MVC Core, Angular, Azure, (MSBI)Business Intelligence, Data Science - Python Interview Questions

This blog is for developers who want to crack .NET and C# interviews. It has all tips and tricks needed to crack .NET interviews , C# interview , SQL Server interview , Java interview , WCF Interview , Silverlight interview , WPF interview , LINQ interview , Entity framework Interview. Do not forget to watch our Learn step by step video series. ASP.NET MVC Interview Questions and Answers:- https://youtu.be/pXmMdmJUC0g C# Interview Questions and Answers:- https://youtu.be/BKynEBPqiIM Angular Interview Questions and Answers:- https://youtu.be/-jeoyDJDsSM C# tutorial for beginners(4 hrs.):- https://youtu.be/AxEGRBFwlmI Learn Azure Step by Step:- https://youtu.be/wdUK7bCMXqs Azure AZ-900 fundamentals certification :- https://youtu.be/hC9iGgJorz8 AZ- 204 certification Azure:- https://youtu.be/qI8PRn2C080 Learn Angular tutorial step by step https://tinyurl.com/ycd9j895 Learn MVC 5 step by step in 16 hours:- https://youtu.be/Lp7nSImO5vk Learn Design Pattern Step by Step https://goo.gl/eJdn0m Learn MSBI Step by Step in 32 hours:- https://goo.gl/TTpFZN Learn SQL Server Step by Step http://tinyurl.com/ja4zmwu Python Tutorial for Beginners:- https://youtu.be/KjJ7WzEL-es Learn Data Science in 1 hour :- https://tinyurl.com/y5o7qbau Learn Power BI Step by Step:- https://tinyurl.com/y6thhkxw Learn Tableau step by step :- https://tinyurl.com/kh6ojyo
This entry was posted in Uncategorized and tagged , , , , , , . Bookmark the permalink.

Leave a comment