Misplaced Pages

Microsoft .NET: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 11:42, 4 January 2007 editChsandeep (talk | contribs)5 edits See also← Previous edit Revision as of 11:43, 4 January 2007 edit undoMER-C (talk | contribs)Edit filter managers, Autopatrolled, Administrators250,687 edits rv text dumpNext edit →
Line 4: Line 4:
* The ], an operating system component required by most .NET products. * The ], an operating system component required by most .NET products.
* ] * ]


== Certification Guidelines ==


Table ~missing_chapter_num~-1. Creating User Services Skill Being Measured
Location in Book
Create ASP.NET pages:
Chapter 2, Lesson 1
Add and set directives on ASP.NET pages
Chapter 1, Lesson 3; Chapter 6, Lessons 2 and 3; Chapter 11, Lessons 1 and 2; and Chapter 12, Lesson 1
Separate user interface resources from business logic
Chapter 3, Lesson 1
Add Web server controls, HTML server controls, user controls, and HTML code to ASP.NET pages:
Chapter 4, Lessons 1 and 2
Set properties on controls
Chapter 4, Lesson 1
Load controls dynamically
Chapter 4, Lesson 1
Apply templates
Chapter 4, Lesson 1, and Chapter 5, Lesson 2
Set styles on ASP.NET pages by using cascading style sheets
Chapter 13, Lesson 1
Instantiate and invoke an ActiveX control
Chapter 14, Lesson 2
Implement navigation for the user interface:
Chapter 4, Lesson 3; Chapter 2, Lesson 2; and Chapter 3, Lesson 3
Manage the view state
Chapter 3, Lesson 3
Manage data during post-back events
Chapter 3, Lesson 3
Use session state to manage data across pages
Chapter 3, Lesson 3
Validate user input:
Chapter 4, Lesson 2
Validate non-Latin user input
Chapter 15, Lesson 3
Implement error handling in the user interface:
Chapter 6, Lessons 1, 2, and 3
Configure custom error pages
Chapter 6, Lesson 2
Implement Global.asax, application, page- level, and page event error handling
Chapter 6, Lesson 2
Implement online user assistance
Chapter 14, Lessons 1, 2, and 3
Incorporate existing code into ASP.NET pages
Chapter 1, Lesson 2; Chapter 7, Lessons 2 and 3
Display and update data:
Chapter 4, Lesson 1; Chapter 5, Lesson 2
Transform and filter data
Chapter 5, Lessons 1 and 2; Chapter 13, Lesson 2
Bind data to the user interface
Chapter 4, Lesson 1; Chapter 5, Lesson 2
Use controls to display data
Chapter 4, Lesson 1
Instantiate and invoke Web services or components:
Chapter 7, Lesson 5
Instantiate and invoke a Web service
Chapter 7, Lesson 5
Instantiate and invoke a COM or COM+ component
Chapter 7, Lesson 3
Instantiate and invoke a .NET component
Chapter 3, Lesson 1; Chapter 7, Lesson 3
Implement globalization:
Chapter 15, Lessons 1, 2, and 3
Implement localizability for the user interface
Chapter 15, Lesson 2
Convert existing encodings
Chapter 15, Lesson 3
Implement right-to-left and left-to-right mirroring
Chapter 15, Lesson 1
Prepare culture-specific formatting
Chapter 15, Lesson 1
Handle events:
Chapter 2, Lesson 2
Create event handlers
Chapter 2, Lesson 2; Chapter 3, Lesson 1
Raise events
Chapter 3, Lesson 1; Chapter 11, Lesson 2
Implement accessibility features
Chapter 13, Lesson 1
Use and edit intrinsic objects, including response, request, session, server, and application:
Chapter 3, Lesson 2
Retrieve values from the properties of intrinsic objects
Set values on the properties of intrinsic objects
Use intrinsic objects to perform operations
Table ~missing_chapter_num~-2. Creating and Managing Components and .NET Assemblies Skill Being Measured
Location in Book
Create and modify a .NET assembly:
Chapter 9, Lesson 1, and Chapter 11, Lesson 3
Create and implement satellite assemblies
Chapter 15, Lesson 2
Create resource-only assemblies
Chapter 15, Lesson 2
Table ~missing_chapter_num~-3. Consuming and Manipulating Data Skill Being Measured
Location in Book
Access and manipulate data from a Microsoft SQL Server database by creating and using ad hoc queries and stored procedures
Chapter 5, Lessons 1, 2, and 3
Access and manipulate data from a data store. Data stores include relational databases, XML documents, and flat files. Methods include XML technique and ADO.NET.
Chapter 5, Lessons 1, 2, and 3; Chapter 7, Lesson 1
Handle data errors
Chapter 6, Lesson 1
Table ~missing_chapter_num~-4. Testing and Debugging Skill Being Measured
Location in Book
Create a unit test plan
Chapter 10, Lesson 1
Implement tracing:
Add trace listeners and trace switches to an application
Chapter 10, Lesson 3
Display trace output
Chapter 6, Lesson 3
Debug, rework, and resolve defects in code:
Configure the debugging environment
Chapter 10, Lesson 3
Create and apply debugging code to components, pages, and applications
Chapter 10, Lesson 1
Provide multicultural test data to components, pages, and applications
Chapter 15, Lesson 2
Execute tests
Chapter 10, Lesson 2
Resolve errors and rework code
Chapter 10, Lesson 3
Table ~missing_chapter_num~-5. Deploying a Web Application Skill Being Measured
Location in Book
Plan the deployment of a Web application:
Chapter 9, Lesson 2
Plan the deployment of an application to a Web garden, a Web farm, or a cluster
Chapter 9, Lesson 5
Deploy a Web application
Chapter 9, Lessons 2 and 3
Add assemblies to the global assembly cache
Chapter 9, Lessons 2 and 3
Table ~missing_chapter_num~-6. Maintaining and Supporting a Web Application Skill Being Measured
Location in Book
Optimize the performance of a Web application
Chapter 9, Lesson 4; Chapter 12, Lessons 1, 2, 3, and 4
Diagnose and resolve errors and issues
Chapter 9, Lesson 4; Chapter 6, Lesson 3; and Chapter 10, Lesson 3
Table ~missing_chapter_num~-7. Configuring and Securing a Web Application Skill Being Measured
Location in Book
Configure a Web application:
Chapter 9, Lesson 1
Modify the Web.config file
Chapter 9, Lesson 1; Chapter 8, Lesson 1; and Chapter 15, Lesson 3
Modify the Machine.config file
Chapter 9, Lesson 1
Add and modify application settings
Chapter 9, Lesson 1; Chapter 8, Lesson 1; and Chapter 15, Lessons 1 and 3
Configure security for a Web application:
Chapter 8, Lessons 1, 2, 3, 4, and 5
Select and configure authentication type. Authentication types include Windows Authentication, None, forms-based, Microsoft Passport, Internet Information Services (IIS) authentication, and custom authentication.
Chapter 8, Lesson 1
Configure authorization. Authorization methods include file-based methods and URL-based methods:
Chapter 8, Lessons 1, 2, 3, and 4
Configure role-based authorization
Chapter 8, Lesson 2
Implement impersonation
Chapter 8, Lesson 1
Configure and implement caching. Caching types include output, fragment, and data:
Chapter 12, Lessons 1, 2, and 3
Use a cache object
Chapter 12, Lesson 3
Use cache directives
Chapter 12, Lessons 1 and 2
Configure and implement session state in various topologies such as a Web garden and a Web farm:
Use session state within a process
Chapter 3, Lesson 3
Use session state with session state service
Chapter 9, Lesson 5
Use session state with Microsoft SQL server
Chapter 9, Lesson 5
Install and configure server services:
Chapter 2, Lesson 1
Install and configure a Web server
Chapter 2, Lessons 1 and 3; Chapter 6, Lesson 2; Chapter 8, Lessons 1 and 5; and Chapter 9, Lesson 2
Install and configure FrontPage Server Extensions
Chapter 2, Lesson 1

----


==See also== ==See also==
Line 328: Line 54:
] ]
] ]

----

Revision as of 11:43, 4 January 2007

Microsoft .NET is an umbrella term that applies to a wide collection of products and technologies from Microsoft. Most have in common a dependence on the Microsoft .NET Framework, a component of the Windows operating system.

Microsoft products and components that fall into the .NET category include:

See also

Category: