Search: usacyberworld.com |
COMPUTER TRAINING
Microsoft Office 2000/XP
CompTIA
Graphics & Web Design
E-Commerce
Tax & Accounting
Windows 2000/XP/MCSE
Cisco
Oracle DBA
Computer Programming
|
ASP.NET Course Contents
ASP.NET (sometimes referred to as ASP+) is the latest version of Microsoft's
Active Server Pages technology (ASP). ASP.NET is different than its predecessor
in two major ways: it supports code written in compiled languages such as Visual
Basic, C++, C#, and Perl, and it features server controls that can separate the
code from the content, allowing WYSIWYG editing of pages. Although ASP.NET is
not backwards compatible with ASP, it is able to run side by side with ASP
applications. ASP+ files can be recognized by their .aspx extension.
In addition, we cover the following topics:
Chapter 1: Introduction to ASP.NET
- Classic ASP
- Command Object
- ASP Object Model
- ASP PostBacks
- Mixed Code
Chapter 2: ASP to the Rescue
- ASP Shortcomings
- Storing Active Sessions
- Configuration Settings
- Coding Issues
- XML Based Configuration
- Automatic Handing
Chapter 3: Create ASP.NET Web Apps
- Create New Project
- Solution Explorer
- Viewing & Using Toolbox
- Design View & HTML View
- Adding HTML Code
- Property & Code Window
- Save & Test
Chapter 4: Server Controls
- Rendering Server Controls
- Change Target Schema
- View New Source
Chapter 5: HTML Controls
- HTML vs. Web Form Controls
- Open Solution File
- Using HTML Controls
- HTML Server Controls in Code
- HTML Views & Properties
- Post
- Page_Load Event
- ADO.NET Objects
- PostBack Properties
- View State Controls
- HTML Table Control
- Populate HTML Table
- Setting HTML Properties
Chapter 6: Form Controls
- DataGrid
- DataGrid Properties
- DataBind
- Using Control Events
- Auto PostBack
- PostBack Triggers
Chapter 7: Web Services in ASP.NET
- Evolution of Web Services
- Web Service in Visual Studio
- Creating a Web Method
- Test the Web Service
Chapter 8: Working with WebForm Controls
- Setting Attributes
- Adding Additional Labels
- View Solution Explorer
- View Client Source
Chapter 9: Simple Input Controls
- TextBox & CheckBox Controls
- RadioButton Controls
- Group Name Property
- Button & Hyperlink Controls
- Setup Hyperlink
- Button Controls
- Linkbutton Controls
- Image Control
Chapter 10: List Controls
- Add List Items
- Add Items Code
- Handling Selections & PostBacks
- Clear Selection
- Remove Items
Chapter 11: Validation Controls
- Validation Process
- Validation Messages
- Client-Side Validation
- Range Validations
- Custom Validations
- Expression Validations
- Validation Properties
- Multiple Validators
- Client-Side Validation
- JavaScript Validator
- Simple Validation Controls
- RequiredFieldValidator
- View RequiredField Source
- Initial Value Property
- Display Property
- Range Validator Control
- Compare Validator
- Compare Type Properties
Chapter 12: Complex Validation Controls
- Regular Expression Editor & Library
- Custom Validator Control
- Server-Side Validation
- Client-Side Validation
- Validation Summary Control
Chapter 13: Calendar Control
- Rich Controls
- Layout & Selection Modes
- Calendar Style Properties
- Handling Events
- Selection Changed Event
- Visible Month Changed Event
- Selection Changed Event
- Day Render Event
- Client-Side Code
Chapter 14: AdRotator Control
- Add AdRotator
- Weighting Impression
- AdResponse
- Target Frame
- Keyword Filter Property
- AdCreated Event
Chapter 15: XML Control
- Working with XML Control
- Set Up XML/XSL
- XML Properties
- Style Sheet
Chapter 16: ADO.NET
- ADO.NET Classes
- OleDb vs. SQLClient
- ADO Architecture
- DataTable Object
- Fill DataTable Object
- Bind DataGrid
- Connecting to Data Source
Chapter 17: Executing Commands
- Command Object
- DataReader
- SqlDataReader
- Execute Reader Object
- Methods to Retrieve Data
- Error Handling
- Run SqlDataReader
Chapter 18: Executing Stored Procedure
- View SQL Stored Procedure
- View Variables
- Pass Parameters
- Retrieve with DataReader
- Run & Test
Chapter 19: DataAdapter & DataSet Objects
- DataAdapter Object
- Getting Data
- DataSet Object
Chapter 20: Filling a DataSet
- Process
- Create OleDB DataSet
- Constants DB Class
- Set Variables, Fill DataSet
- Iterate through Rows
- Fill DataGrid
- Rows & Columns
- Accessing Data with DataRows
- DataColumns & Schema
- Declare SQL DataSet
- Use SqlAdapter
- Declare Data Variables
- Fill DataGrid
Chapter 21: ADO.NET Providers
- SQL Data Provider
- OLE DB Provider
- ODBC Data Provider
- Multiple Namespaces
- Interface Inheritance
- IDbConnection Type
- IDataReader
- Declare Connection
- IDbCommand Object
- Use IData Reader
Chapter 22: Repeater Control
- Using Repeater
- Create Repeater Control
- HTML - DataBind
- Databinder Class
- Container Object
- Dataitem
- Templates Formatting
Chapter 23: DataList Control
- Configure DataList
- Populate DataList
- Create Editable DataList Control
- EditItem Template
- Edit DataList Method
- Editing Events
Chapter 24: DataGrid Control
- Create DataGrid with Tools
- SQL DataAdapter
- Create DataSet
- Format Grid
- Customize Formatting - Property Builder
- Advanced DataGrid Features
- Session Variables
- DataFill Procedure
- DataView Object
- DataView Variable
- Gridload Procedure
- Hyperlink Column
- Button Column
- SelectItem
- Paging Support
- Sorting Rows
- Navigation
- Editing Event
- CancelCommand Event
- UpdateCommand Event
- Update DataView
- DeleteCommand Event
Chapter 25: DataSet Capabilities
- DataSets in ADO.NET
- DataSet Object Model
- Advantages of DataSets
- Managing Data
- Caching to DataSet
- Add Data to Database
- Validation
Chapter 26: Constraints & Relations
Constraints in DataSet
Column Constraint
Use TaskList Bookmarks
DataSets within Session
Adding Constraints
Constraint Types
DataRelations
Chapter 27: Implementing DataRelations
- Relations Used to Navigate
- Relate Products & Table
- Select Row
- GetChildRows
- GetParentRows
Chapter 28: Data Update Options
- Use DataAdapters
- Command Builder
- Command Objects
- Add Commands
- Parameters
- Add Parameters
- Source Column & Source Version
- Handling Inserts
Chapter 29: Transactional Model
- Tracking DataUpdates
- Rollback & Commit Updates
- DataRowVersion
- BeginEdit, EndEdit & CancelEdit
- Rowstate
- GetChanges
- Accept & Reject
Chapter 30: XML Web Services
- Web Services Requirements
- Web Service Solution
- Mapping
- .NET Framework
- XML Web Services Flow
- Building XML Web Services
- ASP.NET Web Service
- View Web Service Code
- Web Method
- Test Web Service
- Web Service Description
- Change Namespace
- Invoke Web Service
- Testing Parameters in Web Services
- XML Web Service Clients
- HTTP Clients
- HTTPGet
- HTTPPost
- .NET clients
- Create Web Reference
- Call Web Service
- Use Get Method
Chapter 31: Web Services & Legacy Clients
- The SOAP Toolkit
- VB6 Client
- Set Reference
- Declare, Initialize SOAP
- Call Web Service
- Run Client App
Chapter 32: UDDI
- What is UDDI?
- UDDI Web Services
- Use UDDI Web Service
- Create Web Service App
Chapter 33: ASP to ASP.NET
- Introduction
- Benefits
- Strategy
- Upgrade Code
- Rename ASP Page
- Run ASP in ASP.NET
- Clean Up Code
Chapter 34: COM Objects
- .NET Framework
- Manage vs. Unmanaged
- Create Runtime Wrapper
- Using COM Object
- COM+ Applications
Chapter 35: P/Invoke
- API Calls
- Issues
- Using API Calls
- As Long Value
- Use Wrapper Class
- API vs. NET Base Classes
Chapter 36: Calling .NET from COM
- .NET Code with COM Clients
- Configure COM Interop
- Define Methods & Interfaces
- Default Constructor
- Call .NET Component
Chapter 37: Page Level State
- Preserving State
- Disable ViewState
- Benefits of ViewState
- Working with ViewState
- Storing Data in ViewState
- Limitations of ViewState
- Testing ViewState
- Function of Cookies
- Multiple Values in Cookies
- Session State
- Problems in Classic ASP
- Classic ASP Treading Model
- Session IDs
- Objects in Session State
- Use Session State to Store Objects
- Data View
- Change Event Handler
- Retrieve Objects
- Store Objects in Session
- Configuring Session State
- Session State Element & Attributes
- Out of Process State Server
- Serializable Data Types
- Using Out of Process Session State
Chapter 38: State with SQL
- Configure to Use SQL Server
- SQL Server Setup
- Changes to SQL Server
- Test SQL Session State
- Using SQL or SQL Session Options
- Cookieless Sessions
- Application State
Chapter 39: User Controls
- Custom Controls
- Add User Controls
- Register Tag
- Embed Controls
- Complex User Controls
- State List Control
- Design Control
- Text & Value Properties
- LoadList Procedure
- Properties
- Events
- Implement User Controls
- Build Control
- Customize Toolbox<
- View Control
- Render Method
- Text Property
- HTML View
- Runtime View
Chapter 40: Complex Custom Control
- Create Control
- Use Auto PostBack
- Use Custom Control
- Render Output
- HTML Text Writer
- Control Attributes
- HTML View
- Custom Control Contents
- Rendering
- Render Content
- Write Option Elements
- Control Properties
- Managing Properties
- Property Behavior
- Tuning Custom Controls
- Create Toolbox Icon
- Control Default Properties
- Set Defaults
Chapter 41: PostBack Data
- IPostBack Data Handler
- PostBack Sequence
- LoadPost Data
- Raising PostBack Events
- Review the PostBack Event
Chapter 42: Performance & Caching
- Web Performance
- Nile Benchmark
- ASP.NET Benchmark
- Output Cache
- Static Page
- Cache Varied
- Varied by Param
- Page Caching Options
- HTTP Headers
- View Code
- Retrieving the Directive
- Vary by Custom
- Custom String
- Programmatic Page Caching
- Caching Page Fragments
- Vary by Param & User Controls
- Nested User Controls
- Traps to Avoid
- Caching Data
- Cache.Add vs. Cache.Insert
- Features of Add & Insert
- Dependencies
- Check for Data in Cache
- Set Dependency
- Dependency Updates
- Caching Web Services
- Performance Monitor
- Key Counters
- Monitoring Tips
- Performance Tips
- Code Optimization
- Comparing Languages
- Component Performance
- Data Optimization
- ASP.NET Optimization
- Disable Session State
- ASP.NET Design Tips
Chapter 43: Tracing
- Setup Tracing
- Application Tracing
- Trace.axd
- System.Diagnostic
- Runtime Tracing
- Trace Switches
- Activate Listeners
- Set Trace Levels
Chapter 44: Redirect & Monitor
- Redirecting Errors
- Custom Counters
- Load Performance Monitor
- Debugging
- Setup Debug Option
- Immediate Window
- Web.config File
- Debug Tools
- Multiple Languages
Chapter 45: Calling Web Services
- Synchronously
- Call Synchronously
- WSDL Code-behind
- Call Asynchronously
- Begin & End Procedures
- AsyncCallback
- IAsync Results
- Sending Results
- Convert & Save
Chapter 46: Deploying Applications
- Concepts
- Assemblies
- ASP.NET Process
- Multiple Versions
- Deploy Project & Files
- Create Web Setup Project
- Add Project Output
- Web Applications Properties
- Advanced Setup Options
- Additional Editors
- Special Folders
- Web Custom Folder
- Configuring Applications
- Web.config File
- Configuration Files
Chapter 47: Security
- Planning Security
- ASP.NET Security
- Database Security
- ASP.NET Authentication
- Authorization
- Allow & Deny
- Retrieve Identity
- Coding Window Security
- Web.config File
- Login.ASPX
- Password
- Encryption
- Password Hashing
- XML User Lists
- Processing XML File
- Validate User
- Manage Password Access
- Setup Web.config
- Login.ASPX
- Change Password
- Encryption
- Security & Web Services
- Passport Authentication
- Securing Web Services
- Window Authentication
- SOAP Headers
Chapter 48: Typed DataSets
- Advantages of Typed DataSets
- Creating Typed DataSets
- Using DataSets
- Working with XML
- XML Schema
- Generated VB Code
- Add New DataSet
- Build DataSet
- Schema Annotations
- Schema Structure
- Working with Schema XML
Chapter 49: Optimistic Concurrency
- Data Handling
- Update Criteria
- Using Custom Concurrency ID
- ADO.NET Technologies
- Creating Stored Procedures
- Multiple Updates
- Concurrency Conflict
- Updating Data
- Concurrency Handling
- Output Parameters
- SQL Data Adapter
- Row Error & Status
- Data Events
- EventArgs.Action
- Setting Update Status
- Errors Occurred Flag
Chapter 50: Stored Procedures
- Design for Database Server
- Updating Server Information
- Passing Data
- Using Nocount
- Finding Concurrency Problems
- Handling Errors
- Multiple Column Concurrency
- Working with Multiple Columns
- Streamlining Design
Would you like to learn ASP.NET? We provide
home tutoring service.
We also provide
e-commerce/graphics & web design service at your home or office.
Please
contact us for any additional information.
|
|
SPONSORED LINKS
|