I have recently booked the 70-536 Application Development Foundation exam. On the above link it says that

"If you are a .NET 2.0 developer, you do not need to learn .NET 3.5 to pass Exam 70-536; conversely, if you are a .NET 3.5 developer, you do not need to review .NET 2.0 to pass the exam.".

How does this work? Do you choose 3.5 or 2.0 (I'm wanting it for 3.5) at the start of the exam or does it only ask questions that are pertinent to both versions of the framework?

link|improve this question

feedback

5 Answers

up vote 6 down vote accepted

.NET 3.5 is more of an extension to 2.0 than an entire new version and as such the foundation for both is the same. There is no choice at the start as there is only one exam.

link|improve this answer
2  
Well, there is a choice at the start, but thats between C# and VB. – NikolaiDante Jul 15 '09 at 10:04
feedback

.NET 2.0 and .NET 3.0/3.5 have the same core functionality which is required for passing 70-536. Although .NET 3.0/3.5 have newer technologies such as LINQ, WPF, etc, none of those appear in the exam, so it doesn't matter if you have never used .NET 3.0/3.5, since the exam focuses on the fundamentals such as .NET types, reflection, collections, threads, etc.

I recently took the 70-536 exam (and passed) having only got a little bit of experience with newer .NET frameworks.

link|improve this answer
feedback

This is an exam for 2.0, so, if you know .NET Framework 3.5 you will probably know enough to pass this exam. Frameworks 3.5 and 2.0 and quite similiar, when compared to the difference between 1.1 and 2.0

link|improve this answer
feedback

Wonder how can that can be? Quite similar is not the same as equal. Some .Net 3.0 And 2.0 where realyy not diferrent at all (just more libraries). But 3.5 added type inference, inline property initializers, LINQ and lambdas to the plataform. Do you get the IDE in the exam?

link|improve this answer
No, no IDE. Its a similar interface to the questions that come on the CD with the book. It won't touch on anything 3.5 specific it'll follow the sylbus at microsoft.com/learning/en/us/… – NikolaiDante Jul 15 '09 at 10:16
Another good link en.wikibooks.org/wiki/.NET_Development_Foundation – NikolaiDante Jul 15 '09 at 10:16
3.5 added a lot of stuff that's actually useful in real-life development. Don't confuse real skills/experience with the kind of stuff that's in these cert tests - they overlap but are not identical. – MGOwen Sep 7 '09 at 6:57
feedback

CLR Machine that's underneath both .NET 2.0 and .NET 3.5 frameworks is the same one. That's one of the reasons Course is same for both .NET Frameworks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.