
|
- Overview
- Course Details
- Job Opportunites
- Course outline
Microsoft Certified professional Developer
MCPD:Web
MCPD:Windows

|

    
|
The Microsoft Certified Professional Developer (MCPD) credential highlights your job role, featuring your specific area of expertise. Now you can easily distinguish yourself as an expert in Web & Windows Development.
Audience
The Microsoft Certified Professional Developer: Windows Developer is for Windows Developers who use Microsoft Visual studio 2008 to develop on .NET Framework 3.5
The Microsoft Certified Professional Developer: Web Developer is for Web Developers who use Microsoft Visual studio 2008 to develop on .NET Framework 3.5.
Acquired Skills
The Microsoft Certified Professional Developer: Windows Developer credential demonstrates that you have the comprehensive skills that are required to build rich client applications that target the Windows Forms platform using the Microsoft .NET Framework 3.5.
The Microsoft Certified Professional Developer: Web Developer
certification demonstrates that you have the comprehensive skills that are required to build interactive, data-driven Web applications that use ASP.NET 3.5 for both intranet and Internet uses.
|
|
Microsoft Certified professional Developer
MCPD:Web
MCPD:Windows
|






|
This Course will prepare youto earn the Microsoft Certified technology Specialist
MCPD: Windows Developer
One Prerequisite Credential (Two Exams) and One Exam Required:
MCPD: Windows Developer candidates must first complete the requirements for the MCTS: .NET Framework 3.5 Windows Applications certification (two exams).
- MCTS: .NET Framework 3.5. Windows Applications
After they achieve this certification, candidates can earn their MCPD: Windows Developer by passing one additional exam.
| Required Exam: |
| Exam: 70-548 – PRO: Designing and Developing Windows Applications by Using the Microsoft .NET Framework |
MCPD: Web Developer
One Prerequisite Credential (Two Exams) and One Exam Required:
MCPD: Web Developer candidates must first complete the requirements for the MCTS .NET Framework 3.5 Web Applications certification.
- MCTS: .NET Framework 3.5. Web Applications
After candidates earn this certification, they can earn their MCPD: Web Developer by passing one additional required exam.
| Required Exam: |
| Exam: 70-547 – PRO: Designing and Developing Web Applications by Using the Microsoft .NET Framework |
Our Guarantee
Students who take the MCITP: Server Administrator Course from Global IT will be issued a free retake exam voucher, if needed. Should any student fail the initial exam, he or she will be eligible to receive a second exam voucher.*
|
|
|
|
|
Microsoft Certified professional Developer
MCPD:Web
MCPD:Windows
Job Description
|






|
As an enterprise application developer, your responsibilities might include designing, planning, evaluating, and developing n-tier solutions that target both Web and client user experiences. Your vision drives the development of line-of-business applications and their underlying databases. You are a systems expert who relies on the Microsoft .NET Framework. You might work on a team in a medium-sized or large development environment to design and deliver mission-critical business systems—and then keep them running.
Possible Job Titles
-
Enterprise project manager
-
Software engineer
-
Application systems analyst
-
Applications administrator
-
Solutions architect
|
|
Your Guarantee |
|
| The Global IT has successfully taught Hundreds of students from all over Palestine. Our vast experience gives us the confidence to say to you that you cannot fail. We can assure you that you will gain new skills and successfully achieve valuable qualifications - a guarantee of a successful future. More career opportunities will be opened up to you. |
|
| |
Microsoft Certified professional Developer
MCPD:Web
MCPD:Windows
|






|
Course Outline: MCPD Windows developer
Envisioning and Designing an Application
-
Evaluate the technical feasibility of an application design concept.
- Evaluate the proof of concept.
- Recommend the best technologies for the features and goals of the application.
- Weigh implementation considerations.
- Investigate existing solutions for similar business problems.
-
Create a proof-of-concept prototype.
- Evaluate the risks associated with ASP.NET 2.0 technology or implementation.
- Validate that the proposed technology can be used in the application.
- Demonstrate to stakeholders that the proposed solution will address their needs.
-
Evaluate the technical specifications for an application to ensure that the business requirements are met.
- Translate the functional specification into developer terminology, such as pseudo code and UML diagrams.
- Suggest component type and layer.
-
Evaluate the design of a database.
- Recommend a database schema.
- Identify the stored procedures that are required for an application.
-
Evaluate the logical design of an application.
- Evaluate the logical design for performance.
- Evaluate the logical design for maintainability.
- Evaluate the logical design for extensibility.
- Evaluate the logical design for scalability.
- Evaluate the logical design for availability.
- Evaluate the logical design for security.
- Evaluate the logical design against use cases.
- Evaluate the logical design for recoverability.
- Evaluate the logical design for data integrity.
-
Evaluate the physical design of an application. Considerations include the design of the project structure, the number of files, the number of assemblies, and the location of these resources on the server.
- Evaluate the physical design for performance.
- Evaluate the physical design for maintainability.
- Evaluate how the physical location of files affects the extensibility of the application.
- Evaluate the physical design for scalability.
- Evaluate the physical design for availability.
- Evaluate the physical design for security.
- Evaluate the physical design for recoverability.
- Evaluate the physical design for data integrity.
Designing and Developing a User Interface
-
Choose an appropriate layout for the visual interface.
- Decide the content flow across pages.
- Evaluate user navigation needs.
- Identify the goal of the page.
- Ensure the congruency and consistency of the user experience throughout the application.
-
Evaluate a strategy for implementing a common layout throughout the UI.
- Suggest when to use style sheets, master pages, Web parts, custom controls, scripting, and user controls.
- Suggest an applicable UI standard based on the intended client environment. Considerations include chosen operating systems, technologies, and browser types.
-
Choose an appropriate control based on design specifications.
- Evaluate how available controls are implemented in previous and ongoing projects or applications.
- Evaluate the user demographic. Considerations include localization concerns.
- Evaluate the user environment. Considerations include screen size and browser type and version.
- Evaluate the type of data that must be captured or displayed.
- Evaluate available controls. Considerations include standard .NET Framework controls and custom, internally developed, and third-party controls.
-
Choose an appropriate data validation method at the UI layer.
- Choose a validation method based on the data type provided.
- Decide how to report the feedback. Considerations include callbacks, exceptions, and writing to an event log.
- Identify the source of invalid data.
- Identify the cause of an invalid entry.
- Evaluate whether invalid data can be prevented.
- Evaluate whether an exception must be thrown.
- Evaluate whether an exception must be logged.
- Evaluate whether visual feedback, such as a message box or color, is required.
-
Choose appropriate user assistance and application status feedback techniques.
- Design a user assistance mechanism.
- Choose an appropriate application status feedback technique based on available control types.
- Choose an appropriate application status feedback technique to support accessibility.
- Design an application status feedback mechanism.
-
Choose an appropriate mechanism to deliver multimedia data from an application.
- Evaluate available multimedia delivery mechanisms. Considerations include bandwidth problems, file formats, frames per second, and streaming types.
- Design a multimedia delivery mechanism.
Designing and Developing a Component
-
Establish the required characteristics of a component.
- Decide when to create a single component or multiple components.
- Decide which tier of the application a component should be located.
- Decide which type of object to build.
-
Create the high-level design of a component.
- Establish the life cycle of a component.
- Decide whether to use established design patterns for the component.
- Decide whether to create a prototype for the component.
- Document the design of a component by using pseudo code, class diagrams, sequence diagrams, activity diagrams, and state diagrams.
- Evaluate tradeoff decisions. Considerations include security vs. performance, performance vs. maintainability, and so on.
-
Develop the public API of a component.
- Decide the types of clients that can consume a component.
- Establish the required component interfaces.
- Decide whether to require constructor input.
-
Develop the features of a component.
- Decide which functions to implement in the base class, abstract class, or sealed class.
- Decide whether existing functionality can be implemented or inherited.
- Decide how to handle unmanaged and managed resources.
- Decide which extensibility features are required.
- Decide whether a component must be stateful or stateless.
- Decide whether a component must be multithreaded.
-
Develop an exception handling mechanism.
- Decide when it is appropriate to raise an exception.
- Decide how a component will handle exceptions. Considerations include catching and throwing a new exception; catching, wrapping, and throwing the wrapped exception; catching and terminating, and so on.
-
Develop the data access and data handling features of a component.
- Analyze data relationships.
- Analyze the data handling requirements of a component.
-
Develop a component to include profiling requirements.
- Identify potential issues, such as resource leaks and performance gaps, by profiling a component.
- Decide when to stop profiling on a component.
- Decide whether to redesign a component after analyzing the profiling results.
Designing and Developing an Application Framework
-
Consume a reusable software component.
- Identify a reusable software component from available components to meet the requirements.
- Identify whether the reusable software component needs to be extended.
- Identify whether the reusable software component needs to be wrapped.
- Identify whether any existing functionality needs to be hidden.
- Test the identified component that is based on the requirements.
-
Choose an appropriate exception handling mechanism.
- Evaluate the current exception handling mechanism.
- Design a new exception handling technique.
-
Choose an appropriate implementation approach for the application design logic.
- Choose an appropriate data storage mechanism.
- Choose an appropriate data flow structure.
- Choose an appropriate decision flow structure.
-
Choose an appropriate event logging method for the application.
- Decide whether to log data. Considerations include policies, security, requirements, and debugging.
- Choose a storage mechanism for logged events. For example, database, flat file, event log, or XML file.
- Choose a systemwide event logging method. For example, centralized logging, distributed logging, and so on.
- Decide logging levels based on severity and priority.
-
Monitor specific characteristics or aspects of an application.
- Decide whether to monitor data. Considerations include administration, auditing, and application support.
- Decide which characteristics to monitor. For example, application performance, memory consumption, security auditing, usability metrics, and possible bugs.
- Choose event monitoring mechanisms, such as System Monitor and logs.
- Decide monitoring levels based on requirements.
- Choose a system-wide monitoring method from the available monitoring mechanisms.
-
Evaluate the application configuration architecture.
- Decide which configuration attributes to store.
- Choose the physical storage location for the configuration attributes.
- Decide in which format to store the configuration attributes.
- Choose when to use ASP.NET Administrative tools.
Testing and Stabilizing an Application
Deploying and Supporting an Application
-
Evaluate the performance of an application that is based on the performance analysis strategy.
- Identify performance spikes.
- Analyze performance trends.
- Track page response times.
- Track logon times.
-
Analyze the data received when monitoring an application.
- Monitor and analyze resource usage.
- Monitor and analyze security aspects.
- Track bugs that result from customer activity.
- Choose when to use ASP.NET 2.0 Health Monitoring APIs.
-
Evaluate the deployment plan.
- Identify component-level deployment dependencies.
- Identify scripting requirements for deployment.
-
Create an application flow-logic diagram.
- Evaluate the complexity of components.
- Evaluate the complexity of interactions with other components.
-
Validate the production configuration environment. Considerations include load balancing, Web farms, and Web gardens.
- Verify networking settings.
- Verify the deployment environment.
|
|
|
Course Outline: MCPD Web developer
Envisioning and Designing an Application
-
Evaluate the technical feasibility of an application design concept.
- Evaluate the proof of concept.
- Recommend the best technologies for the features and goals of the application.
- Weigh implementation considerations.
- Investigate existing solutions for similar business problems.
-
Create a proof-of-concept prototype.
- Evaluate the risks associated with ASP.NET 2.0 technology or implementation.
- Validate that the proposed technology can be used in the application.
- Demonstrate to stakeholders that the proposed solution will address their needs.
-
Evaluate the technical specifications for an application to ensure that the business requirements are met.
- Translate the functional specification into developer terminology, such as pseudo code and UML diagrams.
- Suggest component type and layer.
-
Evaluate the design of a database.
- Recommend a database schema.
- Identify the stored procedures that are required for an application.
-
Evaluate the logical design of an application.
- Evaluate the logical design for performance.
- Evaluate the logical design for maintainability.
- Evaluate the logical design for extensibility.
- Evaluate the logical design for scalability.
- Evaluate the logical design for security.
- Evaluate the logical design against use cases.
- Evaluate the logical design for recoverability.
- Evaluate the logical design for data integrity.
-
Evaluate the physical design of an application. Considerations include the design of the project structure, the number of files, the number of assemblies, and the location of these resources on the server.
- Evaluate the physical design for security.
- Evaluate the physical design for recoverability.
- Evaluate the physical design for data integrity.
- Evaluate the physical design for performance.
- Evaluate the physical design for maintainability.
- Evaluate how the physical location of files affects the extensibility of the application.
- Evaluate the physical design for scalability.
- Evaluate the physical design for availability.
Designing and Developing a User Interface
-
Choose an appropriate layout for the visual interface.
- Decide the content flow within the application.
- Evaluate user navigation needs.
- Identify the goal of the UI.
- Ensure the congruency and consistency of the user experience throughout the application.
- Choose techniques to control the layout.
-
Evaluate a strategy for implementing a common layout throughout the UI.
- Suggest an applicable UI standard based on the application specification. Considerations include MDI, SDI, control grouping, and so on.
-
Choose an appropriate control based on design specifications.
- Evaluate the type of data that must be captured or displayed.
- Evaluate available controls. Considerations include standard .NET Framework controls and custom, internally developed, and third-party controls.
- Evaluate the manner in which available controls are implemented in previous and ongoing projects or applications.
- Evaluate the user demographic.
- Evaluate the user environment.
-
Choose an appropriate data validation method at the UI layer.
- Identify the cause of an invalid entry.
- Evaluate whether invalid data can be prevented.
- Evaluate whether an exception must be thrown.
- Evaluate whether an exception must be logged.
- Evaluate whether an exception must be handled. This would be the case when the components you are using could throw an exception.
- Choose a validation method based on the data type provided.
- Decide how to report the feedback. Considerations include callbacks, exceptions, and writing to an event log.
- Identify the source of invalid data.
- Evaluate whether visual feedback, such as a message box or color, is required.
-
Choose appropriate user assistance and application status feedback techniques.
- Design a user assistance mechanism.
- Choose an appropriate application status feedback technique based on available control types.
- Choose an appropriate application status feedback technique to support accessibility.
- Design an application status feedback technique.
-
Choose an appropriate mechanism to deliver multimedia data from an application.
- Evaluate available multimedia delivery mechanisms. Considerations include bandwidth problems, file formats, frames per second, and streaming types.
- Design a multimedia delivery mechanism.
Designing and Developing a Component
-
Establish the required characteristics of a component.
- Decide when to create a single component or multiple components.
- Decide which tier of the application a component should be located.
- Decide which type of object to build.
-
Create the high-level design of a component.
- Establish the life cycle of a component.
- Decide whether to use established design patterns for the component.
- Decide whether to create a prototype for the component.
- Document the design of a component by using pseudo code, class diagrams, sequence diagrams, activity diagrams, and state diagrams.
- Evaluate tradeoff decisions. Considerations include security vs. performance, performance vs. maintainability, and so on.
-
Develop the public API of a component.
- Decide the types of clients that can consume a component.
- Establish the required component interfaces.
- Decide whether to require constructor input.
-
Develop the features of a component.
- Decide whether existing functionality can be implemented or inherited.
- Decide how to handle unmanaged and managed resources.
- Decide which extensibility features are required.
- Decide whether a component must be multithreaded.
- Decide which functions to implement in the base class, abstract class, or sealed class.
-
Develop an exception handling mechanism.
- Decide when it is appropriate to raise an exception.
- Decide how a component will handle exceptions. Considerations include catching and throwing a new exception; catching, wrapping, and throwing the wrapped exception; catching and terminating, and so on.
-
Develop the data access and data handling features of a component.
- Analyze data relationships.
- Analyze the data handling requirements of a component.
-
Develop a component to include profiling requirements.
- Decide whether to redesign a component after analyzing the profiling results.
- Identify potential issues, such as resource leaks and performance gaps, by profiling a component.
- Decide when to stop profiling on a component.
Designing and Developing an Application Framework
-
Consume a reusable software component.
- Identify a reusable software component from available components to meet the requirements.
- Identify whether the reusable software component needs to be extended.
- Identify whether the reusable software component needs to be wrapped.
- Identify whether any existing functionality needs to be hidden.
- Test the identified component that is based on the requirements.
-
Choose an appropriate exception handling mechanism.
- Evaluate the current exception handling mechanism.
- Design a new exception handling technique.
-
Choose an appropriate implementation approach for the application design logic.
- Choose an appropriate data storage mechanism.
- Choose an appropriate data flow structure.
- Choose an appropriate decision flow structure.
-
Choose an appropriate event logging method for the application.
- Decide whether to log data. Considerations include policies, security, requirements, and debugging.
- Choose a storage mechanism for logged events. For example, database, flat file, event log, or XML file.
- Choose a system-wide event logging method. For example, centralized logging, distributed logging, and so on.
- Decide logging levels based on severity and priority.
-
Monitor specific characteristics or aspects of an application.
- Decide whether to monitor data. Considerations include administration, auditing, and application support.
- Decide which characteristics to monitor. For example, application performance, memory consumption, security auditing, usability metrics, and possible bugs.
- Choose event monitoring mechanisms, such as System Monitor and logs.
- Decide monitoring levels based on requirements.
- Choose a system-wide monitoring method from the available monitoring mechanisms.
-
Evaluate the application configuration architecture.
- Decide which configuration attributes to store.
- Choose the physical storage location for the configuration attributes.
- Decide in which format to store the configuration attributes.
Testing and Stabilizing an Application
Deploying and Supporting an Application
-
Evaluate the performance of an application that is based on the performance analysis strategy.
- Identify performance spikes.
- Analyze performance trends.
- Track logon times.
-
Analyze the data received when monitoring an application.
- Monitor and analyze resource usage.
- Monitor and analyze security aspects.
- Track bugs that result from customer activity.
-
Evaluate the deployment plan.
- Identify component-level deployment dependencies.
- Identify scripting requirements for deployment. Considerations include database scripting.
- Evaluate available deployment methods.
-
Create an application flow-logic diagram.
- Evaluate the complexity of components.
- Evaluate the complexity of interactions with other components.
-
Validate the production configuration environment.
- Verify networking settings.
- Verify the deployment environment.
|
|
|
| |
|