| |
ASP.NET 3.5 Training Course Summary
In the ASP.NET 3.5 for Visual Basic 2008 Training Course, industry leader Robert MacHale will show you how to master ASP.NET 3.5 and build high end ASP.NET applications. Robert will also use real world examples to help make complex topics simple to understand and easy to deploy. This course teaches the essential tools, components and best practices that today’s Web developers utilize to build leading-edge ASP.NET Web applications.
This course is packed with 22 hours of one-on-one video built with efficiency in mind. Each fully indexed phase allows you to cut through the chase and learn at the depth you choose. Best of all, you’ll learn for a mere fraction of the cost other self-paced training companies charge. In fact, if you find a better price we’ll beat it.
ASP.NET 3.5 Training Overview
This ASP.NET 3.5 training course teaches students to use Visual Basic 2008 and Visual Studio 2008 to build ASP.NET 3.5 web pages. Gain and understanding of the architecture behind ASP.NET 3.5 and how to use various ASP.NET server controls as well as how to create consistent websites. See the ASP.NET 3.5 for Visual Basic 2008 Training course outline for a detailed description of the topics covered.
This Visual Basic 2008 version of ASP.NET 3.5 training will introduce many ASP.NET features that help you get the most out of the .NET 3.5 Framework. Become a better and more efficient Visual Studio 2008 Developer. From learning about Tracing features that help you quickly troubleshoot issues, to Three Tier Architecture with Stored Procedures, ListView control, ASP.NET AJAX, and ASP.NET 3.5 extensions, you will be better equipped to create your own dynamic Web sites.
ASP.NET 3.5 Training will help you become a more efficient, effective developer. Get up to speed quickly with training from KeyStone Learning Systems, and train your whole team with our KeyStone OnDemand online Learning Library
ASP.NET 3.5 Training Highlights
-
Textbox, Dropdown List, Check Box, Radio Button List
-
ADO, Update and Insert via Stored Procedure
-
System.xml, xmlClient.aspx, and xmlServer.aspx
-
Web Services, SOAP with MS XMLHTTP, WCF
-
Page Rendering, Postback Triggers, Accordion Control,
-
Tab Container, Modal Windows
-
Style and Class, Form and Function
-
Trace, Tracing State Variables, Tracing Header Variables,
-
Tracing Response Headers, Tracing Form Content,
-
Tracing QueryString Content, Tracing AJAX Content
-
Custom HTML Tags HTC Properties, HTC Methods
-
Sample Two Tier Architecture, Business Object Properties,
-
Business Object Methods, Sample 3-Tier-Architecture
-
Three Tier Architecture with Stored Procedures
-
LINQ In Business Object
ASP.NET 3.5 Phase 1 (110 Minutes)
Overview of Phases 1 - 12
ASP.NET 3.5 Phase 2 (120 Minutes)
Introduction to Web Forms
Demo
Code Review - HTML, ASP:Label, ASP:DropDownList
Build Example: Code Behind ASP:Label, ASP:DropDownList
CheckBoxList
Demo - Days of the Week, Selected Items Display
Code Review - CheckBoxList, Button, Label
Build Example - New Web Form, Code Behind Button
RadioButtonList
Demo - RadioButtonList, Button, Label
Code Review - RadioButtonList, Button, Label
Build Example - New Folder, New File, Button
Sample Contact Info Form
Demo - RadioButtonList, Button, List
Code Review - HTML, Form, Button, Label
Build Example - Table, Textboxes, Drop Down
Dynamic List Content
Demo - Drop Down List Code, Selected Item Text and Value
Code Review - Dropdownlist, Labels, Button, Listitem Property
Build Example - View in Browser, Blank Screen, State Drop Down
ASP.NET 3.5 Phase 3 (111 Minutes)
Introduction to ADO.NET
Demo - DropDownList, UI Demo
Code Review - ASPX Page, Page_Load, SqlCommand
Build Example - MyCommand, MyDataReader
Updating Records
Demo - Select a State, Modify State Text, Update Database
Code Review - Database Table, Command Object
Build Example - DropDownList, SQL Connection
Inserting Records
Demo - Add Record via Server Explorer
Code - Stored Procedure UI, Connection, Command
ASP.NET 3.5 Phase 4 (116 Minutes)
Loading an XML File
Demo - Identified Project, Client Request, Load XML File
Code Review - XMLServer.aspx, clientRequest(), Javascript
Build Example: XmlServer.aspx, XmlClient.aspx, LoadXML()
Loading An XML Stream
Demo - XMLClient.aspx, Xml Request, Load Stream
Code Review - XmlClient.aspx, XmlServer.aspx, Ajax Response
Build Example - XmlClient.aspx, XmlServer.aspx
Selecting A Single Node
Demo - Project Folder, File Summary, XmlClient, XmlServer
Code Review - XmlClient.aspx, Ajax Response, Button
Build Example - XmlClient.aspx Form, selectSingleNode
Updating A Single Node
Demo - XmlClient.aspx
Code Review - XmlClient.aspx, XmlServer.aspx
Build Example - XmlClient.aspx, XmlServer.aspx
ASP.NET 3.5 Phase 5 (113 Minutes)
Introduction to Web Services
Demo - Launching & Calling Web Services
Code Review - Web Services, User Interface, HTML
Build Example - Create New Project, WEb Service Object
SOAP With Microsoft.XMLHTTP
Demo - Launching Web Service
Code Review - Web Service, User Interface, JavaScript
Build Example - Create Folder, Web Service
Web Service Parameters
Demo - Web Service, Calling From Web Form
Code Revoew - SWeb Service, Web Form
Build Example - Web Form, Web Service
SOAP with Input Parameters
Demo - Web Service, 2 Input Parameters
Code Review - Web Service, 2 Input Parameters
Build Example, Web Service, Web Form
Calling A WCF Service
Demo - Web Form, Full Name - Parameter, Return Value
Code Review - HTML, Button, Textbox For Full Name
Build Example - Web Form, WCF, Full Name, Return Value\
ASP.NET 3.5 Phase 6 (110 Minutes)
Partial Page Rendering
PartialPageRendering.aspx
Code Review - PartialPageRendering.aspx, ScriptManager
Build Example - ScriptManager, Update Panel
Postback Triggers
Ajax Button Triggers
Code Review - <triggers>, AsyncPostBack Trigger
Build Example - Script Manager, Update Panel
Accordion Control
3 Tabs on the Accordion Control
Act Tax, CSS, Form, Script Manager, <Panes>
Toolbox Drag/Drop Accordion
Calendar Extender
Calendar Extender, Date Format
Code Review - Act:calendar extender, Target Control
Build Example - targetControlld, Format
Tab Container
Tagprefix=Act
Tabcontainer, Tabpanel, Attribute Header Text
<asp:scriptmanager>, <act:tabcontainer>, <div>
Modal popup Extender
Display Modal Popup Window
TagPrefix=Act, Style Script, ScriptManager
ASP.NET 3.5 Phase 7 (83 Minutes)
Style & Class
Table, One Row, Two Columns, Style & Class
Standard HTML Document, Style Attribute
Table, Row, Columns, Style Tax, Class Tag
Form & Function
CSS, Vertical Scrollbar, Background Color Alternates
Code Review - ASPX file, <html> tag, <script>, <body>, <table>
Build Example - <tr>, <td>, <div style=border, height=100px>
ASP.NET 3.5 Phase 8 (110 Minutes)
Application Objects
Demo - ApplicationOjbect.aspx
Code Review - ApplicationObject.aspx, MyCounter
Build Example - ASPButton, Code Behind Application Object
Session Objects
Demo - SessionObject.aspx
Code Review - asp:label, asp:button, Session Object Code
Build Example - asp:label, asp:button, Code Behind
ViewState Objects
Demo - Application vs. Session vs. ViewState
Code Review - asp:label For ViewState, asp:button
ASP.NET 3.5 Phase 9 (112 Minutes)
Trace
Demo - VS2008, PageLoad, <%@Trace="true"%>
Sessionld, Response Code, UTF - 8, or UTF - 16
Control Tree, ViewState Size, ControlState
Tracing State Variables
Set Trace="true", Set Cookie, Set Application
Tracing Header Variables
Read Cookie, My Cookie=Request.Cookies
UserAgent.text, Host.text, Language.text
Tracing Response Headers
Response.contentType="text/xml"
Tracing Form Content
<input type=text>, <table>
ASP.NET Server Controls, Control Treee
Tracing QueryString Content
queryString.aspx, Hyperlink
Tracing Ajax Content
AjaxRequest.aspx, Ajax Request, Textarea
AjaxResponse_Server.aspx
response.contentType="text/xml", "myDiv"
ASP.NET 3.5 Phase 10 (108 Minutes)
Custom HTML Tags
Demo - Custom HTML Tag
Code Review - htmlComponent.html
Build Example - xmlns:ajax
HTC Properties
Demo - HTC Properties
Code Review - HTC, Reference To Ajax:myTag
Build Example - htcProperties.aspx, <div>
HTC Methods
Demo - Textboxes:Row, Column, Value, and Button setValue
Code Review - xmlns:ajax, mytag.htc
Build Example - <ajax:myTag/>
ASP.NET 3.5 Phase 11 (108 Minutes)
Sample Two Tier Architecture
Demo - twotier.aspx
Code Review - Class File, Class Declaration, Function Declaration
Build Example - MyTextBox.text
Business Object Properties
Demo - Business Object Properties
Code Review - VB Class File, Local Variable, Next Get and Set
Build Example - Public, Private Variable
Business Object Methods
Demo - files:aspx and vb
Code Review - ASPX, HTML, Head, Body, Tables
Build Example - New Business Object File
Sample 3 - Tier - Architecture
Demo - ASP.NET, ASPX
Code Review - ASPXPage, Textbox, Tables
ASP.NET 3.5 Phase 12 (108 Minutes)
Three Tier Architecture with Stored Procedures
Demo - LINQ In ASP.NET, ASPX, VB
Code Review - myRecordSelect Function, Database Connect
Build Example - Business Object, Command Parameter
LINQ In Business Object
Demo - LINQ.ASPX
Code Review - Sub Pageload, LINQ Expression
Build Example - Creating Classes, LINQ Expression |