首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Building Cross-platform Applications with .NET Core
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2017-4-24 11:45
2024-10-28 09:34
205
1.63 GB
169
磁力链接
magnet:?xt=urn:btih:6f18e9fe937178b3acf1f8f8076b34c35f431165
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjZmMThlOWZlOTM3MTc4YjNhY2YxZjhmODA3NmIzNGMzNWY0MzExNjVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Building
Cross-platform
Applications
with
NET
Core
文件列表
01 Course Overview/01 Course Overview.mp4
4.3MB
02 Building Console Apps/01 Overview.mp4
2.03MB
02 Building Console Apps/02 The State of .NET Core.mp4
8.26MB
02 Building Console Apps/03 Choosing Development Tools.mp4
5.24MB
02 Building Console Apps/04 How to Get the Latest SDK Builds.mp4
11.77MB
02 Building Console Apps/05 Creating a Console App with dotnet new.mp4
9.17MB
02 Building Console Apps/06 The New .NET Core MSBuild Project System.mp4
11.71MB
02 Building Console Apps/07 The Goal Is a Clean MSBuild Project File.mp4
9.87MB
02 Building Console Apps/08 Build and Run the Console App on a Mac.mp4
8.66MB
02 Building Console Apps/09 Build and Run on Windows.mp4
4.95MB
02 Building Console Apps/10 Build and Run on Linux via Docker and Custom Docker Images.mp4
19.11MB
02 Building Console Apps/11 You Can Work with Both an IDE and the dotnet CLI.mp4
10.68MB
02 Building Console Apps/12 Creating a Solution File with Visual Studio.mp4
4.07MB
02 Building Console Apps/13 You Can Create Projects with an IDE Too.mp4
3.62MB
02 Building Console Apps/14 Finding an API to Make a Web Request.mp4
10.39MB
02 Building Console Apps/15 Using an API Bundled with .NET Core to Make Web Requests.mp4
7.74MB
02 Building Console Apps/16 Is This NuGet Package Compatible with .NET Core-.mp4
38.11MB
02 Building Console Apps/17 Extracting Links with HtmlAgilityPack.mp4
12.34MB
02 Building Console Apps/18 Adding Packages in the Project File or with the dotnet CLI.mp4
8.77MB
02 Building Console Apps/19 Running the Latest Code on Other Platforms.mp4
2.81MB
03 Publishing to Multiple Platforms/01 Introduction.mp4
1.42MB
03 Publishing to Multiple Platforms/02 Deployment Options.mp4
12.19MB
03 Publishing to Multiple Platforms/03 dotnet publish to Create a Framework Dependent Deployment.mp4
13.17MB
03 Publishing to Multiple Platforms/04 Diff dotnet build vs. dotnet publish Output.mp4
7.67MB
03 Publishing to Multiple Platforms/05 FDD to Windows.mp4
6.6MB
03 Publishing to Multiple Platforms/06 FDD to Linux via Docker.mp4
5.74MB
03 Publishing to Multiple Platforms/07 What if the Target Platform Does not Have the Runtime-.mp4
6.98MB
03 Publishing to Multiple Platforms/08 Specifying RuntimeIdentifiers.mp4
12.37MB
03 Publishing to Multiple Platforms/09 dotnet publish to Create a Self Contained Deployment.mp4
15.23MB
03 Publishing to Multiple Platforms/10 What Happens if you Do Not Specify the RID in the Project.mp4
21.85MB
03 Publishing to Multiple Platforms/11 SCDs Also Contain an Executable.mp4
12.35MB
03 Publishing to Multiple Platforms/12 Pre-reqs Must be Present When Using an SCD.mp4
5.73MB
03 Publishing to Multiple Platforms/13 SCD to Windows.mp4
4.65MB
03 Publishing to Multiple Platforms/14 Pros and Cons of FDD vs. SCD.mp4
8.35MB
03 Publishing to Multiple Platforms/15 FDD Release Build.mp4
8.37MB
03 Publishing to Multiple Platforms/16 Building a Linux Container Image with a Console App.mp4
15.8MB
03 Publishing to Multiple Platforms/17 You Can Distribute Your App Only in a Linux Container Image.mp4
4.57MB
03 Publishing to Multiple Platforms/18 Container Images Have Best of Both FDD and SCD.mp4
8.67MB
03 Publishing to Multiple Platforms/19 Run Linux Container on Windows.mp4
4.28MB
03 Publishing to Multiple Platforms/20 The Container Image Contains Your App Files.mp4
2.01MB
03 Publishing to Multiple Platforms/21 There Is Also a .NET Core SDK Image.mp4
4.72MB
04 Automated Testing Across Platforms/01 Creating a Test Project.mp4
7.64MB
04 Automated Testing Across Platforms/02 Adding a dotnet new Project to a Solution.mp4
2.88MB
04 Automated Testing Across Platforms/03 Where I See an Opportunity to Benefit from Automated Testing.mp4
10.11MB
04 Automated Testing Across Platforms/04 ProjectReferences Are Much More Concise.mp4
17.5MB
04 Automated Testing Across Platforms/05 dotnet add - To Add a Project Reference.mp4
5.14MB
04 Automated Testing Across Platforms/06 Running Tests in Your IDE and Platform of Choice.mp4
10.86MB
04 Automated Testing Across Platforms/07 dotnet test to Execute Tests on Multiple Platforms.mp4
11.2MB
04 Automated Testing Across Platforms/08 How Much Testing Makes Sense per Platform.mp4
9.91MB
05 Working with Files/01 Introduction.mp4
911.24KB
05 Working with Files/02 The System.IO Namespace.mp4
5.15MB
05 Working with Files/03 Getting a Temporary File Name.mp4
5.62MB
05 Working with Files/04 Learning from the Open Source .NET Core Platform Specific Code.mp4
21.21MB
05 Working with Files/05 Temporary Files in Unix Type Environments.mp4
3.48MB
05 Working with Files/06 Writing to a Temporary File.mp4
4.07MB
05 Working with Files/07 Combining Paths with Path.Combine.mp4
15.96MB
05 Working with Files/08 Parsing and Creating Directories.mp4
8.88MB
05 Working with Files/09 Write Report to Current Directory.mp4
6.37MB
05 Working with Files/10 Quiz - Check if the App Runs in Linux Too.mp4
4.54MB
05 Working with Files/11 Checking Link Existence.mp4
14.36MB
05 Working with Files/12 Writing to a File Using a Stream - File.CreateText.mp4
17.24MB
05 Working with Files/13 Reflecting on the Convenience of Cross-platform Testing.mp4
14.59MB
06 Configuring Apps/01 Introduction.mp4
957.65KB
06 Configuring Apps/02 One Configuration API to Rule Them All.mp4
11.42MB
06 Configuring Apps/03 Configuration Is Affiliated with ASP.NET Core.mp4
8.53MB
06 Configuring Apps/04 Configuring the Command Line Configuration Provider.mp4
15.35MB
06 Configuring Apps/05 Loading the Site from a Command Line Argument.mp4
15.45MB
06 Configuring Apps/06 Reading Configuration from Environment Variables.mp4
12.94MB
06 Configuring Apps/07 Configuration Provider Order Matters.mp4
10.1MB
06 Configuring Apps/08 Adding JSON Configuration.mp4
13.36MB
06 Configuring Apps/09 Adding inMemory Configuration.mp4
14.72MB
06 Configuring Apps/10 Adding Configuration Sections.mp4
16.43MB
06 Configuring Apps/11 Configuration Sections and Binding POCOs.mp4
22.6MB
06 Configuring Apps/12 Simplified Configuration Binding via Get.mp4
4.78MB
06 Configuring Apps/13 Refactoring Configuration into a Config Object.mp4
38.21MB
06 Configuring Apps/14 What Else There Is to Know About Configuration.mp4
15.29MB
07 Logging/01 Introduction.mp4
1.6MB
07 Logging/02 What Is Wrong with Console.WriteLine.mp4
3.37MB
07 Logging/03 The Microsoft.Extensions Packages.mp4
12.19MB
07 Logging/04 Adding the Microsoft.Extensions.Logging Packages.mp4
9MB
07 Logging/05 Using a LoggerFactory to Create a Logger to Log Messages.mp4
12.29MB
07 Logging/06 Logging to the Console.mp4
5.41MB
07 Logging/07 Choosing a Log Level.mp4
17.94MB
07 Logging/08 Changing the Minimum Log Level to Write to the Console.mp4
5.16MB
07 Logging/09 Logging to Multiple Destinations.mp4
1.75MB
07 Logging/10 Logging to the Debug Output Window.mp4
8MB
07 Logging/11 Logging to a File with Serilog.mp4
9.9MB
07 Logging/12 Sharing a LoggerFactory Instance.mp4
14.06MB
07 Logging/13 Accessing the Source Code for the Logging Framework.mp4
5.01MB
07 Logging/14 Using Fully Qualified Type Names for the Log Category.mp4
5.86MB
07 Logging/15 Adding Trace Level Log Messages.mp4
14.75MB
07 Logging/16 Different Minimum Levels per Logging Destination.mp4
8.19MB
07 Logging/17 Correlating Logs with Scoping.mp4
23.9MB
07 Logging/18 Identifying Related Logs with Event ID.mp4
7.24MB
07 Logging/19 Serilog Generates Event IDs.mp4
11.44MB
07 Logging/20 Structured Log Message Placeholders Can Be Queryable.mp4
17.95MB
07 Logging/21 Logging Exceptions.mp4
13.6MB
07 Logging/22 Logging Meets Configuration.mp4
25.53MB
07 Logging/23 Setting a Log Level per Category.mp4
9.09MB
07 Logging/24 Summary.mp4
10.26MB
08 Writing to Databases+/01 Introduction.mp4
1.4MB
08 Writing to Databases+/02 How to Access the Code Samples for this Module.mp4
1.88MB
08 Writing to Databases+/03 Referencing the Microsoft.EntityFrameworkCore.SqlServer Package.mp4
8.2MB
08 Writing to Databases+/04 Setting up a DbContext.mp4
6.43MB
08 Writing to Databases+/05 Saving LinkCheckResults to Out Database.mp4
5.66MB
08 Writing to Databases+/06 Starting MSSQL on Linux in a Container.mp4
9.59MB
08 Writing to Databases+/07 Connecting with SSMS.mp4
2MB
08 Writing to Databases+/08 Create a Links Database with SSMS.mp4
2.37MB
08 Writing to Databases+/09 Writing Data on a Mac to MSSQL.mp4
6.67MB
08 Writing to Databases+/10 Isolated DB Servers Are Incredibly Easy Thanks to Containers.mp4
3.8MB
08 Writing to Databases+/11 Troubleshooting MSSQL on Linux in a Container - Accessing Logs.mp4
5.98MB
08 Writing to Databases+/12 Starting MySQL in a Container.mp4
3.89MB
08 Writing to Databases+/13 Creating a Links Table in the MySQL DB.mp4
1.94MB
08 Writing to Databases+/14 Changing the App to Use the Official MySQL Provider.mp4
16.26MB
08 Writing to Databases+/15 Switching to the Pomelo MySql EF Core Provider.mp4
10.01MB
08 Writing to Databases+/16 Running PostgreSQL in a Container.mp4
1.89MB
08 Writing to Databases+/17 Initializing a PostgreSQL Database.mp4
5.12MB
08 Writing to Databases+/18 Changing the App to Use PostgreSQL.mp4
11.28MB
08 Writing to Databases+/19 Hunting Down Namespaces.mp4
6.89MB
08 Writing to Databases+/20 Containers Provide Flexibility for Cross-platform Development.mp4
9.94MB
08 Writing to Databases+/21 There Are Plenty of Third Party ORMs Too.mp4
9.75MB
08 Writing to Databases+/22 Creating a SQLite Database in a File.mp4
6.09MB
08 Writing to Databases+/23 Changing the App to Use SQLite.mp4
10.83MB
08 Writing to Databases+/24 Cross-platform SQL Based Migrations with Flyway.mp4
9.51MB
08 Writing to Databases+/25 Configuring the Connection String.mp4
5.39MB
08 Writing to Databases+/26 You Do Not Need an IRepository.mp4
16.25MB
09 Building and Deploying Services/01 Introduction.mp4
838.36KB
09 Building and Deploying Services/02 Adding Hangfire for Background Jobs.mp4
12.26MB
09 Building and Deploying Services/03 Configuring Hangfire and Running a Background Job Server.mp4
5.73MB
09 Building and Deploying Services/04 Running a Recurring Job with Hangfire.mp4
5.58MB
09 Building and Deploying Services/05 Checking Links Every Minute.mp4
22.22MB
09 Building and Deploying Services/06 Good Time to Turn Down Logging Verbosity.mp4
5.59MB
09 Building and Deploying Services/07 Moving from Console Hosted to a Background Service.mp4
2.63MB
09 Building and Deploying Services/08 Creating a Test Linux VM with Vagrant.mp4
2.86MB
09 Building and Deploying Services/09 Installing the .NET Core Runtime on Ubuntu.mp4
13.2MB
09 Building and Deploying Services/10 Deploying Your App to Your Ubuntu VM.mp4
7.06MB
09 Building and Deploying Services/11 Creating a systemd Service.mp4
12.02MB
09 Building and Deploying Services/12 Opening Your App in Visual Studio Code.mp4
8.71MB
09 Building and Deploying Services/13 Generating a Web Example Project.mp4
11.23MB
09 Building and Deploying Services/14 Adding a Blocking Web Endpoint to Your Service.mp4
24.72MB
09 Building and Deploying Services/15 Successfully Running Your systemd Service.mp4
17.43MB
09 Building and Deploying Services/16 Windows Service Considerations.mp4
20.94MB
10 Adding a Web Status Endpoint/01 The Slippery Slope to a Web Status Endpoint.mp4
1.72MB
10 Adding a Web Status Endpoint/02 Adding a Hangfire Web Dashboard.mp4
14.42MB
10 Adding a Web Status Endpoint/03 This Web Endpoint Can Do Just About Anything You Want.mp4
4.87MB
11 Injecting Dependencies/01 Introduction.mp4
2.11MB
11 Injecting Dependencies/02 Sharing a Single LoggerFactory.mp4
2MB
11 Injecting Dependencies/03 Telling ASP.NET Core to Use Your LoggerFactory.mp4
11.03MB
11 Injecting Dependencies/04 How to Explicitly Access Services like ILoggerFactory.mp4
18.6MB
11 Injecting Dependencies/05 Looking at Registered Services.mp4
18.1MB
11 Injecting Dependencies/06 Resolving Other Services like Logger Of T.mp4
23.01MB
11 Injecting Dependencies/07 Fulfilling Dependencies of Dependencies.mp4
9.4MB
11 Injecting Dependencies/08 The Three Components of Service Registration.mp4
13.98MB
11 Injecting Dependencies/09 Understanding How a Service Is Resolved.mp4
4.09MB
11 Injecting Dependencies/10 Using Method Injection with the Startup Configure Method.mp4
7.71MB
11 Injecting Dependencies/11 Letting ASP.NET Core Create the LoggerFactory.mp4
12.35MB
11 Injecting Dependencies/12 Getting Back to Your Link Checking Job.mp4
5.5MB
11 Injecting Dependencies/13 Resolve.mp4
4.91MB
11 Injecting Dependencies/14 Registering CheckLinkJob as a Service.mp4
29.31MB
11 Injecting Dependencies/15 Debugging Custom Service Registrations.mp4
6.32MB
11 Injecting Dependencies/16 Using Constructor Injection with Your Services.mp4
13.12MB
11 Injecting Dependencies/17 Injecting App Configuration with IOptions of T.mp4
15.31MB
11 Injecting Dependencies/18 Registering App Configuration POCOs with DI.mp4
13.68MB
11 Injecting Dependencies/19 Creating a Separate SiteSettings POCO.mp4
12.84MB
11 Injecting Dependencies/20 Debugging the IConfigureOptions ServiceDescriptors.mp4
8.98MB
11 Injecting Dependencies/21 Cleaning up Configuration.mp4
9.52MB
11 Injecting Dependencies/22 Transitive Dependencies.mp4
15.63MB
11 Injecting Dependencies/23 Exercise - Try Wiring in Entity Framework Core to Use DI.mp4
9.46MB
11 Injecting Dependencies/24 The End.mp4
1.42MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统