Home > Microsoft > 70-515

Download Microsoft.TestKiller.70-515.v2011-11-17.by.Bobe.111q.vce

Exam: 70-515 TS: Web Applications Development with Microsoft .NET Framework 4
Size: 1.12 MB
Posted: 18-Nov-2011
Votes: 0
Download: Microsoft.TestKiller.70-515.v2011-11-17.by.Bobe.111q.vce

Comments

* The most recent comments are at the top.

  • Vian from South Africa - May 26 2012, 2:50 PM Report Spam
    This is still 100% valid. Got 60% out of this dump.
  • grizly from France - Apr 26 2012, 9:31 AM Report Spam
    passed today and missed it. 608 points only.
    60% question only from the dump
  • Cbfundi from Spain - Mar 30 2012, 4:59 PM Report Spam
    940 from Spain, recommended!

    Question:
    You are developing an ASP.NET Dynamic Data Web application.

    The application uses entities from a global library named Entities.

    The Application_Start event contains the following code segment.

    DefaultModel.RegisterContext(typeof(
    Entities.MyDBDataContext), new ContextConfiguration() {
    ScaffoldAllTables = false });

    You need to ensure that the application shows the Order and Customer entities and hides all other entities.

    What should you do?

    Correct answer:
    Create a partial class for the Order and Customer entities within the Entities library and apply the [ScaffoldTable(true)] attribute

    Question:
    You are developing an ASP.NET Web application.

    The application includes the following Entity Data Model(EDM)

    You instantiate an ObjectContext for the EDM named context.

    You need to find the total number of address that are associated with customers that have a non-null middle name.

    Which LINQ to Entities query should you use?

    Correct answer:
    var query = context.Customers
    .Where(c=> c.MiddleName != null)
    .SelectMany(c => c.CustomerAddresses).Count();
  • Aussie from Australia - Mar 25 2012, 11:57 PM Report Spam
    Just took the exam in Australia. Got 940.
    100% of the test questions were in the BD.
    I answered all of them as the BD, except for the question 1, which I answered B, because I think that's the correct one.
    Even though the BD has some incorrect answers, it's more than enough to pass.
    Good stuff.
  • John Luiz from India - Mar 17 2012, 6:51 PM Report Spam
    This Dump is Valid, I wrote my Exam on 17/3/2012 - INDIA

    Scored 910

    Some of the answers in the dump are wrong,
    Mostly in the : Developing Web Forms Pages
    Displaying and Manipulating Data
    sections ..

    All the best guys !
  • Viet dude from Australia - Mar 13 2012, 7:20 AM Report Spam
    Passed with 910 (Australia). Thank you very much.
  • KS from India - Mar 10 2012, 8:38 AM Report Spam
    Passed this exam today with the score 940... All the 51 from this dump...
    Thanks to Bobe and Aakash...
  • NSantos from United Kingdom - Mar 06 2012, 9:38 PM Report Spam
    Basicall the same exam as the Aakaash, both are very good!
  • marty from United States - Mar 01 2012, 12:18 AM Report Spam
    passed in North A. 60 percent from this sample
  • Anish from India - Feb 28 2012, 5:32 PM Report Spam
    Hi All,Dumps are still valid in India.Cleared the exam with 880 (Intentionally made 4 questions wrong)..My friend got 940..Thank you Bobe and Aakash..:)
  • mangala from India - Feb 28 2012, 7:46 AM Report Spam
    I have attended for this exam just 2 hours back and got failed. score 648/1000. All the questions and answer options were same and there are no new questions but still i got failed due to wrong answers in this dump. I have gone through only this VCE file. Some one please correct those wrong answers and post the updated VCE. Waiting for that.
  • Skand from United Kingdom - Feb 26 2012, 1:59 PM Report Spam
    Passes with 910 yesterday. 100% ques were from this set.
    Valid in UK.
  • Dinesh from India - Feb 25 2012, 12:10 PM Report Spam
    Hi, Superb dumps. Got 910. Very helpful.. Can trust it whole heartedly.
  • SlViper from Sri Lanka - Feb 23 2012, 8:42 AM Report Spam
    Did this today, got 850. All the questions are from the dump.
  • Dan from India - Feb 20 2012, 6:25 AM Report Spam
    Passed with 910. Thank you very much.. :)
  • mike from Dominican Republic - Feb 15 2012, 1:43 PM Report Spam
    970 I pass all the questions in this set of questions very good material
  • Thuy from Australia - Feb 15 2012, 6:32 AM Report Spam
    @Joh:
    Question 88: <%: Model.FirstName %> is correct.

    I found this: http://blogs.msdn.com/b/aspnetue/archive/2010/09/17/second_2d00_post.aspx

    DO use <%: %> (.NET 4) to protect against XSS attacks.

    Prior to .NET 4.0 the developer would have to ensure there HTML was encoded by using code like the following:

    <%= Html.Encode(ViewData["name"]) %>

    This code was need to protect against XSS (cross-site scripting) attacks.

    If you are using .NET 4, do not use the above syntax. Use the following syntax instead.

    <%: ViewData["name"] %>

    This new syntax automatically HTML encodes the string (if necessary), and is preferred.
  • WebMasterCH from Switzerland - Feb 14 2012, 9:13 AM Report Spam
    Hi, I passed the Exam also with 910/1000 in Switzerland!
    Thanks Bobe!
  • Sinclair from Italy - Feb 13 2012, 5:12 PM Report Spam
    Passed with 910/1000 51 Questions
  • Hicham from Morocco - Feb 07 2012, 5:09 PM Report Spam
    This dump is still valid in Morocco. All questions were from this dump Got 880
  • Jordan from Pakistan - Feb 06 2012, 7:59 PM Report Spam
    This Dump is still valid in Pakistan. all question were from this dump Got 970
  • raghini from India - Feb 04 2012, 4:53 PM Report Spam
    They are valid however some answers are incorrect got 910 !!
  • levale from India - Feb 01 2012, 2:20 PM Report Spam
    thanq for this dumps... this is still valid.. i got 850
  • Mike from Dominican Republic - Jan 26 2012, 4:24 PM Report Spam
    I know how insurance can take the test based on these questions
    or what percentage of the exam may be in these questions and how frecunecia can change the questions for future tests
  • Nitesh from India - Jan 25 2012, 3:14 PM Report Spam
    Hii, Bobe thanku for uploading the dump..but i want to be prepared all together for this exam so can you tell me is the exam comprise of the same questions as your's in the dump or they are examples of how questions will be..!! thanx in advance and please reply soon.i need to take the exam on 31st this jan..!!
  • Dani from Argentina - Jan 24 2012, 12:22 PM Report Spam
    Hi. I did not pass the exam yet, but I`ll go very soon.

    Priyanca, I think the correct answer is C: "Set the ClientIDRowSuffix attribute of each unique GridView control to a different value. "

    In question 68, I think similar to M.Gentle (Dec 22 2011, 8:49 PM ) the correct answer is this.innerText rather than style.color. I tested in my PC and it works. Think in a Style sheet hav no sense because they don`t mention that.
  • Oscar from Kenya - Jan 21 2012, 1:06 PM Report Spam
    Still Valid Passed today with 910 all questions from the dump. Though some answers are not right.
  • Susudu from Sri Lanka - Jan 18 2012, 9:38 AM Report Spam
    This dump is still valid. Passed the exam with 910 score. Thank you very much Bobe for sharing. :)
  • Mona from India - Jan 17 2012, 6:42 AM Report Spam
    Only reading this dumps is sufficient to pass exam please reply anyone who has all ready taken test..please
  • NaamNahiBataonga from Pakistan - Jan 13 2012, 10:36 AM Report Spam
    This Dump is still valid in Pakistan. all question were from this dump Got 970
  • Kamal from India - Jan 13 2012, 8:18 AM Report Spam
    Dump is valid. Passed today got 880. All from Bobe dumps. Number of questions is 51
  • eng from Egypt - Jan 12 2012, 5:13 PM Report Spam
    Still valid ,pass today
  • Wael Mohamed from Egypt - Jan 12 2012, 4:56 PM Report Spam
    Still valid in Egypt today.
  • Priyanka from India - Jan 12 2012, 9:30 AM Report Spam
    Hi
    Can any one who has taken test can tell me that in which pattern option was there?suppose this is the question:
    You are implementing an ASP.NET application that uses data-bound GridView controls in multiple pages.
    You add JavaScript code to periodically update specific types of data items in these GridView controls.
    You need to ensure that the JavaScript code can locate the HTML elements created for each row in these GridView controls,
    without needing to be changed if the controls are moved from one page to another. What should you do?
    Type1:
    a.Replace the GridView control with a ListView control.
    b.Set the ClientIDMode attribute to Predictable in the web.config file.
    c.Set the ClientIDRowSuffix attribute of each unique GridView control to a different value.
    d.Set the @ OutputCache directive s VaryByControl attribute to the ID of the GridView control.

    Answer :B


    or
    Type 2
    a.Set the ClientIDMode attribute......
    b.Set the ClientIDRowSuffix attribute...
    c.Set the @ OutputCache directive s VaryByControl attribute...
    d....in the web.config file.
    e....of each unique GridView control....
    f.......to the ID of the ....
    g.....to a different value.
    h. ....GridView control


    please please tell me in which type there was option in exam
  • Stingthem from Pakistan - Jan 11 2012, 8:30 PM Report Spam
    100% valid dump! Number of question were 51.
  • Kav from United Kingdom - Jan 11 2012, 8:11 PM Report Spam
    Hi guys,
    Can I attempt for this exam after following Bobe's Q & ans?I know only 10% of the whole syllabus.Was in a confusion whether to study the whole syllabus and then go for it or just take the exam.
  • Aakaash from India - Jan 11 2012, 12:20 PM Report Spam
    I passed with 910 marks on 11-Jan-2012. All the questions are from Bob dump. Total there were 51 questions. However, some answers are wrong in Bob dump. They are related to "Developing web forms pages" and "Displaying and manipulating Data" section as seen from my scoresheet. But cannot identify those hidden stones.

    Thanks Bob for the dump and everyone for keeping the comment discussion live.
  • Sahan from Sri Lanka - Jan 11 2012, 8:06 AM Report Spam
    Did the exam yesterday 910/1000. All questions from this dump(51 questions). But few of the answers in the dump are wrong. (I answered all the questions with the answers given in this dump. So obviously few of them should be wrong. Specially in displaying and manipulating data area). Anyway thanks a lot for sharing it. :)
  • Action from Egypt - Jan 10 2012, 6:35 PM Report Spam
    nice cleared in Egypt with 970.
  • Your WellWisher from Unknown - Jan 10 2012, 2:16 PM Report Spam
    This dump is still valid.
    I have cleared test today in India.
    Total question is 51 all are from Bobe dumps even options order are same.
    2-3 questions answer are wrong in this dump...Please do some homework to get 1000/1000.
    This dump is enough to get 900+ score.
  • Subha Dutta from India - Jan 10 2012, 8:56 AM Report Spam
    This and AshishSachdeva's dump are absolutely same with two answers different. Dump is absolutely valid. Order for options are also same but don't think it will always be. There were 51 questions all from this dump. Though all answers are not correct, anyone can sit for this exam without any hesitation if they are not targetting for 1000/1000. I passed today with 970/1000 (India, Bangalore)
  • Priya from India - Jan 10 2012, 8:47 AM Report Spam
    Question was exactly same.question was of this pattern??
    please reply anyone who has taken exam recently
  • Raj from Unknown - Jan 09 2012, 2:48 PM Report Spam
    Dumps still valid in India.Thnx to bob,zahra and aadesh.Got 940.Gave Exam on 9th. JaN 2012.Best of luck to all.Dmps are sufficient to score above 900.
  • Priyanka from India - Jan 07 2012, 10:03 AM Report Spam
    Question will the exactly same or question pattern is same.please tell me truly that pattern is same or question will be same in test
  • Priyanka from India - Jan 07 2012, 9:32 AM Report Spam
    Can you people who have taken test can tell me that this Bob's and Ashish material is sufficient for this exam
  • Ashok from India - Jan 06 2012, 9:20 AM Report Spam
    hey friends i have to take this exam but prometric center say's that vouchers are not available now ..is this true..please answer me..thank you..
  • Nisha from United States - Jan 05 2012, 4:00 PM Report Spam
    @Rohan: Hi rohan. Can you share with us the number of questions that appeared in the exam 51 or 76?
  • rach from Sri Lanka - Jan 04 2012, 3:11 PM Report Spam
    passe with 920 dec 29
  • Udara from Sri Lanka - Jan 04 2012, 6:39 AM Report Spam
    Passed the exam today with 970 marks. Number of question 51 all from bobe dump
  • rohan from United States - Jan 04 2012, 1:16 AM Report Spam
    I got 730. Atleast 5-8 questions were outside of this dump.
  • Kavish Abidi from Pakistan - Jan 02 2012, 5:57 PM Report Spam
    Passed exam today (02/01/2012) with 880 marks. Number of question 51 all from bobe dump.
  • Eric from Hong Kong - Jan 02 2012, 3:49 AM Report Spam
    I passed with 940 on 31 Dec 2011. 51 questions and all of them from this dump. Thank you and good luck.
  • subbu from India - Dec 29 2011, 2:22 PM Report Spam
    Today I Cleared with 91%. All Questions(51) are from BOB dump only. Thanks for sharing BOB!!!!!!!!!
  • Hamid Ijaz from Pakistan - Dec 29 2011, 12:58 PM Report Spam
    I appeared in this exam and got 970/1000..... there were 51 questions....all of them were from the dumps Adesh, Warn, Zahra and Bob...... so prepare from these dumps... you'll surely get passed. Good Luck everybody....
  • Viswanath from Denmark - Dec 29 2011, 9:35 AM Report Spam
    Thanks to AshishSachdeva and Bobe for this dump. Today (29/12) I have given exam and got 91%. Exam contains 51 questions and all are from these dumps.
  • I P S from Sri Lanka - Dec 28 2011, 2:09 PM Report Spam
    Thanks Bobe for sharing this.
    Only 51 questions all are from Bobe Dump................
  • hasitz from Slovenia - Dec 27 2011, 12:32 PM Report Spam
    27 Dec 2011. 51 questions - passed 910. Learned from Bobe and zahra(tnx!). I'm guessing NOT all answers are correct in dumps, but enough to pass the test!
    (...memory dump: I remember the 3 question from zahra did not look the same. The D answer was with more code (like A,B and C). The 6th question also - answer A was similar to D - had the (int?) not just (int) in first line)
  • Chaminda from Sri Lanka - Dec 27 2011, 9:24 AM Report Spam
    Today I passed the exam 910 scored. Got only 51 questions all are from Bobe (this) dump. Thanks Bobe for sharing this.
  • wael from Kuwait - Dec 27 2011, 7:20 AM Report Spam
    I take the exam yesterday on 26/12/2011 in kuwait and I pass 850 all questions from this dump
  • البرهمي from India - Dec 26 2011, 6:58 PM Report Spam
    @m.Gentle,,,
    salam bro,, hope you are doing well,, i am asking have you taken the exam?
  • M.Gentle from Saudi Arabia - Dec 25 2011, 7:14 PM Report Spam
    @Yogesh
    I tried to explain what you could not understand from others' comments.
    Go back to the comments (if you can read)

    67 questions:
    b0nes from Germany - Dec 09 2011, 9:28 AM
    ssmirnov from Russian Federation - Dec 16 2011, 11:52 AM
    shaolin from United States - Dec 20 2011, 6:44 AM

    51 questions:
    Sri from India - Dec 24 2011, 12:49 PM
    manex from Nigeria - Dec 24 2011, 1:31 PM

    So brilliant, "I can say something about the number of questions."
  • Vardan from Armenia - Dec 25 2011, 4:35 PM Report Spam
    Passed on 22/12/2011 and scored 910 from 1000 (51 questions, all from this dump). Thanks a lot, man!
  • Yogesh from India - Dec 25 2011, 3:57 PM Report Spam
    @M.Gentle
    From your comment, it seems that you have not given this exam then how you can say something about the number of questions ?
  • M.Gentle from Saudi Arabia - Dec 25 2011, 5:54 AM Report Spam
    @Yogesh
    Some people got 51 questions, others got 76 questions. 76 question exams contains more questions in AJAX and MVC.

    by the way guys, I heard that you can get an extra 30min if you'll make the exam in another language of your native. Is it right?
  • Yogesh from India - Dec 24 2011, 4:33 PM Report Spam
    Hi, Can somebody tell me, how many total questions are in this exam because we are getting different comments e.g 51 or 76 for number of questions. Also how many questions we will get from this dump ?
  • wael from Kuwait - Dec 24 2011, 4:19 PM Report Spam
    I plan to take the exam after 2 days on 26/12 in kuwait , then I will reply the results I wish if the dump is same the exam ...
  • Jordan - Jo from Jordan - Dec 24 2011, 2:34 PM Report Spam
    Thanks Manex for reply.
    i'll see this dump then i'll go to take the exam
    Thanks again
  • manex from Nigeria - Dec 24 2011, 1:31 PM Report Spam
    51 questions in all, got 880, this dump has all u need to pass the exam
  • Sri from India - Dec 24 2011, 12:49 PM Report Spam
    Most valid dump.Had 51 questions,Most of them are from this dump.
  • Jordan - Jo from Jordan - Dec 24 2011, 9:24 AM Report Spam
    Good score manex
    how many are the exam questions?
    are there from the dumps or not ?
  • manex from Nigeria - Dec 24 2011, 8:49 AM Report Spam
    passed this morning, got close to 900.
  • hcheung32 from United States - Dec 24 2011, 7:33 AM Report Spam
    can some body please send to me Boba dump in pdf? Thanks you
    hittheroadtx@yahoo.com
  • M.Gentle from Saudi Arabia - Dec 23 2011, 3:13 PM Report Spam
    Anyone can answer a question of mine that I asked previously:

    "I would like to ask a question guys, is the exam 76 question as many of who made it this week, or 51 question as a Spanish person (who did it today) called "ARROCAL" said?
    good luck everyone."
  • M.Gentle from Saudi Arabia - Dec 23 2011, 3:12 PM Report Spam
    @Joh
    I don't think that we'll get any dumps soon. However, I believe that if a new dump will be provided, mostly it will be repeated. Good luck man.
  • Joh from Canada - Dec 23 2011, 2:06 PM Report Spam
    Thanks M.Gentle and Alan for clarification. I wonder, when do we get new dump.
  • M.Gentle from Saudi Arabia - Dec 23 2011, 4:01 AM Report Spam
    @alan
    thanks for the explanation and good luck in your exam..
  • alan from United Kingdom - Dec 22 2011, 9:33 PM Report Spam
    @M.Gentle

    <%: Model.FirstName %> is correct

    though redundant in mvc3 if you're using razor
  • alan from United Kingdom - Dec 22 2011, 9:12 PM Report Spam
    @M.Gentle

    They're all wrong
    this works would be the correct answer

    <html>
    <head>
    <script type="text/javascript">
    function changeColor(c)
    {
    message.style.color=c;
    }
    </script>
    </head>
    <body>
    <p id="message">Welcome!</p>
    <ul id="color">
    <li onclick="changeColor(this.innerHTML);">Black</li>
    <li onclick="changeColor(this.innerHTML);">Red</li>
    </ul>
    </body>
    </html>
  • Alan from United Kingdom - Dec 22 2011, 8:53 PM Report Spam
    @M.Gentle

    this.style.color is the best of the bad answers. the question doesn't say what color it should change. if the li object is given a color by the style sheet it would change to that color.

    this.innerText wrong.
  • M.Gentle from Saudi Arabia - Dec 22 2011, 8:49 PM Report Spam
    @alan
    totally agree with you.. it should be B instead of A

    Also, question 68 it is this.innerText rather than style.color.. Confirm it please.
  • alan from United Kingdom - Dec 22 2011, 7:23 PM Report Spam
    the question asking for the Region property from the custom master file is wrong. it should be B

    CutomMaster custom = this.Master as CustomMaster
  • M.Gentle from Saudi Arabia - Dec 22 2011, 7:02 PM Report Spam
    @joh
    Question 104:
    I think "change" is the correct answer since the question asks about client-script, "SelectedIndexChanged" is for server side.

    Question 88 & 73:
    I am not 100% convene about the dumps answers. However, they say <%: Model.FirstName %> for 88 and D for 73. [Wait for another person to confirm]

    I would like to ask a question guys, is the exam 76 question as many of who made it this week, or 51 question as a Spanish person (who did it today) called "ARROCAL" said?

    good luck everyone.
  • joh from Canada - Dec 22 2011, 6:12 PM Report Spam
    Question 104: The page includes DropDownList control. You need to call a client side function when the suer changes the value of the control. which event should you handle?
    A. Click B. SelectedIndexChanged C. Change D. Select
    The given answer is C. Change.
    I think it should be B. SelectedIndexChanged. Please confirm.

    Question 88: You are developing an ASP.NET MVC 2 application. A view contains a form that allows users to submit their first name. You need to display the value that is submitted, and you must ensure that your code avoids cross-site scripting. Which code segment should you use?
    What is the right answer for this?
    <%: Model.FirstName %> OR
    <% Response.Write(HttpUtility.HtmlDecode(Model.FirstName)) %>

    Question: 73: You create a Web page that contains the span shown in the following line of code.
    <span id="span1">Text</span>
    You need replace the contents of the span with HTML that you download from a URL specified by a global variable named localURL.
    Which code segment should you use?

    C. $.ajax({
    type: "GET",
    url: localURL,
    dataType: "html",
    success: function(htmlText) {
    $("#span1").innerHTML = htmlText;
    }
    });

    D. $.ajax({
    type: "GET",
    url: localURL,
    success: function(htmlText) {
    $("#span1").html(htmlText);
    }
    });

    C or D ??
  • shaolin from United States - Dec 20 2011, 6:44 AM Report Spam
    I passed this exam this morning. Exam have 76 questions and 50 from Bobe dump, don't waste time for other dump zarha, warn, ... ( just duplicate and miss some questions). 26 new questions isn't hard even if you don't know and understand. 26 new questions is very similar with question in dump(similar both question and answer) so only need to remember clearly dump and compare new questions with it and result you pass exam
  • aycsharp from Nigeria - Dec 19 2011, 3:42 PM Report Spam
    I passed with 970 from Nigeria today
  • Deano from United Kingdom - Dec 19 2011, 10:03 AM Report Spam
    Thanks for confirming this.
  • Rauf from Azerbaijan - Dec 18 2011, 5:55 PM Report Spam
    @Deano: I think A,D indeed are correct. I had the similar question in MS-PRESS tests.
  • ssmirnov from Russian Federation - Dec 16 2011, 11:52 AM Report Spam
    Passed today (16 Dec 2011) with 850/1000 score in Russia, SPb.
    Used the following dumps: Aadesh, Bobe (recommended), warn and zahra.

    Please, NOTE: Now the test contains 76(!) questions instead of 51.
    57 of 76 questions were shown from these dumps.
    Pay attention to jQuery, MVC2 and Dynamic Data Applications
  • mc from Canada - Dec 12 2011, 2:57 PM Report Spam
    @HB
    Q60 should be B in stead of A

    No. B uses Membership.Validate.
    The Membership.Validate method verifies that the supplied user name and password are valid. The question states that the user is already logged on and only checking role membership.
  • HB from Netherlands - Dec 11 2011, 8:46 PM Report Spam
    Q37 can't be right, should be A in stead of B
    Q60 should be B in stead of A
    Q68 I'm not sure; D gives you a distinct count I think ? I would go for A.
    Q101 not sure as well, why not Static (and thus B) in stead of D?
  • b0nes from Germany - Dec 09 2011, 9:28 AM Report Spam
    Passed on 07.12.12 in Germany with 820/1000. About 20 new questions in the Exam (76 Questions total).
  • SL from Ukraine - Dec 05 2011, 9:58 AM Report Spam
    Dump is valid in Ukraine. I passed with 940 on 05 Dec. All questions from dump. Good luck
  • Bobe from Belgium - Nov 29 2011, 11:43 AM Report Spam
    As previously stated there are no new question in this dump.
  • xxx99 from United States - Nov 29 2011, 1:11 AM Report Spam
    passed this exam 700/1000
  • qwert123 from United States - Nov 29 2011, 1:10 AM Report Spam
    how many questions are new from this version?
  • gm4422 from United Kingdom - Nov 26 2011, 4:18 PM Report Spam
    I passed with 820 on 26 Nov (UK)
  • Niklank Jain from Unknown - Nov 23 2011, 1:46 PM Report Spam
    I passed with 880 on 23 Nov , 111q dumps to secure good score (India)
  • Bobe from Belgium - Nov 21 2011, 8:40 AM Report Spam
    This is the AshishSachdeva version, but corrected with the comments suggestions. Enjoy ;-)

Vote For This File

Verification:*
Type the characters from the picture.
Verification Code

Add Comment

Name:*
E-mail:*
This e-mail will not be published.
Comment:*
Verification:*
Type the characters from the picture.
Verification Code

Site Search:

Terms of Service
Friday, May 24, 2013, 02:39 AM
©2013 ExamCollection.com