MCAD
Creating User Services
  • Create ASP. Net Pages
  • Add and set directives on ASP. Net Pages
  • Separate User interfaces resources from business logic
Add web server controls, HTML server controls, user controls,HTML code
  • Set properties on controls
  • Load controls dynamically
  • Apply templates
  • Set styles on ASP.NET pages by using cascading style sheets
  • Instantiate and invoke an Active X control
Implement navigation for the user interfaces
  • Manage the view state
  • Manage data during post back events
  • Use session state to manage data across pages
Validate user input
  • Validate non – Latin user input
Implement error handling in the user interface
  • Configure custom error pages
  • Implement Global. Asax. Application, pages –level and page event error handling
Implement online user assistance
Incorporate existing code into ASP. NET pages
Data
  • Transform and filter data
  • Bind data to the user interface
  • Use controls to display data
Instantiate and invoke Web services or components
  • Instantiate and invoke a web
  • Instantiate and invoke a COM or COM + component
  • Instantiate and invoke a . NET component
  • Call native functions by using platform invoke
Implement globalization
  • Implement localizability for the user interface
  • Convert existing encodings
  • Handle events
  • Create event handlers
  • Raise events
Implement accessibility features
  • Use and edit intrinsic objects, intrinsic objects
  • Retrieve values from the properties of intrinsic objects
  • Set values from the properties of intrinsic objects
  • Use intrinsic objects to perform operations
Creating and Managing components and .NET Assemblies
  • Create and modify a. net assembly
  • Create and implement satellite assemblies
  • Create resource-only assemblies
  • Create web custom controls and web user controls
Consuming and Manipulating Data Start a new trace
  • Access and manipulate data from a Microsoft SQL Server
  • Access and manipulate data from a data store
  • XML techniques and ADO. NET
  • Handle data errors
Testing and Debugging
  • Create a unit test plan
  • Implement tracing
  • Display trace output
Debug, rework, and resolve defects code
  • Configure the debugging environment and ADO. NET
  • Create and apply debugging code to components, pages, and applications
  • Resolve errors and rework code
Deploying a Web Application
  • Plan a deployment of a web application
  • web – based deployment
  • application to a web garden, a web farm, or a cluster
  • Create a setup program that installs web applications
  • Add assemblies to the global assembly cache
Maintaining and supporting a web Application
  • Optimize the performance of a web applicationn
  • Diagnose and resolve errors and issues
Configuring and securing web Application
  • Configure a web application
  • Modify the web, config file
  • Modify the Machine.cofig file
  • Add and modify application settings
Configure security for a web application
  • Select and configure authentication
  • windows authentication
  • custom authentication
Configure authorization methods include file- based methods and URL
  • Configure role- based authorization
  • Implement impersonation
Configure and implement caching types included output, fragment, and data
  • Use a cache objects
  • Use cache directives
Configure and implement session state
  • Use session state within a process
  • Use session state with session state service
  • Use session state with Microsoft SQL Server
Install and configure server services
  • Install and configure a web server
  • Install and configure Microsoft Front page Server Extensions
Back