Web Applications Development with Microsoft .NET Framework 4 using Visual Basic 2010
With over 17 hours of training, this program is designed for
individuals who wish to use the .NET Framework 4.0 with Visual Studio 2010, Visual Basic 2010, and ASP.NET 4.0 to develop web-based client applications. Our comprehensive online training
course for Web Applications Development with Microsoft .NET Framework 4 will assist those who are preparing for this MCTS Exam 70-515. It is advisable to have a thorough knowledge of software-development concepts
and the process of building business applications; experience building web-based applications with the Microsoft .NET Framework; working experience of Visual Studio 2010, Visual Basic
2010, and ASP.NET 4.0 Our training program also includes online access to your mentor, to answer any questions you may have while proceeding through this course. To obtain the
Microsoft Certified Technology Specialist (MCTS): .NET Framework 4, Web Applications Certification, you must pass exam 70-515
Course Outline for MS .NET Framework 4.0 Online Training Curriculum
Microsoft .NET Framework 4.0: Web Applications with Visual Studio 2010 and Visual Basic 2010
recognize the steps for creating a basic web page distinguish between the single-file and code-behind page models create a basic ASP.NET web page using Visual Studio 2010
add and modify basic controls on a web page recognize the layout, elements, and life cycle of a web site recognize the steps for creating a web site using ASP.NET
recognize the different ways to configure a web site using ASP.NET identify the benefits of client-side and server-side state management
identify the steps for maintaining web site user information with profile properties identify the steps for handling events recognize the steps for using generic handlers in ASP.NET
recognize the steps for localizing and globalizing ASP.NET web pages recognize the accessibility options in ASP.NET and identify the steps for creating an accessible web site
wire controls on a web page for event handling perform basic event handling using a generic handler
Microsoft .NET Framework 4.0: Web Form Controls with VB 2010
identify the features of different types of server controls recognize the steps for working with controls recognize the steps for creating ASP.NET user controls
recognize ways of working with user controls recognize the steps for dynamically loading user controls add a server control to a web page dynamically create and load a user control
distinguish between client and server validation identify the steps for working with common validators and validation groups to control user input
recognize the steps for creating and testing custom web controls recognize the steps for using a custom control and a templated control add a prebuilt custom control to a page
validate controls on a page identify the authentication and authorization strategies employed by ASP.NET recognize the steps for managing roles in ASP.NET
recognize the role of the Windows authentication provider in ASP.NET 4.0 recognize the role of the forms authentication provider in ASP.NET 4.0
recognize the benefits and steps for using login controls in ASP.NET recognize the steps for using the CreateUserWizard, PasswordRecovery, and ChangePassword controls
identify ways of using login controls in a web application to implement security create roles and adding users to those roles create an ASP.NET login page
Microsoft .NET Framework 4.0: Data Integration with VB 2010
identify the capabilities of common data-bound controls in ASP.NET 4.0 identify the capabilities of data source controls in ASP.NET 4.0 add and modify a chart server control in a web page
recognize the code for using the ListView and DataPager controls to display a collection of data recognize the benefits and uses of the TreeView control
recognize the steps for performing XML Data Binding in a .NET 4.0 Web Form recognize the steps for implementing the ObjectDataSource and SqlDataSource data source controls
distinguish the three LINQ types recognize the steps for creating and configuring a LinqDataSource control recognize the steps for adding a control and binding it to the LinqDataSource control
create and configure a LinqDataSource control add a control and bind it to the LinqDataSource control create a chart server control in a web page recognize the basic ADO features of .NET
identify the uses, properties, and methods of the DataSet, DataReader, and DataAdapter classes recognize the steps for inserting, updating, and deleting data with ADO.NET
create a dynamic data application using Visual Studio 2010 incorporate a database into a dynamic data application using Visual Studio 2010 customize the appearance of a dynamic data application
recognize the support for web services in ASP.NET identify the code for calling a Windows Communication Foundation service from a web page create a WCF Data Service consume a WCF Data Service
update information from a relational database with ADO.NET call a WCF service from a web page create a WCF Data Service consume a WCF Data Service
Microsoft .NET Framework 4.0: Client-Side Scripting and AJAX with VB 2010
recognize key characteristics of client-side scripting in ASP.NET add scripts to a page dynamically using the methods of the Script Manager class create a composite script
retrieve a DOM element by its ID manipulate elements on the page using jQuery handle events using jQuery in an ASP.NET application dynamically create a client script
retrieve a DOM element by its ID handle events using jQuery in an ASP.NET application recognize key characteristics of the ASP.NET AJAX architecture
recognize the features of AJAX integration with Visual Studio use a client-side template in Visual Studio 2010 use server side controls in an application create a custom extender
consume services from client scripts use jQuery to call ASP.NET AJAX methods build an AJAX enabled website add the ScriptManager control add the UpdatePanel AJAX control
use the jQuery Library to call an ASP.NET Ajax method
Microsoft .NET Framework 4.0: ASP.NET MVC 2 with VB 2010
identify the functions of the MVC components recognize key characteristics of ASP.NET MVC create a basic ASP.NET MVC application in Visual Studio 2010
identify key characteristics of the MVC application structure and naming conventions use the debugger in an ASP.NET MVC application create a basic MVC application
use the debugger in an MVC application create a custom route in an ASP.NET MVC application create a controller in VS2010 add a public method create and modify views in given scenarios
recognize the role of HTML helpers create a custom route in an ASP.NET MVC application create view pages for an ASP.NET MVC application
Microsoft .NET Framework 4.0: Configuring and Deploying Web Applications with VB 2010
recognize the configuration types, tools, and elements in ASP.NET 4.0 recognize the steps for setting common configuration items for web applications
recognize the steps for configuring session state for a web application recognize the benefits of the Provider Model in ASP.NET 4.0
recognize the steps for setting up the Provider to work with SQL Server for all systems or just a single system recognize the code for defining the membership and role providers
identify the uses and configuration options for the personalization, site maps, session state, and web event providers configure session state to use InProc configure session state to use StateServer
configure session state to use SQLServer identify the benefits of compilation and the tools used to compile web applications
identify the steps for performing a precompilation for deployment from the command line identify preparatory steps and available options when deploying a web application
recognize the steps for copying a web site identify how to deploy a precompiled web application and use One-Click publishing identify the steps for building an installer program to deploy a web site
precompile a web application publish a web site
Microsoft .NET Framework 4: Debugging, Tracing and Monitoring Web Applications with VB 2010
identify the scope and capabilities of debugging tools available in ASP.NET 4.0 identify the benefits of debugging in ASP.NET 4.0 recognize the steps for debugging a web page in Visual Studio 2010
identify the options for performing remote debugging in ASP.NET 4.0 identify the steps for setting up and running remote debugging perform remote debugging
identify the scope in ASP.NET 4.0 for debugging AJAX applications using client-side debugging tools identify the steps for debugging an AJAX application set breakpoints run the debugger
identify the steps for manually adding a performance counter recognize the code for implementing counters in an application programmatically recognize how to configure caching in a web application
identify the code used to implement ASP.NET 4.0 health monitoring in web applications recognize the code for enabling tracing identify the code for writing custom trace messages
recognize the code for viewing trace details add a performance counter to an application implement ASP.NET health monitoring in a web application
enable and disable tracing for an application and a page add custom trace output to a web site
Microsoft .NET Framework 4.0: Web Application Optimization and Customization with VB 2010
identify the steps for creating and configuring a master page identify the steps for binding content and master pages identify the steps for adding a property to a master page
identify the steps for creating nested master pages create a theme recognize the steps for applying a theme create a content page that uses a master page
apply a theme to a site and an individual page use a skin on a control recognize the steps for creating a Web Parts page recognize the steps for adding and customizing WebPartZone controls
recognize the code for connecting Web Parts on an ASP.NET page recognize the code for creating a custom user control that allows for personalization
recognize the code for creating a custom Web Part control recognize the steps for adding a CatalogPart control create a Web Parts page create a custom user control that allows for personalization
enable users to personalize Web Parts controls
|