exam-70-536

MSCT 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 to study, but the project is running late (a habit around here). Let's face it, I'll have to study on my own time to get this certification...

70-536 exam, same for 2.0 and 3.5

Hi, 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...

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? ...

MCTS 70-536 Braindumps

Where can I find worth while braindumps (questions and answers) for MCTS exam 70-536? ...

Any good resources for the 70-536 TS: Microsoft .NET Framework - Application Development Foundation exam

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 TS: Microsoft .NET Framework - Application Development Foundation exam. Anyone taken this exam before. Any advice. Other than read the offi...

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 through some practice tests and realise there is a lot of stuff that I've never or rarely used in 6-7 years of .NET experience (mostly building...

Microsoft certifications - MCTS core exam 70-536 - Is the MeasureUp practice test easier or harder than the actual test?

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 Foundation. (That's the actual MeasureUp practice test purchased from their website - I've heard there is a different version of it on the C...

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 language if C# or VB.NET when taking it on one of the first screens?? I hope so, its already scheduled, and if it is in VB im screwed!... ...

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 EventLog objects in a partial trust environment can cause serious security holes and should be avoided if at all possible He basically indi...

MS Exam 70-536 - How can you constrain the input before you write any code?

Hello! 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 customers to enter their own contact information into your database. As a new employee, you are assigned a simple task: create the fro...

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 far. The threading chapter and online resources have been good to me on my second read through. Still though, the names used above mean ab...

MS Exam 70-536 - How to throw and handle exception from thread?

Hello! 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 called with any object instead of the string it expects. Being careful in choosing your starting method for a thread to deal with...

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 not just swallowing any garbage of the web. Therefore I am looking for the best and most informative and with a fair bit of detail for the ...

MS Exam 70-536 - Caspol actions not presented by .Net Config Tool

Hello! 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 caspol. After adding new code group with config tool I've tried to run caspol -lg but new group was not listed... ...

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 class? I am of the impression if you want a custom class to throw an exception with more meaningful information, then you can create a custom ...

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 reason why I ask is that I am going over .Net Security and the MS official training book simply refers to the DES class but the another of...

Will .NET framework 4 change exam 70-536?

Hi, 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 question: After Steven's excellent observation, let me ask it this way: What will the syllabus of the application foundation exam for...

A Question about .net Rfc2898DeriveBytes class?

What is the difference in this class? as posed to just using Encoding.ASCII.GetBytes(string object); I have had relative success with either approach, the former is a more long winded approach where as the latter is simple and to the point. Both seem to allow you to do the same thing eventually but I am struggling to the see the point i...

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 difficult to find anything on it. It's a fairly big subject so am hoping somone on here as here as got some good reading materials on that...

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 below is the question: You need to write a multicast delegate that accepts a DateTime argument and returns a bool value. Which code segment ...