We are here with you hands in hands to facilitate your learning & don't appreciate the idea of copying or replicating solutions. Read More>>
+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
Dear Students! Share your Assignments / GDBs / Quizzes files as you receive in your LMS, So it can be discussed/solved timely. Add Discussion
How to Add New Discussion in Study Group ? Step By Step Guide Click Here.
Visual Programming (CS411)
Assignment # 2 (GRADED)
Total marks = 20
Deadline Date = 10/12/2015
Please carefully read the following instructions before attempting the assignment.
Rules for Marking
It should be clear that your assignment would not get any credit if:
1) You should consult recommended books to clarify your concepts as handouts are not sufficient.
2) You are supposed to submit your complete solution project as a single file (i. e. zip or RAR). Any other formats like scan images, PDF, bmp, docx etc. will not be accepted.
3) You are advised to upload your assignment at least two days before Due date.
Important Note:
Assignment comprises of 20 Marks. Note that no assignment will be accepted after due date via email in any case (whether it is the case of load shedding or emergency electric failure or internet malfunctioning etc.). Hence, refrain from uploading assignment in the last hour of the deadline, and try to upload Solutions at least 02 days before the deadline to avoid inconvenience later on.
For any query please contact: CS411@vu.edu.pk
Question:
You are required to implement a Simple Salary Reader System (SSRS). The name and salary of different people is given in the attached XML file. Write a console based application with following requirements:
Program will take name of a person as input. It will then read the XML file to search the said person. If person is found, its salary will be read from the file and displayed on console as shown in output window given below. However, if person is not found, system will display “Person not found” message.
To Read XMLSalaries file from the project folder, you can use following statement:
string Dir = System.IO.Path.GetFullPath(@"..\..\..\");
The above statement will return the path of your project folder (the folder containing XMLSalaries.xml file). So, in above case “Dir” variable will contain “E:\\SalaryReader\\”. Now you can append name of the file (i.e. XMLSalaries.xml) with “Dir” variable and read it.
Tags:
+ How to Follow the New Added Discussions at Your Mail Address?
+ How to Join Subject Study Groups & Get Helping Material? + How to become Top Reputation, Angels, Intellectual, Featured Members & Moderators? + VU Students Reserves The Right to Delete Your Profile, If?.
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)Same problem here. Please anyone can guide us?
Dear write this code.
Console.WriteLine("Salary of " + personName + " = " + reader.GetAttribute("CurrentSalary"));
Console.ReadKey();
return;
instead of this code.
Console.WriteLine("Salary of " + personName + " = " + reader.GetAttribute("CurrentSalary"));
Thanks Bud Solved my Problem :)
is code main else statement missing hy
either use else statement or if not statement at 3rd last line
i think here is need exception handling code.
apke cout main oops likha hai tu wo display b hu ra hai wahan code main cout statement senikalin gay oops tu chala jai ga
Dear fellows this is just idea for our assignment. do changes according to assignment.
Using System;
Using System.Text;
Using System.Xml;
Namespace parsingxml
{
Class Program
{
Static void Main(string[] args)
{
Xmlreader xmlreader = xmlreader.Create("http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml");
While (xmlreader.Read())
{
If ((xmlreader.nodetype == xmlnodetype.Element) && (xmlreader.Name == "Cube"))
{
If (xmlreader.hasattributes) Console.writeline(xmlreader.getattribute("currency") + ": " + xmlreader.getattribute("rate"));
}
}
Console.readkey();
}
how to read xml file watch this video.
meiny XML k ander 2 persons add kiay hein,
mein program run krta hn or "Riaz" input daita hn to Both persons ka name and values print hojati hein...... any idea Guys?
© 2019 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
VU Students reserves the right to delete profile, which does not show any Activity at site nor has not activity more than 01 month.
We are user-generated contents site. All product, videos, pictures & others contents on vustudents.ning.com don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com or Contact us at contact Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post