This is the second post (first post here, third, fourth, fifth, sixth, seventh) in a collection of posts that have links to the different topics covered in the 70-536 exam matrix.
Implementing service processes, threading, and application domains in a .NET Framework application (11 percent)
- Implement, install, and control a service
- Inherit from ServiceBase class
- ServiceController
- ServiceInstaller
- SessionChangeDescription
- SessionChangeReason
- Develop multithreaded .NET applications
- Thread Class
- ThreadPool class
- ThreadStart
- ParamterizedThreadStart
- SynchronizationContext
- Timeout Class
- TimerCallBack
- WaitCallBack
- WaitHandle
- WaitOrTimerCallBack
- ThreadExceptionEventArgs class
- ThreadExceptionEventHandler class
- ThreadState
- ThreadPriority
- ReaderWriterLock
- AutoResetEvent
- ManualResetEvent
- IAsyncResult
- EventWaitHandle
- RegisteredWaitHandle
- SendOrPostCallback
- IOCompletionCallback
- Interlocked Class
- NativeOverlapped class
- Overlapped class
- ExecutionContext
- HostExecutionContext class
- ContextCallBack
- LockCookie
- Monitor Class
- Mutex Class
- Semaphore Class
- Create a unit of isolation for common language runtime within a .NET Framework application by using application domains
- Create an application domain
- Unload an application domain
- Configure an application domain
- Retrieve setup information from an application domain
- Load assemblies into an application domain
You can also find some information on preparing for your exams here, in the actual exam and some other tips for 70-536
No comments:
Post a Comment