دوره های آموزشی ای اس پی دات نت / Pluralsight ASP.NET Core Tag Helpers

Pluralsight ASP.NET Core Tag Helpers
دوره های آموزشی ای اس پی دات نت

  • کاربرد : دوره های آموزشی ای اس پی دات نت
  • نوع فایل : فیلم آموزشی
  • زبان : انگلیسی
  • سیستم عامل : 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

Tag Helpers are one of the new technologies in ASP.NET Core that making building web pages (Razor view pages) much easier and more intuitive for both designers and developers. In this course, ASP.NET Core Tag Helpers, you'll learn the fundamentals of Tag Helpers. First, you'll explore how to effectively use the 17 Tag Helpers built into ASP.NET Core on your Razor view pages to build forms. Next, you'll explore cache images. Finally, you'll customize anchor tags and build a JavaScript manager that takes advantage of many Tag Helper and ASP.NET Core features. By the end of the course, you'll be able to efficiently author both simple and advanced Tag Helpers.

بخش های فایل

این فایل شامل 57 بخش می باشد که بخش های آن به صورت جداگانه در زیر آمده است.
Row Title Format Size Play Download
01 - فیلم های آموزشی
1 01 - Course Overview 3.40 MB DOWNLOAD
2 02 - Introduction 16.24 MB DOWNLOAD
3 03 - Leveling up to ASP.NET Core 13.31 MB DOWNLOAD
4 04 - Tag Helpers Unique to ASP.NET Core 2.89 MB DOWNLOAD
5 05 - ASP.NET Similarities to AngularJS Directives 12.54 MB DOWNLOAD
6 06 - Exploring Tag Helper Basics 5.83 MB DOWNLOAD
7 07 - Author in Visual Studio Our Own Tag Helper 25.98 MB DOWNLOAD
8 08 - What's Coming in the Rest of the Course 1.67 MB DOWNLOAD
9 09 - Course Download Files Built for Visual Studio 2017 2.51 MB DOWNLOAD
10 10 - Introduction 2.44 MB DOWNLOAD
11 11 - Using Razor View Pages and Tag Prefixes with the ViewImports File 26.51 MB DOWNLOAD
12 12 - The C# Tag Helper Class 5.12 MB DOWNLOAD
13 13 - Linking HTML Element Attributes to C# Properties 6.29 MB DOWNLOAD
14 14 - Implementing the Process and ProcessAsync Methods 4.22 MB DOWNLOAD
15 15 - Converting the Method Process to ProcessAsync 20.84 MB DOWNLOAD
16 16 - Process Method Parameters, TagHelperContext, and TagHelperOutput 12.83 MB DOWNLOAD
17 17 - Multiple Tag Helpers on an Element and the Order Property 5.62 MB DOWNLOAD
18 18 - Accessing View Model Data and the ModelExpress Property 12.69 MB DOWNLOAD
19 19 - Accessing the MVC ViewContext in the Process Method 14.66 MB DOWNLOAD
20 20 - Passing Data Between Tag Helpers 20.80 MB DOWNLOAD
21 21 - Learn How Dependency Injection Makes Tag Helpers More Awesome 15.07 MB DOWNLOAD
22 22 - Deep Dive into HtmlTargetElement 14.39 MB DOWNLOAD
23 23 - Using the HtmlTargetElement and the Attributes Parameter 21.73 MB DOWNLOAD
24 24 - Using HtmlTargetElement and the ParentTag 4.35 MB DOWNLOAD
25 25 - Using HtmlTargetElement and the TagStructure Parameter 1.46 MB DOWNLOAD
26 26 - Summary 2.55 MB DOWNLOAD
27 27 - Introducing Built-in Tag Helpers 2.43 MB DOWNLOAD
28 28 - ASP.NET Core Source Code for Tag Helpers on GitHub 1.86 MB DOWNLOAD
29 29 - Our Tooling for Working with Tag Helpers 11.37 MB DOWNLOAD
30 30 - Image Tag Helper in Depth 9.96 MB DOWNLOAD
31 31 - Anchor Tag Helper in Depth 24.63 MB DOWNLOAD
32 32 - Cache Tag Helper in Depth 23.43 MB DOWNLOAD
33 33 - Distributed Tag Helper in Depth 17.95 MB DOWNLOAD
34 34 - Environment Tag Helper in Depth 6.51 MB DOWNLOAD
35 35 - Script and Link Tag Helpers in Depth 9.18 MB DOWNLOAD
36 36 - Summary and Form Related Tag Helpers Not Covered 1.77 MB DOWNLOAD
37 37 - Coding the Built-in Form Tag Helpers 3.28 MB DOWNLOAD
38 38 - HTML and ASP.NET Forms History 12.94 MB DOWNLOAD
39 39 - Building Our Registration Page Model and Controller 13.34 MB DOWNLOAD
40 40 - Scaffolding our Registration View Page 8.91 MB DOWNLOAD
41 41 - Using the Input and Label Tag Helpers 10.36 MB DOWNLOAD
42 42 - Adding Country List with Select and Options Tag Helpers 3.63 MB DOWNLOAD
43 43 - Configuring the Form Tag Helper Itself 10.43 MB DOWNLOAD
44 44 - Using the ValidationMessage and ValidationSummary Tag Helpers 6.50 MB DOWNLOAD
45 45 - A Word About Cross Site Scripting Attacks 3.21 MB DOWNLOAD
46 46 - Summary 2.24 MB DOWNLOAD
47 47 - Introduction 1.80 MB DOWNLOAD
48 48 - Building Our Embedded YouTube Tag Helper 25.87 MB DOWNLOAD
49 49 - Coding the YouTube Embedded Tag Helper 11.77 MB DOWNLOAD
50 50 - Building the JavaScript Manager Class 3.45 MB DOWNLOAD
51 51 - Starting the JavaScript Manager Service 2.49 MB DOWNLOAD
52 52 - Injecting the JavaScript Manager Service 6.58 MB DOWNLOAD
53 53 - Coding the Body Tag Helper to Render the JavaScript 7.66 MB DOWNLOAD
54 54 - Enhancing the Script Tag to Work with the JavaScript Manager 7.24 MB DOWNLOAD
55 55 - Summary 2.60 MB DOWNLOAD
56 56 - ASP.NET Core Tag Helpers Course Overview 3.66 MB DOWNLOAD
02 - فایل های تمرینی
57 Exercise Files 10.92 MB DOWNLOAD
شما می توانید مجموعه کامل بخش های این فابل را نیز به صورت مجموعه کامل دریافت نمایید.
اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

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


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

بارگزاری