دوره های آموزشی ای اس پی دات نت / Pluralsight ASP.NET Ajax Fundamentals

Pluralsight ASP.NET Ajax Fundamentals
دوره های آموزشی ای اس پی دات نت

  • کاربرد : دوره های آموزشی ای اس پی دات نت
  • نوع فایل : فیلم آموزشی
  • زبان : انگلیسی
  • سیستم عامل : Windows-Mac-Linux-Android-iOS
  • تولید کننده : Pluralsight
  • سال تولید : 2017

توضیحات

ای اس پی دات نت (ASP.NET) بخشی از زیر ساخت.NET مایکروسافت پرطرفدار برای طراحی و ساخت وب سایت های پویا، برنامه های تحت وب، سرویس‌های وب دینامیک و سرویس‌های وب ایکس ام ال (Web XML) می باشد. ای اس پی دات نت جانشینی برای تکنولوژی صفحات سرویس دهنده فعال (ASP) است. ASP مبتنی بر زبان های مشترک در حال اجرا است که به برنامه نویسان اجازه می ‌دهد کدهای ASP را با استفاده از هر زبان Framework.NET بنویسند.
در دوره های آموزشی ASP.NET شما با عناوین آموزشی مختلف برای ASP.NET آشنا می شوید.

در دوره آموزشی Pluralsight ASP.NET Bundling, Minification & Resource Optimization شما با چگونگی بهینه سازی کدها و منابع مورد نیاز وب سایت و بسته بندی آن ها برای انتشار کامل، آشنا می شوید.

عناوین آموزشی ASP.NET Bundling, Minification & Resource Optimization:
- آشنایی با بهینه سازی ها
- اصول اولیه در بهینه سازی
- بهینه سازی پیشرفته
- بسط بهینه سازی
- معماری بهینه سازی
- تست بهینه سازی
- و ...

سایر دوره های آموزشی:
- راهنمایی هاب ابتدایی برای بستر های نرم افزاری وب مایکروسافت
- مبانی ASP.NET 3.5
- مباحث پیشرفته ASP.NET 3.5
- امنیت ASP.NET 3.5
- کار با داده ها در ASP.NET 3.5
- ویژگی های جدید ASP.NET 4.0
- مبانی ASP.NET Ajax
- مباحث پیشرفته ASP.NET Ajax
- اصول اولیه داده های پویا در ASP.NET
- مبانی ASP.NET MVC 2.0
- مبانی ASP.NET MVC 3.0
- مبانی ASP.NET MVC
- مباحث پیشرفته ASP.NET MVC
- آشنایی با ASP.NET MVC Scaffolding
- گزارشگیری ASP.NET XML با مثال
- ساخت اپلیکیشن ASP.NET MVC به وسیله EF Code First, HTML5 و jQuery
- ضد هک نمودن برنامه های ASP.NET تحت وب شما
- هویت و کنترل دسترسی در ASP.NET 4.5
- پیاده سازی Undo در ASP.NET WebForms و MVC
- مقدمه ای بر ASP.NET SignalR - Push Services به وسیله Hub ها
- مقدمه ای بر فرم های وب ASP.NET 4
- مقدمه ای بر ASP.NET MVC 3
- مقدمه ای بر ASP.NET Web API
- مبانی MVC 4
- استفاده از Glimpse با ASP.NET, MVC4 و Entity Framework
- مبانی Orchard
- مباحث پیشرفته Orchard
- فرآیند تست در ASP.NET MVC از ابتدا
- رمز و رازهای امنیت در ASP.NET
- ساخت اولین API خود با ASP.NET Core
- شروع کار با ASP.NET MVC, ServiceStack و Bootstrap
- درک امنیت ASP.NET Core
- پیاده سازی API در ASP.NET Web API
- اصول و مبانی تست در ASP.NET Core MVC
- و ...

Description

ASP.NET Ajax is a Web development framework for building richer, more interactive Web applications. This new Web development framework from Microsoft provides both client-side and server-side components for closing the gap between web and desktop user interfaces. ASP.NET Ajax's browser-neutral client script library is easily integrated with existing Web applications (including ASP.NET 1.* and non-.NET sites), improving response times and enhancing UIs with DHTML and Javascript features that in the past would have taken enormous development efforts and extensive client-side knowledge. ASP.NET 2.0 applications can take advantage of ASP.NET Ajax's server-side features to further enhance their UIs, often through simple markup. This course walks you through the components of ASP.NET Ajax, asks you to build a number of Ajax-enabled applications, and shows how best to leverage the capabilities of Ajax to make your clients' experiences richer.

بخش های فایل

این فایل شامل 55 بخش می باشد که بخش های آن به صورت جداگانه در زیر آمده است.
Row Title Format Size Play Download
1. ASP.NET Ajax Introduction
1 01. Introduction 1.47 MB DOWNLOAD
2 02. What is Ajax 14.87 MB DOWNLOAD
3 03. Using XMLHttpRequest directly 16.50 MB DOWNLOAD
4 04. Ajax Observations 3.90 MB DOWNLOAD
5 05. ASP.NET Ajax history 4.04 MB DOWNLOAD
6 06. ASP.NET Ajax components and architecture 12.32 MB DOWNLOAD
7 07. Creating ASP.NET Ajax Applications with VS 2005 and VS 2008 6.29 MB DOWNLOAD
8 08. Basics of the UpdatePanel control 10.10 MB DOWNLOAD
9 09. Summary and references 1.60 MB DOWNLOAD
2. ASP.NET Ajax Server Controls
10 01. Introduction 4.18 MB DOWNLOAD
11 02. Demo UpdatePanel in action 28.73 MB DOWNLOAD
12 03. Optimizing partial updates 8.37 MB DOWNLOAD
13 04. Demo Optimizing partial updates 44.38 MB DOWNLOAD
14 05. UpdatePanel triggers 4.10 MB DOWNLOAD
15 06. Demo UpdatePanel triggers and nesting 9.11 MB DOWNLOAD
16 07. PageRequestManager events 11.15 MB DOWNLOAD
17 08. Demo Handling PageRequestManager events 19.62 MB DOWNLOAD
18 09. Demo Using the UpdateProgress control 12.48 MB DOWNLOAD
19 10. Demo Using the Timer control 6.26 MB DOWNLOAD
20 11. Demo Error handling with UpdatePanels 19.17 MB DOWNLOAD
21 12. Summary and references 1.02 MB DOWNLOAD
3. ASP.NET Ajax Server Data
22 01. Introduction 2.32 MB DOWNLOAD
23 02. Demo Building a script-callable WCF service 31.39 MB DOWNLOAD
24 03. Script-callable WCF services, WebScriptServiceHostFactory (with Demo) 14.78 MB DOWNLOAD
25 04. JavaScript proxy creation (with Demo) 13.03 MB DOWNLOAD
26 05. Script-callable .asmx services 4.75 MB DOWNLOAD
27 06. Demo Creating script-callable .asmx services 10.75 MB DOWNLOAD
28 07. JSON serialization 6.09 MB DOWNLOAD
29 08. Demo JSON serialization 21.05 MB DOWNLOAD
30 09. WebInvoke attribute, using PageMethods (with Demo) 9.86 MB DOWNLOAD
31 10. Sys.Services Profile and Authentication pre-built services (with Demo) 24.31 MB DOWNLOAD
32 11. Cross domain proxies, Summary 2.87 MB DOWNLOAD
4. ASP.NET Ajax Client-side Library
33 01. Introduction 1.50 MB DOWNLOAD
34 02. Motivation, ASP.NET Ajax client-side libraries 11.23 MB DOWNLOAD
35 03. Referencing script files, using ScriptMode 9.76 MB DOWNLOAD
36 04. Script combining 12.85 MB DOWNLOAD
37 05. Global script shortcuts ($get) 7.02 MB DOWNLOAD
38 06. Using Function.createDelegate 6.96 MB DOWNLOAD
39 07. Client-side library namespaces and classes 3.07 MB DOWNLOAD
40 08. Using String.localeFormat 9.72 MB DOWNLOAD
41 09. Using Sys.Net.WebRequest manually 5.23 MB DOWNLOAD
42 10. Object oriented programming extensions to JavaScript, Namesapces 7.88 MB DOWNLOAD
43 11. Inheritance in JavaScript 8.89 MB DOWNLOAD
44 12. Interfaces in JavaScript 4.29 MB DOWNLOAD
45 13. Navigating type information 10.13 MB DOWNLOAD
46 14. Summary, References 1.52 MB DOWNLOAD
5. ASP.NET Ajax Control Toolkit
47 01. Introduction 799.75 KB DOWNLOAD
48 02. Ajax Control Toolkit 15.41 MB DOWNLOAD
49 03. Controls vs. Extenders 1.93 MB DOWNLOAD
50 04. Using the toolkit 11.21 MB DOWNLOAD
51 05. ConfirmButtonExtender and CalendarExtender 9.68 MB DOWNLOAD
52 06. AutoCompleteExtender 8.33 MB DOWNLOAD
53 07. ModalPopupExtender 6.18 MB DOWNLOAD
54 08. UpdatePanelAnimationExtender 8.90 MB DOWNLOAD
55 09. Summary and references 1.05 MB DOWNLOAD
شما می توانید مجموعه کامل بخش های این فابل را نیز به صورت مجموعه کامل دریافت نمایید.
اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری