maka from Argentina – 06 06 2012, 2:51 AMReport Spam
friends today this examination, in C # and I was well, use the dump Microsoft.Braindump.70-515.v2012-05-23.by.Jo.157q Microsoft.TestKiller.70-515.v2012-01-11.by.Aakaash.111q Microsoft.TestKiller.70-515.v2012-05-07.by.Al.111q put them together, and eliminate duplicate questions, and I had the misfortune of meeting 25 new questions. please try to post new questions to so improve our dumps
Milind from India – 06 05 2012, 2:33 AMReport Spam
Chami, Did you get latest dumps
Chami from Sri Lanka – 06 03 2012, 7:19 AMReport Spam
I failed twice in last week. I referred this dump and several others.I also met Artem mentioned questions. Can anybody add those questions. I got only 670 marks. Please Help me.I want to try again.
Artem from Ukraine – 06 01 2012, 6:09 PMReport Spam
@Delta7 I also don't know the correct anser for this question. Idea was to reduce number of calls.
Delta7 from United Kingdom – 06 01 2012, 6:46 AMReport Spam
@Artem I'm a little confused by question 3. It seems to use PopulateFromClient you would need to set PopulateOnDemand to true but you can only choose one of them options? but I suppose PopulateFromClient is dynamic so it would make several calls! Argh my brain hurts! Can anyone help me out with this?
Artem from Ukraine – 05 31 2012, 8:39 PMReport Spam
So, I don't remamber the questions and answers, but I remember the topics and keywods. 1. Getting data request with: $.ajaxStart, $.ajaxSend, $.get $.post 2.XPath for XML document and parametrized selection from DataSource. Also Difference of DataSource and DataSourceId. 3. Trees. Need to populate a tree. And load data from SQL just once. Select two cheboxes: TreeNodePopulate vs treenodedatabound, PopulateOnDemand vs PopulateFromClient 4. Attributes of <@ Assembly >. Where should you declare class type: in ID, Name, TypeName, VirtualPath 5. LINQ's Oderby + ThenBy with parameters 6. Caching MVC controller's result from SQL. <@ OutPutCahce VeryByParam="*"> vs [Outputcahce] as attribute of action + 7. Html.DIsplay VS Html.Partial vs @Import to render a custom controller from file with MVC. (Anser is Partial) 8. ControlToValidate vs ControlToCompare with Operator ="DataType" 9. FindControl vs LoadTemplate(…) vs LoadControl(typeof(Button), null). Addint this dynamic control to another control (don't remember) with Control.Add(Loadcontrol(typeof(Button), null)) 10. load several files in time with one post. HTTPRequest.InputStream vs HTTPRequst.Files, SaveAs vs WriteLine vs WriteAllLines.
max from Argentina – 05 31 2012, 7:38 PMReport Spam
Many questions from this dump, but not all questions. This dump will help you, but you have to study
Bubba from United States – 05 29 2012, 4:33 PMReport Spam
I passed today. There were a lot of questions not from this dump, but many were similar to questions in this dump so if you know them well you should be ok
Delta7 from United Kingdom – 05 29 2012, 1:34 PMReport Spam
Artem thanks for your comment! I am hearing a lot of mixed reviews about the two latest dumps. I'm thinking its more like luck if you get the questions mainly from the drumps or not. I've read a lot of material in addition to looking through these questions but any extra guidance you could provide would be great!
Artem from Unknown – 05 29 2012, 1:28 PMReport Spam
Passed today with 871 (Ukraine) 29/60 questions are new (even more new than posted in this topic). It's impossible to pass exam without reading a book, only with a dump's help. After learning, the passing is much easier, because only 10 questions were really difficult to keep in memory. Later I'll post some keywords to learn and take attention.
Lorena from Spain – 05 29 2012, 8:33 AMReport Spam
I think the previous dump (2012-05-07 by Al 111q) and the comments by aleka along these forums ARE ENOUGH to pass. Suplementary questions from Lyudmyla dump do not appear in the real exam. This dump (by Jo) include questions that are not useful (because include Lyudmyla questions). So, my opinion, is using Bobe (or Aakaash) and questions (from 142 to 157) from this Jo Dump. But be carefull because these last questions are not corrected. Refer the comments along the forums.
Artem from Ukraine – 05 28 2012, 7:02 PMReport Spam
Q104 my incorrect answer This controlo has server SelectIndexChanged even BUT the client event is onChange. The DropDown has Change event. Answer C: Change (as in dump) not SelectIndexChanged
I passed the exam with 935 . There were 60 questions and nearly 40 of them were from this dump. @Jo, thanks for the great contribution.
Blopss from France – 05 27 2012, 11:06 PMReport Spam
@Kryz : last week, just after passing the exam (871) I spent like 1hour remembering and posting various questions I had during my exam which weren't in the dumps. All the posts were deleted (maybe because I chose different names for fun). This website is great, but I think one of those who manage it seriously lack brain activity. Just saying.
Kryz from Germany – 05 27 2012, 1:05 PMReport Spam
It would be nice if someone could post more details about the last questions. 05be someone can write it down directly after his/her exam. A more detailed dump within the next 2 weeks would be fine
Lorena from Spain – 05 27 2012, 9:28 AMReport Spam
I don't know if it's worth using this dump. It is long and perhaps with the previous "70-515.v2012-05-07.by.Al.111q.vce" this is more than enough. What think you?
Neha Rustagi from India – 05 26 2012, 7:07 PMReport Spam
I paased with the help of these Dumps today..
Tushar from India – 05 26 2012, 1:42 PMReport Spam
Cleared the paper with 871. Used two versions, 1)http://www.examcollection.com/microsoft/Microsoft.TestKiller.70-515.v2012-05-07.by.Al.111q.vce.file.html and above dumps. There were 14 questions were new but with the help of LINQ and MSDN, cleared. Thank's a lot JO !!!
Artem from Ukraine – 05 26 2012, 11:16 AMReport Spam
@Atam I think you use random numeration of questions. The Q132 has other discription. Change numeration order to static in you Visual Cert exam manager settings.
Artem from Ukraine – 05 26 2012, 11:11 AMReport Spam
possible mistake in ASP.net MVC dotn display a column The examples was with an entity (or linq to sql class) class and MetadataType for the class. Published answer was "In the MetadataType you specify the ScaffoldColumn(false)". But Scaffolding = false hides columns, otherwise, Scaffolding = true shows it. Need to see other answers, because this seems to be wrong.
also… Q104 The page includes a DropDownList control. You need to call a client-side function when the user changes the value of the control. Which event should you handle?. 12lared answer C: Change seems to be wrong. the DropDownList has only one event – SelectedIndexChanged. and the answer should be B
Atam from Netherlands – 05 25 2012, 9:04 AMReport Spam
@ Vasya :
on the page you linked, point 7 sets AutoGenerateColumns to false. point 8 : Add a DynamicField control.
I agree thay also add a DynamicDataManager but not sure why and if that is also the case in this question.
Atam from Netherlands – 05 25 2012, 8:59 AMReport Spam
mistake in question 132 about IHTTPModule. Answer is A not D. In D you create new HTTPApplication object which is wrong.
There is also another question about viewstate. The question is incomplete but the answer is wrong. It should be Page EnableViewState = True, Page ViewstateMode=Disabled. This disables viewstate on page level but a control on that page can still enable it. source: page 125 MCTS Self-Paced training kit 70-515.
Vasya from Ukraine – 05 23 2012, 6:14 PMReport Spam
Can anybody explain me q33 answers? You are implementing a new Dynamic Data Web site. The Web site includes a Web page that has an ObjectDataSource control named ObjectDataSource1. ObjectDataSource1 interacts with a Web service that exposes methods for listing and editing instances of a class named Product. You add a GridView control named GridView1 to the page, and you specify that GridView1 should use ObjectDataSource1 as its data source. You then configure GridView1 to auto-generate fields and to enable editing. You need to add Dynamic Data behavior to GridView1. You also must ensure that users can use GridView1 to update Product instances. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) A: Add a DynamicDataManager control to the Web page. B: Disable the auto-generated fields on GridView1. Add a DynamicField control for each field of the Product class. C: it's wrong 100% D: Add the following code segment to the Page_Init method of the Web page. GridView1.EnableDynamicData(typeof(Product)); they say that B is correct, but why shoud we disable auto-generation? in book on page 778 it's enabled and on MSDN http://msdn.microsoft.com/en-US/library/cc488562 it's also enables…more ins MSDN the DynamicDataManager was added from answer A
This is a merged file of all VCE files back to "2011-11-17.by.Bobe". Therefore, it is a mix between VB and C # but I think both are easy to read!
I deleted the duplicates and added the new questions from the comments (some with and some without answers). Please do not hesitate to complement these questions.
Good luck. I try it after summer
I checked the various answers to the questions: 4,9,68,69,76,85(!),91,93,100 and took the most common answer (and added the googled sites . But you are welcome to check again!
dave from Netherlands – 05 23 2012, 11:00 AMReport Spam
Thanks for merging the missing questions. Just what is the correct answer for Q100? here it says D, but in other dumps its C
Idea was to reduce number of calls.
1. Getting data request with: $.ajaxStart, $.ajaxSend, $.get $.post
2.XPath for XML document and parametrized selection from DataSource. Also Difference of DataSource and DataSourceId.
3. Trees. Need to populate a tree. And load data from SQL just once. Select two cheboxes: TreeNodePopulate vs treenodedatabound, PopulateOnDemand vs PopulateFromClient
4. Attributes of <@ Assembly >. Where should you declare class type: in ID, Name, TypeName, VirtualPath
5. LINQ's Oderby + ThenBy with parameters
6. Caching MVC controller's result from SQL. <@ OutPutCahce VeryByParam="*"> vs [Outputcahce] as attribute of action +
7. Html.DIsplay VS Html.Partial vs @Import to render a custom controller from file with MVC. (Anser is Partial)
8. ControlToValidate vs ControlToCompare with Operator ="DataType"
9. FindControl vs LoadTemplate(…) vs LoadControl(typeof(Button), null). Addint this dynamic control to another control (don't remember) with Control.Add(Loadcontrol(typeof(Button), null))
10. load several files in time with one post. HTTPRequest.InputStream vs HTTPRequst.Files, SaveAs vs WriteLine vs WriteAllLines.
This controlo has server SelectIndexChanged even
BUT the client event is onChange. The DropDown has Change event. Answer C: Change (as in dump)
not SelectIndexChanged
There were 60 questions and nearly 40 of them were from this dump.
@Jo, thanks for the great contribution.
1)http://www.examcollection.com/microsoft/Microsoft.TestKiller.70-515.v2012-05-07.by.Al.111q.vce.file.html
and above dumps. There were 14 questions were new but with the help of LINQ and MSDN, cleared.
Thank's a lot JO !!!
I think you use random numeration of questions. The Q132 has other discription. Change numeration order to static in you Visual Cert exam manager settings.
ASP.net MVC dotn display a column
The examples was with an entity (or linq to sql class) class and MetadataType for the class. Published answer was "In the MetadataType you specify the ScaffoldColumn(false)".
But Scaffolding = false hides columns, otherwise, Scaffolding = true shows it.
Need to see other answers, because this seems to be wrong.
also… Q104
The page includes a DropDownList control.
You need to call a client-side function when the user changes the value of the control.
Which event should you handle?. 12lared answer C: Change seems to be wrong.
the DropDownList has only one event – SelectedIndexChanged. and the answer should be B
on the page you linked, point 7 sets AutoGenerateColumns to false.
point 8 : Add a DynamicField control.
I agree thay also add a DynamicDataManager but not sure why and if that is also the case in this question.
There is also another question about viewstate. The question is incomplete but the answer is wrong. It should be Page EnableViewState = True, Page ViewstateMode=Disabled. This disables viewstate on page level but a control on that page can still enable it. source: page 125 MCTS Self-Paced training kit 70-515.
You are implementing a new Dynamic Data Web site. The Web site includes a Web page that has an ObjectDataSource control named ObjectDataSource1.
ObjectDataSource1 interacts with a Web service that exposes methods for listing and editing instances of a class named Product.
You add a GridView control named GridView1 to the page, and you specify that GridView1 should use ObjectDataSource1 as its data source.
You then configure GridView1 to auto-generate fields and to enable editing. You need to add Dynamic Data behavior to GridView1.
You also must ensure that users can use GridView1 to update Product instances.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A: Add a DynamicDataManager control to the Web page.
B: Disable the auto-generated fields on GridView1. Add a DynamicField control for each field of the Product class.
C: it's wrong 100%
D: Add the following code segment to the Page_Init method of the Web page.
GridView1.EnableDynamicData(typeof(Product));
they say that B is correct, but why shoud we disable auto-generation?
in book on page 778 it's enabled and on MSDN http://msdn.microsoft.com/en-US/library/cc488562 it's also enables…more ins MSDN the DynamicDataManager was added from answer A
please, help!
I deleted the duplicates and added the new questions from the comments (some with and some without answers). Please do not hesitate to complement these questions.
Good luck. I try it after summer
I checked the various answers to the questions: 4,9,68,69,76,85(!),91,93,100 and took the most common answer (and added the googled sites
. But you are welcome to check again!