Development and Training - SQL Server 2008
 
+
Complete ASP.Net 3.5 Training (C#)


  • Introduction to ASP.NET
    1. Evolution and Goals of ASP.NET
  • Creating New Controls
    1. User-defined Controls 
    2. User Controls / Custom Controls
  • ASP.NET Web Forms
    1. How ASP.NET Processes a Request 
    2. The Page Class 
    3. Postbacks and Viewstate 
    4. Event Handling
  • Server Controls
    1. HtmlControl vs. WebControl 
    2. Basic Server Controls 
    3. List Controls / DataGrid Control 
    4. Input Validation Controls
  • State Management
    1. Taking Control of Viewstate 
    2. Session State  / Application State / Cookies
  • Data Access
    1. ADO.NET Fundamentals
    2. Using Stored Procedures 
    3. Error Handling 
    4. Concurrency & Transactions 
  • AJAX
    1. Introduction to AJAX 
    2. Server-side AJAX Works 
    3. Controls in the AJAX Control Toolkit 
  • Using Data List and Repeater Controls
    1. Repeater and DataList Controls 
    2. Templates and Styles 
    3. Bind Data to the Repeater and DataList Controls
  • Using the ListView and Database Controls
    1. ListView Features 
    2. Convert Static Pages to Dynamic Pages 
    3. Implementing Paging in the ListView Control
  • Creating and Consuming Web Services
    1. XML Web Service in Visual Studio 
    2. Test and Run Your Web Service 
    3. Web Service From a .NET Client 
  • Reading and Writing XML Using the XML DOM
    1. Reading and Writing XML Programmatically 
    2. Important Classes in the System.Xml Namespace 
    3. Create XML Documents 
  • Style and Consistency
    1. Cascading Style Sheets (CSS) 
    2. Themes and Skins 
    3. Master Pages & User Controls
  • ASP.NET Tracing
    1. Page-level and Programmatic Tracing 
    2. Web.config & System.Diagnostics.Trace 
    3. Trace Viewer / TraceListeners and TraceSwitches 
    4. WebPageTraceListener  / Monitor Application Health
  • Improving Performance with Output Caching
    1. Output Caching & Declarative Output Caching 
    2. Cache Page Fragments with User Controls 
    3. Dynamic Content in Cached Pages
  • Advanced Caching Techniques
    1. Caching Features in ASP.NET
    2. Configure Output Caching
  • Silverlight
    1. Introduction to Silverlight
    2. Building a Simple Silverlight Application
  • ASP.NET Extensions
    1. Features of ASP.NET Extensions 
    2. Deploy Web Applications