zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Pluralsight ASP.NET Core 2.0 Razor Playbook
magnet:?xt=urn:btih:36edaabbea8ea5c39510e82213a2ed6072b1f25c&dn=Pluralsight ASP.NET Core 2.0 Razor Playbook
磁力链接详情
Hash值:
36edaabbea8ea5c39510e82213a2ed6072b1f25c
点击数:
173
文件大小:
350.13 MB
文件数量:
62
创建日期:
2018-9-16 16:11
最后访问:
2024-11-5 05:29
访问标签:
Pluralsight
ASP
NET
Core
2
0
Razor
Playbook
文件列表详情
02.Determining the Right Tool for the Problem/0201.Razor Pages, and Where They Came From.mp4 4.27 MB
02.Determining the Right Tool for the Problem/0202.Demo A Simple RazorPage Migration.mp4 21.6 MB
02.Determining the Right Tool for the Problem/0203.Dependency Injection with Razor Pages.mp4 2.79 MB
02.Determining the Right Tool for the Problem/0204.Demo Creating a Create Page with Scaffolding.mp4 24.66 MB
02.Determining the Right Tool for the Problem/0205.Routing and Passing Parameters to Pages.mp4 1.46 MB
02.Determining the Right Tool for the Problem/0206.Demo Routing and Passing Parameters to Pages.mp4 4.34 MB
02.Determining the Right Tool for the Problem/0207.AJAX Requests to Razor Pages.mp4 5.15 MB
02.Determining the Right Tool for the Problem/0208.Embracing MVVM.mp4 2.47 MB
02.Determining the Right Tool for the Problem/0209.Summary.mp4 899.26 KB
03.Mastering Context-switching and Loops/0301.Context-switching.mp4 3.55 MB
03.Mastering Context-switching and Loops/0302.Demo Context-switching with a Ternary Operator.mp4 9.85 MB
03.Mastering Context-switching and Loops/0303.Context-switching - Our Running Tally.mp4 3.72 MB
03.Mastering Context-switching and Loops/0304.Working with Text and Code Content.mp4 5.32 MB
03.Mastering Context-switching and Loops/0305.Context-switching - Our Running Tally (Continued).mp4 1.3 MB
03.Mastering Context-switching and Loops/0306.Templated Loop Functions.mp4 2 MB
03.Mastering Context-switching and Loops/0307.Demo Reproducing DebugTable.mp4 18.58 MB
03.Mastering Context-switching and Loops/0308.Summary.mp4 729.91 KB
04.Testing Your Presentation Layer/0401.Unit Testing MVC Razor.mp4 4.31 MB
04.Testing Your Presentation Layer/0402.Demo Selenium Testing a Razor View.mp4 7.67 MB
04.Testing Your Presentation Layer/0403.The Contains Anti-pattern.mp4 4.43 MB
04.Testing Your Presentation Layer/0404.Demo Approval Tests.mp4 10.67 MB
04.Testing Your Presentation Layer/0405.RazorGenerator and Other Alternatives.mp4 3.31 MB
04.Testing Your Presentation Layer/0406.The ASP.Net Core TestHost.mp4 682.91 KB
04.Testing Your Presentation Layer/0407.Demo Using the TestHost.mp4 13.28 MB
04.Testing Your Presentation Layer/0408.Selenium vs. TestHost.mp4 1.41 MB
04.Testing Your Presentation Layer/0409.Summary.mp4 1.35 MB
05.Managing Code Reuse with Partial Views and Helpers/0501.Partial Views.mp4 3.4 MB
05.Managing Code Reuse with Partial Views and Helpers/0502.Demo Partial Views.mp4 7.32 MB
05.Managing Code Reuse with Partial Views and Helpers/0503.ViewComponents.mp4 2.22 MB
05.Managing Code Reuse with Partial Views and Helpers/0504.Demo ViewComponents in Action.mp4 10.24 MB
05.Managing Code Reuse with Partial Views and Helpers/0505.DisplayEditor Templates.mp4 2.78 MB
05.Managing Code Reuse with Partial Views and Helpers/0506.Demo DisplayTemplates.mp4 4.96 MB
05.Managing Code Reuse with Partial Views and Helpers/0507.HtmlHelpers.mp4 460.89 KB
05.Managing Code Reuse with Partial Views and Helpers/0508.Demo An HTML Helper Extension Method.mp4 8.38 MB
05.Managing Code Reuse with Partial Views and Helpers/0509.TagHelpers.mp4 2.38 MB
05.Managing Code Reuse with Partial Views and Helpers/0510.Demo Custom TagHelpers.mp4 17.59 MB
05.Managing Code Reuse with Partial Views and Helpers/0511.Summary.mp4 1.84 MB
06.Untangling JavaScript Code from Template Logic/0601.Why Javascript Structure Matters.mp4 7.06 MB
06.Untangling JavaScript Code from Template Logic/0602.Separating Your Markup from JavaScript.mp4 1.34 MB
06.Untangling JavaScript Code from Template Logic/0603.Demo Separating Your Markup from JavaScript.mp4 8.06 MB
06.Untangling JavaScript Code from Template Logic/0604.Transform and Inject Model Dependencies.mp4 788.52 KB
06.Untangling JavaScript Code from Template Logic/0605.Demo Transform and Inject Model Dependencies.mp4 7.28 MB
06.Untangling JavaScript Code from Template Logic/0606.Refactor Injection to Markup.mp4 1.04 MB
06.Untangling JavaScript Code from Template Logic/0607.Demo Refactor Injection to Markup.mp4 8.56 MB
06.Untangling JavaScript Code from Template Logic/0608.Demo Move Scripts to be External Resources.mp4 9.53 MB
06.Untangling JavaScript Code from Template Logic/0609.Summary.mp4 2.13 MB
07.Tackling the Challenges of Maintaining State/0701.What is State.mp4 3.16 MB
07.Tackling the Challenges of Maintaining State/0702.ViewData and ViewBag.mp4 2.94 MB
07.Tackling the Challenges of Maintaining State/0703.DEMO - ViewData and ViewBag.mp4 7.89 MB
07.Tackling the Challenges of Maintaining State/0704.TempData.mp4 2.6 MB
07.Tackling the Challenges of Maintaining State/0705.DEMO - TempData.mp4 9.09 MB
07.Tackling the Challenges of Maintaining State/0706.Session State.mp4 1.85 MB
07.Tackling the Challenges of Maintaining State/0707.DEMO - Session State.mp4 8.15 MB
07.Tackling the Challenges of Maintaining State/0708.Summary.mp4 1.58 MB
08.Implementing and Testing Validation Logic/0801.An Overview of Validation.mp4 5.78 MB
08.Implementing and Testing Validation Logic/0802.Demo Simple Validation in a Unit Test.mp4 13.51 MB
08.Implementing and Testing Validation Logic/0803.Presenting this Logic in Your Razor.mp4 2.88 MB
08.Implementing and Testing Validation Logic/0804.Demo Presenting this Logic in Your Razor.mp4 7.69 MB
08.Implementing and Testing Validation Logic/0805.Implementing a Custom Validator.mp4 1.62 MB
08.Implementing and Testing Validation Logic/0806.Demo Custom Validators in Action.mp4 8.2 MB
08.Implementing and Testing Validation Logic/0807.Summary.mp4 1.59 MB
01.Course Overview/0101.Course Overview.mp4 4.55 MB
其他位置