Errata for MCPD 70-519 Exam Ref: Designing and Developing Web Applications Using Microsoft® .NET Framework 4
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 16
Figure 1-4 |
I suppose the right branch (Firewalls or non-.NET = Yes) is almost completly wrong:
- REST should be webHttpBinding
- ASMX should be basicHttpBinding
- Duplexing should be WSDualHttpBinding
Note from the Author or Editor: Please implement change as described, Figure 1-4, the right branch of the flow chart should result in:
- REST should be webHttpBinding
- ASMX should be basicHttpBinding
- Duplexing should be WSDualHttpBinding
|
Anonymous |
Nov 24, 2011 |
|
| Printed |
Page 23
Second Point under Object Summary |
WCF is referred as MFC.
Note from the Author or Editor: On page 23, second bullet point, please change both occurrences of "MCF" to "WCF".
|
Zaharan Haleed |
Nov 14, 2011 |
|
| PDF |
Page 31
Qustion 1 Answer A |
In the Button.Click event handler, return a webpage that contains a real-time chat client implemented by using Flash. Configure the Silverlight client to communicate directly with customer support.
Maybe should be: "Configure Flash client..."
Note from the Author or Editor: Yes, this should be, "Configure the Flash client..." on page 31, answer 1.A.
|
Ivan Stoyanov |
Nov 09, 2011 |
|
| Printed |
Page 52
Objecttive 1.3: Review - Question 1 |
The correct answer is D. The explanations for C & D are switched.
Option D for this question written on page 31, uses client-side JavaScript, which is also the right choice for returning a page immediately without waiting for customer service.
Note from the Author or Editor: On page 31, question 1, please swap answers C and D.
|
Anonymous |
Jul 30, 2012 |
|
| PDF |
Page 76
Under the heading of "Changing the hostname" |
The line contains the text
"and use en.contoso.com for the Spanish-language version of your site..."
but it must be
"and use es.contoso.com for the Spanish-language version of your site.
i:e "es" for Spanish version.
Note from the Author or Editor: Yes, please implement the change as described.
|
Raheel |
Dec 05, 2011 |
|
| PDF |
Page 86
Answers of 3rd test questions. |
Answers are:
3. Correct Answers: B and C
Afeter that in clarifications is written:
A. Correct: ...
B. Incorrect: ...
C. Correct:...
Note from the Author or Editor: For answer 3 on page 86, please change it to read, "3. Correct Answers: A and C"
|
Ivan Stoyanov |
Nov 09, 2011 |
|
| PDF |
Page 101
Starting from first line of code in VB.NET |
This page contains sample code for VB.NET and C# at the starting of the page. The VB.NET sample code is not written in VB.NET syntax.
Note from the Author or Editor: At the top of page 101, please change the VB.NET code sample to:
Public Function Update(collection As FormCollection) As ActionResult
Dim person As New Person()
UpdateModel(person)
Return View(person)
End Function
|
Raheel |
Dec 05, 2011 |
|
|
| |