Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET



Similar documents
Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

Advanced Web Application Development using Microsoft ASP.NET

ASP.NET Using C# (VS2012)

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.

Advanced Web Application Development using Microsoft ASP.NET

Kentico CMS 5 Developer Training Syllabus

Programming in C# with Microsoft Visual Studio 2010

Microsoft.Realtests v by.ERICA.50q

MOVING THE SENIOR DEVELOPMENT CLASS FROM WEB DEVELOPMENT TO LIFE CYCLE DEVELOPMENT A CASE FOR VISUAL STUDIO 2005

This class is intended for experienced software developers who understand object-oriented programming (OOP) and C# or VB.NET.

DotNet Web Developer Training Program

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting,

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming

Planning and Maintaining a Microsoft Windows Server Network Infrastructure

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Extending Microsoft Dynamics CRM 4.0

New 11g Features in Oracle Developer Tools for Visual Studio. An Oracle White Paper January 2008

Developer Tutorial Version 1. 0 February 2015

Short notes on webpage programming languages

Configuring and Troubleshooting Internet Information Services in Windows Server 2008

Load Balancing and Clustering in EPiServer

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.

Visual COBOL ASP.NET Shopping Cart Demonstration

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

2667A - Introduction to Programming

HTML5. Turn this page to see Quick Guide of CTTC

How To Train Aspnet

Designing and Developing Microsoft SharePoint Server 2010 Applications (MS10232)

Developing Microsoft SQL Server Databases (20464) H8N64S

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions

126 SW 148 th Street Suite C-100, #105 Seattle, WA Tel: Fax:

About the Authors About the Technical Reviewer

Developing Windows Azure and Web Services

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Developing Microsoft SharePoint Server 2013 Core Solutions

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

MS 20487A Developing Windows Azure and Web Services

Programming Fundamentals of Web Applications Course 10958A; 5 Days

Developing ASP.NET MVC 4 Web Applications

Visual Basic. murach's TRAINING & REFERENCE

Developing Secure Web Applications

Web Application diploma using.net Technology

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489

Adam Rauch Partner, LabKey Software Extending LabKey Server Part 1: Retrieving and Presenting Data

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

SelectSurvey.NET Developers Manual


MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

MICROSOFT EXAM QUESTIONS & ANSWERS MICROSOFT EXAM QUESTIONS & ANSWERS

metaengine DataConnect For SharePoint 2007 Configuration Guide

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SQL Server Databases 20464C; 5 Days

Microsoft Certified Applications Developer (MCAD) exams

LearnFromGuru Polish your knowledge

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

Content Management System (CMS)

SharePoint Checklist and Resources

Developing ASP.NET MVC 4 Web Applications MOC 20486

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

SQL Server for developers. murach's TRAINING & REFERENCE. Bryan Syverson. Mike Murach & Associates, Inc. Joel Murach

20464C: Developing Microsoft SQL Server Databases

CATALOG OF CLASSES IT and Technical Courses

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006

Developing Microsoft SharePoint Server 2013 Advanced Solutions. Version: Demo. Page <<1/8>>

MOC DEVELOPING WINDOWS AZURE AND WEB SERVICES

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide

Change Management for Rational DOORS User s Guide

Microsoft SQL Database Administrator Certification

Course Syllabus. Configuring and Troubleshooting Internet Information Services in Windows Server Key Data. Audience. At Course Completion

EPiServer Operator's Guide

Cache Configuration Reference

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Choosing A CMS. Enterprise CMS. Web CMS. Online and beyond. Best-of-Breed Content Management Systems info@ares.com.

Load Balancing and Clustering in EPiDesk

Programming with SQL

Developing Microsoft SQL Server Databases

Course 20464: Developing Microsoft SQL Server Databases

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1

$99.95 per user. SQL Server 2005 Database Administration CourseId: 152 Skill level: Run Time: 30+ hours (158 videos)

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

ICADBS504A Integrate database with a website

Application Development

MS 10978A Introduction to Azure for Developers

70-487: Developing Windows Azure and Web Services

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT

Course Descriptions. preparation.

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD WEB: TEL:

Transcription:

Unit 39: Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Create user services including Web server controls, HTML server controls, user controls and HTML code for ASP.NET pages Create and manage components and.net assemblies Consume and manipulate data Test, debug and deploy a Web Maintain and support a Web Configure and secure a Web. NB Before starting this unit please refer to the Vendor website for up-to-date specifications, examination objectives and availability. OCR Level 3 Certificate/Diploma for IT Professionals 261

Unit Content: Developing and implementing Web s with Microsoft Visual C#.NET and Microsoft Visual Studio.NET 1 Create user services a Describe the creation of ASP.NET pages b Explain the addition of Web server controls, HTML server controls, user controls and HTML code to ASP.Net pages c Describe navigation for the user interface (UI) d Identify validation for user input e Explain the implementation of error handling in the user interface (UI) f Describe the implementation of online user assistance g Explain how existing code can be incorporated into ASP.NET pages h Explain how data is displayed and updated i Explain how to instantiate and invoke a Web service or component Add and set directives on ASP.NET pages Separate user interface resources from business logic Set properties on controls Load controls dynamically Apply templates Set styles on ASP.NET pages by using cascading style sheets Instantiate and invoke an ActiveX control Manage the view state Manage data during postback Use session state to manage data across pages validate non-latin input Configure custom error pages Implement Global.asax,, pagelevel and page event error handling add support for contextsensitive Help, Help menus and Tool Tips incorporate existing code into ASP.NET pages. Transform and filter data Bind data to the user interface Use controls to display data Instantiate and invoke a Web service Instantiate and invoke a COM or COM+ component Instantiate and invoke a.net component Call native functions by using platform invoke 262 OCR Level 3 Certificate/Diploma for IT Professionals

j Describe the Implementation of globalisation Implement localisability for the user interface Convert existing encodings Implement right-to-left and left-to-right mirroring Prepare culture-specific formatting k Explain event handling Create event handlers Raise events l Explain the implementation of accessibility features m Describe the use of intrinsic objects 2 Create and manage components and.net assemblies a Explain the creation and modification of a.net assembly b Describe the creation of Web controls 3 Consume and manipulate data a Describe access and manipulation of data from a Microsoft SQL Server database b Describe access and manipulation of data from a data store add and enable accessibility features. Use and edit intrinsic objects to include response, request, session, server and Retrieve values from the properties of intrinsic objects Set values on the properties of intrinsic objects Use intrinsic objects to perform operations Create and implement satellite assemblies Create resource-only assemblies To include creation of Web custom controls Web user controls To include creation and use of: Ad hoc queries Stored procedures Data stores include: Relational databases XML documents Flat files Methods include: XML techniques ADO.NET c Identify data errors handle data errors. 4 Test, debug and deploy a Web a Describe a unit test plan create a unit test plan. OCR Level 3 Certificate/Diploma for IT Professionals 263

b Explain the process of tracing c Explain the process of debugging, reworking and resolution of defects in code d Explain the planning of the deployment of a Web e Describe the creation of a setup program f Explain the process of deploying a Web g Explain the process of adding assemblies to the Global Assembly Cache 5 Maintain and support a Web a Explain performance optimisation for a Web b Describe the diagnosis and resolution of errors and issues 6 Configure and secure a Web a Describe the process of configuration of a Web b Describe the process of configuration for security of a Web Add trace listeners and trace switches to an Display trace output Configure the debugging environment Create and apply debugging code to components, pages and s Provide multicultural test data to components, pages and s Execute tests Resolve errors and rework code Plan a deployment that uses removable media Plan a Web-based deployment Plan the deployment of an to a Web garden, a Web farm or a cluster Create a setup program that installs a Web and allows for the to be uninstalled deploy a Web. add assemblies to the Global Assembly Cache. optimise the performance of a Web. diagnose and resolve errors and issues. : Modify the Web.config file Modify the Machine.config file Add and modify settings Select and configure authentication types such as: Windows None Forms-based Microsoft Passport Internet Information Services (IIS) Custom 264 OCR Level 3 Certificate/Diploma for IT Professionals

c Explain the process of configuration for authorisation d Explain the configuration and implementation of caching e Describe the configuration and implementation of session state in various topologies f Describe installation and configuration of server services : Configure role-based authorisation Implement impersonation Authorisation methods include File-based URL-based : Use a cache object Use cache directives Caching types include Output Fragment Data : Use session state within a process Use session state with session state service Use session state with Microsoft SQL Server Topologies to include Web garden Web farm : Install and configure a Web server Install and configure Microsoft FrontPage Server Extensions Assessment This unit will be assessed by the on-line Microsoft set examination Developing and Implementing Web s with Microsoft Visual C#.NET and Microsoft Visual Studio.NET. Notes for Tutors This course is intended for students who have prior knowledge of Hypertext Markup Language (HTML) or Dynamic HTML (DHTML) and a scripting language Relational database concepts such as table, row, column, primary key, foreign key, constraints and views SQL commands such as SELECT, INSERT, UPDATE and DELETE XML documents, style sheets and schemas Visual C#.NET. Knowledge for Visual C#.NET can be gained through the Microsoft Official course. Knowledge for this examination can be gained through Microsoft Official courses. OCR Level 3 Certificate/Diploma for IT Professionals 265