TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Editing: Exam 98-363 - Web Development Fundamentals
Wiki
>
TechNet Articles
>
Exam 98-363 - Web Development Fundamentals
Article
Edit
History
Title
<html> <body> <p>[toc]</p> <h1><a name="Overview"></a>Overview</h1> <hr> <table> <tbody> <tr> <td><b>Language(s):</b></td> <td>English</td> </tr> <tr> <td><b>Audience(s):</b></td> <td>Academic</td> </tr> <tr> <td><b>Technology:</b></td> <td>Microsoft Visual Studio 2008</td> </tr> <tr> <td><b>Type:</b></td> <td>Proctored Exam</td> </tr> </tbody> </table> <p><b>Audience Profile</b></p> <p>This exam is designed to allow candidates to assess their knowledge and skills around Web applications using Microsoft and other technologies.</p> <p>Candidates for this exam are seeking to prove knowledge and skills in creating Web-based applications by using Visual Studio, the .NET Framework, and managed code. Before taking this exam, candidates should have a solid foundational knowledge in the topics outlined in this preparation guide. It is recommended that candidates gain hands-on experience with the technologies and concepts described here by following a prescribed curriculum that maps to the exam, or by working with tutorials and samples available on MSDN and in Visual Studio. Candidates are expected to have some experience with a .NET language such as C# or VB.NET.<br> Candidates for this exam are seeking knowledge and job-related skills in the following areas:</p> <ul> <li>Understanding Web-based application development fundamentals </li><li>Creating ASP.NET applications using server-side and client-side coding techniques and tools </li><li>Understanding the Web application event model </li><li>Understanding of Web services and communications with services </li><li>Accessing and displaying data in a Web application </li><li>Deploying and hosting Web applications using Internet Information Server (IIS) </li><li>Understanding the use of various configuration options for ASP.NET applications </li></ul> <p><b>Note</b> This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.</p> <h1><a name="Skills_Measured"></a>Skills Measured</h1> <hr> <b>Programming Web Applications</b> <ul> <li>Customize the layout and appearance of a Web page.<br> <br> This objective may include but is not limited to: CSS, tables, embedding images, page layout for navigation </li><li>Understand ASP.NET intrinsic objects.<br> <br> This objective may include but is not limited to: Request, Server, Application, Session, Response, HttpContext </li><li>Understand state information in Web applications.<br> <br> This objective may include but is not limited to: understand how state is stored based on application design and hardware; understand different types such as session state, view state, control state, and application state </li><li>Understand events and control page flow.<br> <br> This objective may include but is not limited to: application and page life cycle events; page events; control events; application events; and session events; cross-page posting; Response.Redirect; Server.Transfer; IsPostBack; setting AutoEventWireup </li><li>Understand controls.<br> <br> This objective may include but is not limited to: understanding various types of controls, including user, server, Web, and validation controls; know which is the appropriate type of control for a scenario </li><li>Understand configuration files.<br> <br> This objective may include but is not limited to: Understanding the usage of web.config and machine.config, and the settings that can be made </li></ul> <b>Working with Data and Services</b> <ul> <li>Read and write XML data.<br> <br> This objective may include but is not limited to: Understanding XML, XML validation<br> <br> This objective does not include: Web Services, XPath syntax, XmlDocument, XPathNavigator, XPathNodeIterator, XPathDocument, XmlReader, XmlWriter, XmlDataDocument, XmlNamespaceManager </li><li>Distinguish between DataSet and DataReader objects.<br> <br> This objective may include but is not limited to: the ability to choose the proper data object to use based on application requirements/design </li><li>Call a service from a Web page.<br> <br> This objective may include but is not limited to: creating a basic WCF Service or Web Service so that it can be consumed; App_WebReferences; configuration </li><li>Understand DataSource controls.<br> <br> This objective may include but is not limited to: LinqDataSource, ObjectDataSource, XmlDataSource, SqlDataSource </li><li>Bind controls to data by using data binding syntax.<br> <br> This objective may include but is not limited to: ensure that data is updated and displayed in data-aware controls </li><li>Manage data connections and databases.<br> <br> This objective may include but is not limited to: database connections; connection objects; connection pools; transaction objects </li></ul> <b>Troubleshooting and Debugging Web Applications</b> <ul> <li>Debug a Web application.<br> <br> This objective may include but is not limited to: Use in conjunction with custom error pages to display appropriate error information to the appropriate user; implement tracing of a Web application, Trace.axd, Trace=True on @Page directive, </li><li>Handle Web application errors<br> <br> This objective may include but is not limited to: HTTP error codes </li></ul> <b>Working with Client-Side Scripting</b> <ul> <li>Understand client-side scripting.<br> <br> This objective may include but is not limited to: purpose of client-side scripting, various client-side scripting languages </li><li>Understand AJAX concepts.<br> <br> This objective may include but is not limited to: ASP.NET AJAX implementation, working with client-side libraries, EnablePartialRendering, Triggers, ChildrenAsTriggers, Scripts, Services, UpdateProgress, Timer, ScriptManagerProxy, extender controls </li></ul> <b>Configuring and Deploying Web Applications</b> <ul> <li>Configure authentication and authorization.<br> <br> This objective may include but is not limited to: Forms Authentication, Windows Authentication; authorization; file authorization; impersonation<br> <br> This objective does not include: Windows Cardspace authentication, Passport (Windows Live ID) authentication, Custom authentication </li><li>Configure projects, solutions, and reference assemblies.<br> <br> This objective may include but is not limited to: local assemblies, shared assemblies (GAC), Web application projects, solutions; configuration files; AppSettings </li><li>Publish Web applications.<br> <br> This objective may include but is not limited to: choosing the appropriate method to deploy an application based on existing or intended environment; updatable vs. not updateable; MSI deployment; Internet Information Server (IIS) installation and configuration. </li><li>Understand application pools.<br> <br> This objective may include but is not limited to: purpose of application pools; effect of application pools on Web applications<br> <br> This objective does not include: configuring or assigning application pools </li></ul> <h1><a name="Community"></a>Community</h1> <hr> <ul> <li><a title="Wiki: Training and Certification Portal (en-US)" href="http://social.technet.microsoft.com/wiki/contents/articles/7656.wiki-training-and-certification-portal-en-us.aspx">Wiki: Training and Certification Portal (en-US)</a> </li><li><a title="Forum: Training and Certification (en-US)" href="http://social.technet.microsoft.com/Forums/en-us/CertGeneral/threads">Forum: Training and Certification (en-US)</a> </li><li><a title="Microsoft Learning community" href="http://www.microsoft.com/learning/en/us/community/community-overview.aspx">Microsoft Learning community</a> </li></ul> <h2><a name="Related_Forum_Posts"></a>Related Forum Posts</h2> </body> </html>
Comment
Tags
Please add 8 and 8 and type the answer here: