بسته آموزشی Training ASP.NET Ajax Complete Course


این مجموعه آموزشی شامل سه بسته ASP.NET Ajax Fundamentals و ASP.NET Ajax Advanced Topics و ASP.NET Ajax JavaScript and jQuery می باشد
Product image Product image Product image
Product image Product image Product image
Product image Product image Product image

ملاحظات:
  • بروز رسانی در تاریخ 90/05/19: محتویات این مجموعه بروز رسانی شد و سورس مثال ها نیز به محتویات بسته اضافه شدند.
  • این بسته حاوی فایل های ویدئویی آموزشی بوده و در قالب 1 حلقه DVD ارائه می گردد.
  • تصاویری از این مجموعه آموزشی را در بالای صفحه ملاحظه می نمایید.
به جرأت می توان گفت که مجموعه آموزش های شرکت Pluralsight جزو باکیفیت ترین و با ارزش ترین بسته های آموزشی می باشند. موسسین و مدرسین این شرکت یعنی آقایان Fritz Onion و Keith Brown جزو خوشنام ترین افراد در دنیای توسعه نرم افزار و بخصوص با تکنولوژی های Csharp و ASP.NET و ASP.NET AJAX بوده و همواره عضو ثابت سخنرانان در کنفرانس های علمی و فنی بین المللی در زمینه تکنولوژی های توسعه نرم افزار شرکت مایکروسافت می باشند.

این مجموعه آموزشی شامل 3 دوره آموزشی مربوط به ASP.NET AJAX می باشد. در قسمت زیر نام دوره ها را مشاهده می کنید:
  1.  ASP.NET Ajax Fundamentals: این دوره آموزشی به معرفی مقدمات و اصول و مفاهیم برنامه نویسی با استفاده از این کتابخانه می پردازد.
  2.  ASP.NET Ajax Advanced Topics: این دوره آموزشی به معرفی امکانات پیشرفته و پیچیده این کتابخانه می پردازد.
  3. ASP.NET Ajax JavaScript and jQuery: در این دوره به آموزش نحوه استفاده از زبان جاوا اسکریپت و jQuery در بستر ASP.NET AJAX پرداخته می شود!

جزئیات مطالب تدریس شده را در قسمت زیر ملاحظه می کنید.


Training ASP.NET Ajax Complete Course:

1. ASP.NET Ajax Introduction
  • Introduction
  • What is Ajax?
  • Using XMLHttpRequest directly
  • Ajax Observations
  • ASP.NET Ajax history
  • ASP.NET Ajax components and architecture
  • Creating ASP.NET Ajax Applications with VS 2005 and VS 2008
  • Basics of the UpdatePanel control
  • Summary and references
2. ASP.NET Ajax Server Controls
  • Introduction
  • Demo: UpdatePanel in action
  • Optimizing partial updates
  • Demo: Optimizing partial updates
  • UpdatePanel triggers
  • Demo: UpdatePanel triggers and nesting
  • PageRequestManager events
  • Demo: Handling PageRequestManager events
  • Demo: Using the UpdateProgress control
  • Demo: Using the Timer control
  • Demo: Error handling with UpdatePanels
  • Summary and references
3. ASP.NET Ajax Server Data
  • Introduction
  • Demo: Building a script-callable WCF service
  • Script-callable WCF services, WebScriptServiceHostFactory (with Demo)
  • JavaScript proxy creation (with Demo)
  • Script-callable .asmx services
  • Demo: Creating script-callable .asmx services
  • JSON serialization
  • Demo: JSON serialization
  • WebInvoke attribute, using PageMethods (with Demo)
  • Sys.Services: Profile and Authentication pre-built services (with Demo)
  • Cross domain proxies, Summary
4. ASP.NET Ajax Client-side Library
  • Introduction
  • Motivation, ASP.NET Ajax client-side libraries
  • Referencing script files, using ScriptMode
  • Script combining
  • Global script shortcuts ($get)
  • Using Function.createDelegate
  • Client-side library namespaces and classes
  • Using String.localeFormat
  • Using Sys.Net.WebRequest manually
  • Object oriented programming extensions to JavaScript, Namesapces
  • Inheritance in JavaScript
  • Interfaces in JavaScript
  • Navigating type information
  • Summary, References
  • ASP.NET Ajax Control Toolkit
  • Introduction
  • Ajax Control Toolkit
  • Controls vs. Extenders
  • Using the toolkit
  • ConfirmButtonExtender and CalendarExtender
  • AutoCompleteExtender
  • ModalPopupExtender
  • UpdatePanelAnimationExtender
  • Summary and references
5. ASP.NET Ajax Debugging
  • Introduction
  • VS 2008 Script Debugging
  • FireFox Script Debugging
  • Firebug
  • JavaScript Shell
  • Fiddler
  • Web Development Helper
  • TcpTrace
  • IE Developer Toolbar
  • FireFox Web Developer Toolbar
  • Tamper Data
  • Tracing
  • Sys.Debug.*
  • Summary, References
6. ASP.NET Ajax Custom Controls
  • Introduction
  • Ajax controls, components, and extenders
  • Building a custom textbox
  • IScriptControl
  • Creating the client-side class
  • Implementing IScriptControl
  • Bundling compiled resources
  • ScriptReference and embedded resources
  • ScriptResource and locale-specific strings
  • Components and extenders
  • Summary and references
7. ASP.NET Ajax Application Design
  • Introduction
  • Common mistakes
  • Usability principles
  • Software design principles
  • Dealing with errors
  • Scheduling
  • Browser-side cache
  • Predictive fetch
  • Multi-stage download
  • Navigation and bookmarking
  • Server-side history support
  • Client-side history support
  • Summary, References
8. JavaScript
  • Introduction
  • JavaScript history
  • Types
  • Declaring variables
  • Statements and operators
  • Arrays
  • Functions
  • Closures
  • Walking the DOM
  • DOM manipulation
  • Objects
  • Object creation syntax
  • Classes
  • Prototypes
  • Simulating statics
  • Private members and methods
  • Classes in JavaScript - implications
  • Summary and references
9. ASP.NET and jQuery
  • Overview
  • jQuery History
  • jQuery and Microsoft
  • Using jQuery From ASP.NET
  • The jQuery Function
  • Using jQuery
  • Selectors
  • Selector Reference
  • Pseudo Classes
  • Working With Attributes
  • Chaining
  • Effects
  • Communication
  • GET and POST
  • Error Handling
  • AJAX Events
  • Calling WCF Services
  • jQuery UI
  • jQuery Plugins
  • jQuery and Microsoft Ajax
  • Summary