ASP.NET 3.5 with Visual C# 2008 Videos Training 30 CDs
Instructor-led, Hands-on-Labs and Courseware Included
| Start Price |
USD 195.00 |
| Current Price |
USD 195.00 |
| Time Left |
- |
| Bid Count |
0 |
| Buy It Now Price |
- |
| Reserve Price |
- |
| Start Time |
Friday, November 28, 2008 |
| End Time |
Friday, December 05, 2008 |
| Location |
New York, NY |
|
See more about 'ASP.NET 3.5 with Visual C# 2008 Videos Training 30 CDs'
|
Description
ASP.NET 3.5 Using Visual C# 2008 Videos Master Training on 30 CD-ROMs ASP.NET 3.5 with Visual C# 2008 Digital Videos Master Training on 30 CD-ROMs Instructor-led Step-by-Step, Include Hands-on-Labs and Courseware. In this course, you'll learn how to use Visual Studio 2008 and Visual C# 2008 to build ASP.NET 3.5 Web pages. You'll gain an understanding of the architecture behind ASP.NET and how to use the various ASP.NET server controls. You'll learn to create consistent web sites using Master Pages, add membership features, configure and deploy ASP.NET applications, to authenticate users and limit their access to resources, manage state, direct users using Site Navigation tools, debug .NET and JavaScript code, and to display and edit data using ASP.NET and ADO.NET. In addition, you'll learn about new ASP.NET 3.5 features, such as support for LINQ (Language Integrated Query), CSS tools, nested master pages, and more. New Features in ASP.NET 3.5 ASP.NET AJAX With ASP.NET AJAX, developers can quickly create pages with sophisticated, responsive user interfaces and more efficient client-server communication by simply adding a few server controls to their pages. Previously an extension to the ASP.NET runtime, ASP.NET AJAX is now built into the platform and makes the complicated task of building cross-platform, standards based AJAX applications easy. New ListView and DataPager Controls The new ListView control gives you unprecedented flexibility in how you display your data, by allowing you to have complete control over the HTML markup generated. ListView‘s template approach to representing data is designed to easily work with CSS styles, which comes in handy with the new Visual Studio 2008 designer view. In addition, you can use the DataPager control to handle all the work of allowing your users to page through large numbers of records. LINQ and other .NET Framework 3.5 Improvements With the addition of Language Integrated Query (LINQ) in .NET Framework 3.5, the process of building SQL queries using error-prone string manipulation is a thing of the past. LINQ makes your relational data queries a first-class language construct in C# and Visual Basic, complete with compiler and Intellisense support. For Web applications, the ASP.NET LinqDataSource control allows you to easily use LINQ to filter, order and group data that can then be bound to any of the data visualization controls like the ListView and GridView controls. In addition, all the other improvements to .NET Framework 3.5, including the new HashSet collection, DateTime offset support, diagnostics, garbage collection, better thread lock support, and more, are all available to you in your ASP.NET applications. WCF Support for RSS, JSON, POX and Partial Trust With .NET Framework 3.5, Windows Communication Foundation (WCF) now supports building Web services that can be exposed using any number of the Internet standard protocols, such as SOAP, RSS, JSON, POX and more. Whether you are building an AJAX application that uses JSON, providing syndication of your data via RSS, or building a standard SOAP Web service, WCF makes it easy to create your endpoints, and now, with .NET Framework 3.5, supports building Web services in partial-trust situations like a typical shared-hosting environment. With this master training course... · You will learn how to use features of Visual C# 2008 to build ASP.NET 3.5 Web pages. · You will gain an understanding of the architecture behind ASP.NET and how to use the various ASP.NET server controls. · You will learn to create consistent web sites using Master Pages, add membership features and configure-deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using Site Navigation tools, debug .NET, and to display/edit data using ASP.NET and ADO.NET. · In addition, you will learn new ASP.NET 3.5 features, such as support for LINQ (Language Integrated Query), CSS tools, and will become familiar with the tracing features in Visual Studio that help you quickly troubleshoot issues. · You will also learn how to work with ASP.NET Profile features, ASP.NET Web Parts, and how to take advantage of creating your own user-defined control. · You will learn about optimizing your sites, the new support ASP.NET AJAX, the new ListView control, and so much more. Course Contents: Introduction to ASP.NET A Review of Classic ASP Dynamically Creating Web Pages ASP Shortcomings ASP.NET to the Rescue ASP.NET Web Applications Creating a New Web Application Rendering HTML with Server Controls Types of Server Controls Using HTML Controls Using ASP.NET Web Server Controls Data Binding in ASP.NET 2.0 Web Development in Visual Studio Code Behind vs. Inline Code Web Sites and Applications ASP.NET Development Server Multi-Targeting Support Working with Controls Introduction to Web Controls The WebControl Class The Label Control Simple Input Controls TextBox Controls CheckBox Controls RadioButton Controls HyperLink and Button Controls Postback Behavior HyperLink Controls Button Controls Displaying Images Using the ImageMap Control List Controls The Sample Page Adding Items to Lists Adding Items Programmatically Handling Selections and Postbacks Clearing Selected Items Removing Items Controlling Focus Setting Form Defaults Calling the Focus() Method Using TabIndex and AccessKey Overriding Default Button Settings with Panel Controls Using Rich Server Controls Introduction to Rich Controls The Calendar Control Working with the Calendar Control Handling Calendar Events Adding Custom Content with DayRender Investigating the Client-Side Code The AdRotator Control How the AdRotator Works Setting Up the Advertisement File Adding User-Defined Elements Setting the Target Frame Filtering Images with the KeywordFilter Property Using the AdCreated Event The XML Control Setting the XML Control Properties Providing the Style Sheet Accessing Data Overview of ADO.NET ADO.NET Classes The ADO.NET Architecture Creating ADO.NET Data Objects The DataTable Object Connecting to Data Setting up Connection Information Using the Connection Object Executing Commands Using a SqlDataReader Working with Data Working with Data Using a Data Adapter Managing Data with the DataSet Object Filling a DataTable within a DataSet Filling DataSets from SQL Server Choosing an ADO.NET Provider The SQL Server .NET Data Provider The OLE DB .NET Data Provider The ODBC Data Provider Writing Code for Multiple Providers Introduction to LINQ Language Integrated Query LINQ Using Visual Basic and C# LINQ Syntax Basic LINQ Syntax Extension Methods LINQ and More Complex Objects Anonymous Types LINQ to SQL Creating a Data Model Calling Stored Procedures Using Anonymous Types with SQL Modifying SQL Data LINQ to DataSets LINQ to Typed DataSets LINQ to Untyped DataSets LINQ to XML Generating XML Querying XML Transforming XML Are You Done? Is there More? Configuration Configuration Overview Navigating the Configuration File Hierarchy Configuration File Elements ASP.NET Configuration Tools Configuring Security Features Using the Web Site Administration Tool The Web Site Administration Tool Graphical User Interface Using the Web Site Administration Tool to Create a Custom Error Page Programming Configuration Files The Configuration APIs Storing and Retrieving Connection Strings Writing to Configuration Files Using External Configuration Files Encrypting Configuration Sections Protected Configuration Providers Encrypting the connectionStrings Section in web.config Encrypting External Configuration Files Moving Encrypted Configuration Files Data Binding Introducing Data Source Controls Introducing Data-Bound Controls Reading and Write Data Using the SqlDataSource Control Bind a DropDownList Control Display Product Information in a DetailsView Control Filter Data Based on the DropDownList Value Data Source Control Events Should You Use the SqlDataSource Control? Displaying and Editing Middle-Tier Data using the ObjectDataSource Control Displaying XML Data Using the XmlDataSource Control Configuring the XmlDataSource Control Add the FormView Control Validating User Input Overview of ASP.NET Validation Controls The Validation Controls Using the Simple Validators Using the RequiredFieldValidator Using a RangeValidator to Ensure that Data Falls within a Specified Range Using a CompareValidator to Compare Values Using the Complex Validators Validate General Text with the RegularExpressionValidator Create Your Own Validation Using the CustomValidator Control Summarizing Results with the ValidationSummary Control Display Modes for the ValidationSummary Control Separating Validation into Validation Groups] Cascading Style Sheets Introducing Cascading Style Sheets Advantages of Using Styles Converting from Embedded to Linked Style Sheets What is CSS, Really? Investigating Styles Font Attributes Color Attributes Margins and Alignment Positioning <DIV> and <SPAN> Classes and IDs Grouping Is That All? Using Visual Studio 2008’s Tools for Working with Styles Split View Editing Manages Styles Window Using the Style Application Toolbar Creating New Styles in the Stylesheet Editor Creating New Styles from the Manage Styles Window Using the CSS Properties Window Themes and Master Pages Creating a Consistent Web Site ASP.NET 2.0 Themes Working with Themes, Folders, and Skins Applying a Theme Creating a Theme Working with Themes Creating Named Skins More Issues with Themes Master Pages Creating a Master Page Creating a Content Page Converting a Standard Page to a Content Page Adding Default Content Practical Master Pages Creating Nested Master Pages Site Navigation ASP.NET Web Site Navigation Providers and Data Sources Absolute and Relative URLs Creating an XML Site Map File A Hierarchy of Nested siteMapNode Elements Built-in and Custom Attributes Site Navigation Controls Breadcrumbs and Hierarchical Navigation Using the Site Navigation API Accessing Current and Sibling Nodes URL Mapping Mapping URLs in Web.config Adjusting the Site Map Using Multiple Site Map Providers Security Trimming Authentication and Authorization The Web Site Administration Tool Enabling Security Trimming Automatic Role-Based Trimming Displaying Data with the GridView Control Introducing the GridView Control Displaying Data with the GridView Control Filter Data in the GridView Control Create the DropDownList of Countries Filter the Data Based on the Selected Country Allow Users to Select from a DropDownList in the Grid Introducing Templates Convert the Country Filed into a Template Add a Hyperlink to the Grid Create the CustomerOrders Page Create the Hyperlink Deleting a Row and Handling Errors Add the Delete Link Add the Client-Side Alert Add Event-Handling Code What’s Left? Managing State Preserving State in Web Applications Methods of Preserving State Page-Level State Enabling Dynamic Page Modifications View State and Page Lifecycle Enabling Change Events Understanding View State When to Disable View State The Limitations of Page-Level State Using Cookies to Preserve State Working with Cookies in ASP.NET Code Limitations of Using Cookies ASP.NET Session State Problems in Classic ASP The Session Object Storing Objects in Session State Storing ADO.NET Objects in Session Session State Object Storage Configuring Session State Editing Configuration Files Session State Options Setting Up an Out-of-Process State Server Ensuring that Your Data is Serializable Testing StateServer Session State Storing Session State in SQL Server Configuring SQL Server Session State Testing SQL Server Session State Using Cookieless Session IDs Application State Limitations of Application State Managing Users with ASP.NET's Membership Features Introduction to Membership and Roles Introducing Membership Management in ASP.NET Introducing Role Management The Security Services Stack Data Has to Go Somewhere Configuring Members and Roles Modifying Provider Behavior Working with Roles Authentication and Cookies Using Membership Controls LoginStatus Control Login Control LoginView Control LoginName Control ChangePassword Control PasswordRecovery Control CreateUserWizard Control Writing Code to Interact with Membership and Roles The Membership and MembershipUsers Classes The Roles Class Creating Custom Providers Setting up the XML Provider Server-Side Debugging Server-Side Code Debugging in ASP.NET Using the Visual Debugger Configuring Debugging Setting Breakpoints Stepping Through Code Debugging Exceptions and Handling Errors The Exception Assistant Redirecting Users Debugging Stored Procedures Creating a Database Project Working with Data Connections Debugging Stored Procedures Client-Side and Advanced Debugging Client-Side Code Debugging in ASP.NET Debugging Client-Side JavaScript Configuring Script Debugging Script Debugging Debugging Script in Dynamic Resource Files Limitations of Breakpoint Mapping Custom Data Visualizers A Client Data Visualizer Building a Custom Visualizer The Visualizer Class Deploying a Custom Visualizer Debugging .NET Framework Source Code Configuring .NET Framework Source Code Access Exploring the Source Code Payment Details: We accept all Major Credit Cards through PayPal Shipping Details: US Continental Domestic: Priority Mail add $12.00 for shipment charges International: International Priority Mail add $25.00 for shipment charges Auction Details: Winning bidders, please contact us within 24 hours of the end of the auction. Confirm us your payment within 48 hours of the end of the auction. The winner will receive an "eBay end of Auction" email. Follow instructions for payment from this e-mail. Once payment is received, we will ship your order immediately. If you have any problems with your transaction, please contact us before leaving feedback and we will assist you in any way possible. Feel free to contact us with any questions to eBay Seller ID: mobiltrain_2009 Return Policy: All sales are final We can replace defective material Return shipping will be paid by Buyer Warranty: All of our products are backed by a 30 day defective Warrant. We stand by the quality of the products we sell.
Place a Bid!
|
|
|
Search
Categories
More related categories
 |