The exam-70-536 tag has no wiki summary.
14
votes
5answers
5k views
Microsoft certifications - MCTS core exam 70-536 - Is the MeasureUp practice test easier or harder than the actual test? [closed]
I'm a fairly experienced (about 4 years) asp.net developer.
I failed the MeasureUp practice test for Microsoft certification exam 70-536: TS: Microsoft .NET Framework 2.0 — Application Development ...
9
votes
6answers
2k views
MCTS Certification, Exam 70-536, your advices?
At the beginning of the year, I was proposed by my company to take some MS certification exams. Since then, they generously paid for the Self-Paced Training Kit book. I was promised to have some time ...
8
votes
3answers
1k views
Will .NET framework 4 change exam 70-536?
Anyone have any information (including website links) on the syllabus changes (if any) for this exam for .NET 4? I basically want to know if there will be change in the material covered.
Update to ...
6
votes
5answers
1k views
70-536 exam, same for 2.0 and 3.5
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 ...
5
votes
2answers
208 views
Is this an error in the MCTS Self-Paced Training Kit (Exam 70-536)?
I am reading the MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework—Application Development Foundation, Second Edition eBook.
Now I am finishing off the threading chapter (nr. 7). ...
5
votes
5answers
334 views
Looking for an explanation of the 'Asynchronous' word in .Net?
I need someone to explain the following names;
Asynchronous Delegates.
Asynchronous methods.
Asynchronous events.
I'm currently going over this for my 70-536 exam and I am covering all my bases so ...
4
votes
2answers
1k views
Question about Multicast Delegates?
I am going through some exam questions for the 70-536 exam and an actual question one developer posted on his blog has popped up in my exam questions. I cannot remember what his answer was .... but ...
4
votes
3answers
256 views
Exception Class: When to Derive from it, In C# (.Net)?
I am continuing with my exam revision.
I have come across the usage of the Base Exception class and I have seen it on exam papers also.
My question is when do you derive from the Base Exception ...
3
votes
2answers
600 views
How much .NET Framework material will .NET 4.0 MCTS cert exam questions cover?
I am planning to get my MCTS for Visual Studio 2010. The list of exams I need along with descriptions and topics covered can be found here.
There is now no equivalent of exam 70-536 for the new ...
3
votes
4answers
214 views
MS Exam 70-536 - How can you constrain the input before you write any code?
In MS Exam 70-536 .Net Foundation, Chapter 3 "Searching, Modifying, and Encoding Text" in Case Scenario 1
Your organization, Northwind Traders, is creating a Web-based application to allow
...
3
votes
1answer
88 views
Using EventLog objects can cause security holes?
While reading the Traning Guide for the 70-536 exam written by Tony Northup and friends, I came across the following:
CAUTION - Avoid EventLog objects in partial trust environments
Use of ...
2
votes
2answers
128 views
MS Exam 70-536 Prep question: Efficient use of TextWriter - The practice test answer is wrong (I think)!
I'm taking a practice test for the exam 70-536. Below is a screenshot. The yellow highlighted is what the exam says is the correct answer. The one with the radio button selected is the answer I ...
2
votes
7answers
181 views
Question About Abstract Classes?
URL: Link (1)
According to this wesbite .. you cannot implement Abstract classes but derive from them. This makes sense and I have read this many times.
Like an interface, you cannot implement ...
2
votes
1answer
106 views
Help me find some good 'Reflection' reading materials?
If it wasn't you guys I would've never discovered Albahari.com's free threading ebook. My apologies if I come off as being extremely lazy but I need to make efficient use of my time and make sure am ...
2
votes
1answer
471 views
Any good resources for the 70-536 TS: Microsoft .NET Framework - Application Development Foundation exam [closed]
Possible Duplicate:
MSCT Certification, Exam 70-536, your advices?
Duplicate of several, for example: MSCT Certification, Exam 70-536, your advices?
Any good resources for the Exam 70-536 ...
1
vote
1answer
77 views
Question about how the IsinRole(string name) method is used?
When supplying the string value for this windows principal method .... do you always to supply
the Domain also or can you just supply the Group's name and thats abt it???
MSDN:
//Get the role using ...
1
vote
1answer
101 views
How can the AssemblyName class be used for existing Assemblies?
This is another exam related question.
How can I use the AssemblyName class to represent an existing
assembly that already exists on disk?
I am talking about from the perspective of using the ...
1
vote
1answer
425 views
Revision Materals, other than book, for MCTS 70-536 Exam
Does anyone have any recommendations on revision materials for the MCTS 70-536 exam other than the monstrosity that is the official book? I am finding it very difficult to absorb the amount of ...
1
vote
2answers
484 views
Why do I need to use the Rfc2898DeriveBytes class (in .NET) instead of directly using the password as a key or IV?
What is the difference between using Rfc2898DeriveBytes and just using Encoding.ASCII.GetBytes(string object);?
I have had relative success with either approach, the former is a more long winded ...
1
vote
2answers
188 views
What's the difference between the 'DES' class and The 'DESCryptoServiceProvider' class?
All I can make out is that one of them is the BC for all 'DES' algorithms to be derived from and the later is a wrapper for the Cryptographic service provider implementation of the DES algorithm.
The ...
1
vote
5answers
339 views
MS Exam 70-536 - How to throw and handle exception from thread?
In MS Exam 70-536 .Net Foundation, Chapter 7 "Threading" in Lesson 1 Creating Threads there is a text:
Be aware that because the WorkWithParameter method takes an object, Thread.Start
could be ...
0
votes
3answers
63 views
Converting between types
I'm studying for the 70-536 exam and now I'm checking the lesson about converting between types and I have Doubt.
Always implicit conversion it's a widening conversion??? and Explicit conversion ...
0
votes
1answer
95 views
Generics and Exposing .Net Types For COM Consumers?
I remember seeing a question on my official MS 70-536 exam that talked about a simple class that was designed to be exposed for COM calling clients and etc. of all the members defined in the classes I ...
0
votes
1answer
165 views
WMI, WQL, Management Event Objects, MEWatcher Etc, Tutorials (C#)?
Anybody got any any tutorials that cover these subjects ... the official MS 70-536 book covers this but I don't want to take any chances as I want additional reading materials
problem is, its proving ...
0
votes
1answer
148 views
MS Exam 70-536 - Caspol actions not presented by .Net Config Tool
Studying MS Exam 70-536 .Net Foundation I've got to Chapter 11 Application Security and in the end of a lesson there is a practice to add code group with .Net Configuration Tool and change it with ...
0
votes
3answers
220 views
How do I choose the Language for 70-536 Microsoft Exam
I went today to schedule the 70-536 Framework Foundations Exam, I thought I could choose the language when registering for it, but I saw there is only one option. I guess I will have to choose the ...
0
votes
2answers
137 views
What lesser known parts of the “.NET Application Development Foundation” exam have you actually used and in what context?
For various reasons I have decided its time to take some .NET exams, I'm
starting with 70-536, Microsoft .NET Framework 2.0 - Application Development Foundation.
As part of the study, I'm going ...
0
votes
1answer
604 views
How to study for the Exam 70-536 TS: Microsoft .NET Framework - Application Development Foundation
I have the study guide from Microsoft for this course. However I'm looking for a more in depth step by step guide through all the possible study materials. Has anyone written a blog on the subject?