本站已收录 番号和无损神作磁力链接/BT种子 

Building Cross-platform Applications with .NET Core

种子简介

种子名称: Building Cross-platform Applications with .NET Core
文件类型: 视频
文件数目: 169个文件
文件大小: 1.63 GB
收录时间: 2017-4-24 11:45
已经下载: 3
资源热度: 180
最近下载: 2024-7-5 17:14

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:6f18e9fe937178b3acf1f8f8076b34c35f431165&dn=Building Cross-platform Applications with .NET Core 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Building Cross-platform Applications with .NET Core.torrent
  • 01 Course Overview/01 Course Overview.mp44.3MB
  • 02 Building Console Apps/01 Overview.mp42.03MB
  • 02 Building Console Apps/02 The State of .NET Core.mp48.26MB
  • 02 Building Console Apps/03 Choosing Development Tools.mp45.24MB
  • 02 Building Console Apps/04 How to Get the Latest SDK Builds.mp411.77MB
  • 02 Building Console Apps/05 Creating a Console App with dotnet new.mp49.17MB
  • 02 Building Console Apps/06 The New .NET Core MSBuild Project System.mp411.71MB
  • 02 Building Console Apps/07 The Goal Is a Clean MSBuild Project File.mp49.87MB
  • 02 Building Console Apps/08 Build and Run the Console App on a Mac.mp48.66MB
  • 02 Building Console Apps/09 Build and Run on Windows.mp44.95MB
  • 02 Building Console Apps/10 Build and Run on Linux via Docker and Custom Docker Images.mp419.11MB
  • 02 Building Console Apps/11 You Can Work with Both an IDE and the dotnet CLI.mp410.68MB
  • 02 Building Console Apps/12 Creating a Solution File with Visual Studio.mp44.07MB
  • 02 Building Console Apps/13 You Can Create Projects with an IDE Too.mp43.62MB
  • 02 Building Console Apps/14 Finding an API to Make a Web Request.mp410.39MB
  • 02 Building Console Apps/15 Using an API Bundled with .NET Core to Make Web Requests.mp47.74MB
  • 02 Building Console Apps/16 Is This NuGet Package Compatible with .NET Core-.mp438.11MB
  • 02 Building Console Apps/17 Extracting Links with HtmlAgilityPack.mp412.34MB
  • 02 Building Console Apps/18 Adding Packages in the Project File or with the dotnet CLI.mp48.77MB
  • 02 Building Console Apps/19 Running the Latest Code on Other Platforms.mp42.81MB
  • 03 Publishing to Multiple Platforms/01 Introduction.mp41.42MB
  • 03 Publishing to Multiple Platforms/02 Deployment Options.mp412.19MB
  • 03 Publishing to Multiple Platforms/03 dotnet publish to Create a Framework Dependent Deployment.mp413.17MB
  • 03 Publishing to Multiple Platforms/04 Diff dotnet build vs. dotnet publish Output.mp47.67MB
  • 03 Publishing to Multiple Platforms/05 FDD to Windows.mp46.6MB
  • 03 Publishing to Multiple Platforms/06 FDD to Linux via Docker.mp45.74MB
  • 03 Publishing to Multiple Platforms/07 What if the Target Platform Does not Have the Runtime-.mp46.98MB
  • 03 Publishing to Multiple Platforms/08 Specifying RuntimeIdentifiers.mp412.37MB
  • 03 Publishing to Multiple Platforms/09 dotnet publish to Create a Self Contained Deployment.mp415.23MB
  • 03 Publishing to Multiple Platforms/10 What Happens if you Do Not Specify the RID in the Project.mp421.85MB
  • 03 Publishing to Multiple Platforms/11 SCDs Also Contain an Executable.mp412.35MB
  • 03 Publishing to Multiple Platforms/12 Pre-reqs Must be Present When Using an SCD.mp45.73MB
  • 03 Publishing to Multiple Platforms/13 SCD to Windows.mp44.65MB
  • 03 Publishing to Multiple Platforms/14 Pros and Cons of FDD vs. SCD.mp48.35MB
  • 03 Publishing to Multiple Platforms/15 FDD Release Build.mp48.37MB
  • 03 Publishing to Multiple Platforms/16 Building a Linux Container Image with a Console App.mp415.8MB
  • 03 Publishing to Multiple Platforms/17 You Can Distribute Your App Only in a Linux Container Image.mp44.57MB
  • 03 Publishing to Multiple Platforms/18 Container Images Have Best of Both FDD and SCD.mp48.67MB
  • 03 Publishing to Multiple Platforms/19 Run Linux Container on Windows.mp44.28MB
  • 03 Publishing to Multiple Platforms/20 The Container Image Contains Your App Files.mp42.01MB
  • 03 Publishing to Multiple Platforms/21 There Is Also a .NET Core SDK Image.mp44.72MB
  • 04 Automated Testing Across Platforms/01 Creating a Test Project.mp47.64MB
  • 04 Automated Testing Across Platforms/02 Adding a dotnet new Project to a Solution.mp42.88MB
  • 04 Automated Testing Across Platforms/03 Where I See an Opportunity to Benefit from Automated Testing.mp410.11MB
  • 04 Automated Testing Across Platforms/04 ProjectReferences Are Much More Concise.mp417.5MB
  • 04 Automated Testing Across Platforms/05 dotnet add - To Add a Project Reference.mp45.14MB
  • 04 Automated Testing Across Platforms/06 Running Tests in Your IDE and Platform of Choice.mp410.86MB
  • 04 Automated Testing Across Platforms/07 dotnet test to Execute Tests on Multiple Platforms.mp411.2MB
  • 04 Automated Testing Across Platforms/08 How Much Testing Makes Sense per Platform.mp49.91MB
  • 05 Working with Files/01 Introduction.mp4911.24KB
  • 05 Working with Files/02 The System.IO Namespace.mp45.15MB
  • 05 Working with Files/03 Getting a Temporary File Name.mp45.62MB
  • 05 Working with Files/04 Learning from the Open Source .NET Core Platform Specific Code.mp421.21MB
  • 05 Working with Files/05 Temporary Files in Unix Type Environments.mp43.48MB
  • 05 Working with Files/06 Writing to a Temporary File.mp44.07MB
  • 05 Working with Files/07 Combining Paths with Path.Combine.mp415.96MB
  • 05 Working with Files/08 Parsing and Creating Directories.mp48.88MB
  • 05 Working with Files/09 Write Report to Current Directory.mp46.37MB
  • 05 Working with Files/10 Quiz - Check if the App Runs in Linux Too.mp44.54MB
  • 05 Working with Files/11 Checking Link Existence.mp414.36MB
  • 05 Working with Files/12 Writing to a File Using a Stream - File.CreateText.mp417.24MB
  • 05 Working with Files/13 Reflecting on the Convenience of Cross-platform Testing.mp414.59MB
  • 06 Configuring Apps/01 Introduction.mp4957.65KB
  • 06 Configuring Apps/02 One Configuration API to Rule Them All.mp411.42MB
  • 06 Configuring Apps/03 Configuration Is Affiliated with ASP.NET Core.mp48.53MB
  • 06 Configuring Apps/04 Configuring the Command Line Configuration Provider.mp415.35MB
  • 06 Configuring Apps/05 Loading the Site from a Command Line Argument.mp415.45MB
  • 06 Configuring Apps/06 Reading Configuration from Environment Variables.mp412.94MB
  • 06 Configuring Apps/07 Configuration Provider Order Matters.mp410.1MB
  • 06 Configuring Apps/08 Adding JSON Configuration.mp413.36MB
  • 06 Configuring Apps/09 Adding inMemory Configuration.mp414.72MB
  • 06 Configuring Apps/10 Adding Configuration Sections.mp416.43MB
  • 06 Configuring Apps/11 Configuration Sections and Binding POCOs.mp422.6MB
  • 06 Configuring Apps/12 Simplified Configuration Binding via Get.mp44.78MB
  • 06 Configuring Apps/13 Refactoring Configuration into a Config Object.mp438.21MB
  • 06 Configuring Apps/14 What Else There Is to Know About Configuration.mp415.29MB
  • 07 Logging/01 Introduction.mp41.6MB
  • 07 Logging/02 What Is Wrong with Console.WriteLine.mp43.37MB
  • 07 Logging/03 The Microsoft.Extensions Packages.mp412.19MB
  • 07 Logging/04 Adding the Microsoft.Extensions.Logging Packages.mp49MB
  • 07 Logging/05 Using a LoggerFactory to Create a Logger to Log Messages.mp412.29MB
  • 07 Logging/06 Logging to the Console.mp45.41MB
  • 07 Logging/07 Choosing a Log Level.mp417.94MB
  • 07 Logging/08 Changing the Minimum Log Level to Write to the Console.mp45.16MB
  • 07 Logging/09 Logging to Multiple Destinations.mp41.75MB
  • 07 Logging/10 Logging to the Debug Output Window.mp48MB
  • 07 Logging/11 Logging to a File with Serilog.mp49.9MB
  • 07 Logging/12 Sharing a LoggerFactory Instance.mp414.06MB
  • 07 Logging/13 Accessing the Source Code for the Logging Framework.mp45.01MB
  • 07 Logging/14 Using Fully Qualified Type Names for the Log Category.mp45.86MB
  • 07 Logging/15 Adding Trace Level Log Messages.mp414.75MB
  • 07 Logging/16 Different Minimum Levels per Logging Destination.mp48.19MB
  • 07 Logging/17 Correlating Logs with Scoping.mp423.9MB
  • 07 Logging/18 Identifying Related Logs with Event ID.mp47.24MB
  • 07 Logging/19 Serilog Generates Event IDs.mp411.44MB
  • 07 Logging/20 Structured Log Message Placeholders Can Be Queryable.mp417.95MB
  • 07 Logging/21 Logging Exceptions.mp413.6MB
  • 07 Logging/22 Logging Meets Configuration.mp425.53MB
  • 07 Logging/23 Setting a Log Level per Category.mp49.09MB
  • 07 Logging/24 Summary.mp410.26MB
  • 08 Writing to Databases+/01 Introduction.mp41.4MB
  • 08 Writing to Databases+/02 How to Access the Code Samples for this Module.mp41.88MB
  • 08 Writing to Databases+/03 Referencing the Microsoft.EntityFrameworkCore.SqlServer Package.mp48.2MB
  • 08 Writing to Databases+/04 Setting up a DbContext.mp46.43MB
  • 08 Writing to Databases+/05 Saving LinkCheckResults to Out Database.mp45.66MB
  • 08 Writing to Databases+/06 Starting MSSQL on Linux in a Container.mp49.59MB
  • 08 Writing to Databases+/07 Connecting with SSMS.mp42MB
  • 08 Writing to Databases+/08 Create a Links Database with SSMS.mp42.37MB
  • 08 Writing to Databases+/09 Writing Data on a Mac to MSSQL.mp46.67MB
  • 08 Writing to Databases+/10 Isolated DB Servers Are Incredibly Easy Thanks to Containers.mp43.8MB
  • 08 Writing to Databases+/11 Troubleshooting MSSQL on Linux in a Container - Accessing Logs.mp45.98MB
  • 08 Writing to Databases+/12 Starting MySQL in a Container.mp43.89MB
  • 08 Writing to Databases+/13 Creating a Links Table in the MySQL DB.mp41.94MB
  • 08 Writing to Databases+/14 Changing the App to Use the Official MySQL Provider.mp416.26MB
  • 08 Writing to Databases+/15 Switching to the Pomelo MySql EF Core Provider.mp410.01MB
  • 08 Writing to Databases+/16 Running PostgreSQL in a Container.mp41.89MB
  • 08 Writing to Databases+/17 Initializing a PostgreSQL Database.mp45.12MB
  • 08 Writing to Databases+/18 Changing the App to Use PostgreSQL.mp411.28MB
  • 08 Writing to Databases+/19 Hunting Down Namespaces.mp46.89MB
  • 08 Writing to Databases+/20 Containers Provide Flexibility for Cross-platform Development.mp49.94MB
  • 08 Writing to Databases+/21 There Are Plenty of Third Party ORMs Too.mp49.75MB
  • 08 Writing to Databases+/22 Creating a SQLite Database in a File.mp46.09MB
  • 08 Writing to Databases+/23 Changing the App to Use SQLite.mp410.83MB
  • 08 Writing to Databases+/24 Cross-platform SQL Based Migrations with Flyway.mp49.51MB
  • 08 Writing to Databases+/25 Configuring the Connection String.mp45.39MB
  • 08 Writing to Databases+/26 You Do Not Need an IRepository.mp416.25MB
  • 09 Building and Deploying Services/01 Introduction.mp4838.36KB
  • 09 Building and Deploying Services/02 Adding Hangfire for Background Jobs.mp412.26MB
  • 09 Building and Deploying Services/03 Configuring Hangfire and Running a Background Job Server.mp45.73MB
  • 09 Building and Deploying Services/04 Running a Recurring Job with Hangfire.mp45.58MB
  • 09 Building and Deploying Services/05 Checking Links Every Minute.mp422.22MB
  • 09 Building and Deploying Services/06 Good Time to Turn Down Logging Verbosity.mp45.59MB
  • 09 Building and Deploying Services/07 Moving from Console Hosted to a Background Service.mp42.63MB
  • 09 Building and Deploying Services/08 Creating a Test Linux VM with Vagrant.mp42.86MB
  • 09 Building and Deploying Services/09 Installing the .NET Core Runtime on Ubuntu.mp413.2MB
  • 09 Building and Deploying Services/10 Deploying Your App to Your Ubuntu VM.mp47.06MB
  • 09 Building and Deploying Services/11 Creating a systemd Service.mp412.02MB
  • 09 Building and Deploying Services/12 Opening Your App in Visual Studio Code.mp48.71MB
  • 09 Building and Deploying Services/13 Generating a Web Example Project.mp411.23MB
  • 09 Building and Deploying Services/14 Adding a Blocking Web Endpoint to Your Service.mp424.72MB
  • 09 Building and Deploying Services/15 Successfully Running Your systemd Service.mp417.43MB
  • 09 Building and Deploying Services/16 Windows Service Considerations.mp420.94MB
  • 10 Adding a Web Status Endpoint/01 The Slippery Slope to a Web Status Endpoint.mp41.72MB
  • 10 Adding a Web Status Endpoint/02 Adding a Hangfire Web Dashboard.mp414.42MB
  • 10 Adding a Web Status Endpoint/03 This Web Endpoint Can Do Just About Anything You Want.mp44.87MB
  • 11 Injecting Dependencies/01 Introduction.mp42.11MB
  • 11 Injecting Dependencies/02 Sharing a Single LoggerFactory.mp42MB
  • 11 Injecting Dependencies/03 Telling ASP.NET Core to Use Your LoggerFactory.mp411.03MB
  • 11 Injecting Dependencies/04 How to Explicitly Access Services like ILoggerFactory.mp418.6MB
  • 11 Injecting Dependencies/05 Looking at Registered Services.mp418.1MB
  • 11 Injecting Dependencies/06 Resolving Other Services like Logger Of T.mp423.01MB
  • 11 Injecting Dependencies/07 Fulfilling Dependencies of Dependencies.mp49.4MB
  • 11 Injecting Dependencies/08 The Three Components of Service Registration.mp413.98MB
  • 11 Injecting Dependencies/09 Understanding How a Service Is Resolved.mp44.09MB
  • 11 Injecting Dependencies/10 Using Method Injection with the Startup Configure Method.mp47.71MB
  • 11 Injecting Dependencies/11 Letting ASP.NET Core Create the LoggerFactory.mp412.35MB
  • 11 Injecting Dependencies/12 Getting Back to Your Link Checking Job.mp45.5MB
  • 11 Injecting Dependencies/13 Resolve.mp44.91MB
  • 11 Injecting Dependencies/14 Registering CheckLinkJob as a Service.mp429.31MB
  • 11 Injecting Dependencies/15 Debugging Custom Service Registrations.mp46.32MB
  • 11 Injecting Dependencies/16 Using Constructor Injection with Your Services.mp413.12MB
  • 11 Injecting Dependencies/17 Injecting App Configuration with IOptions of T.mp415.31MB
  • 11 Injecting Dependencies/18 Registering App Configuration POCOs with DI.mp413.68MB
  • 11 Injecting Dependencies/19 Creating a Separate SiteSettings POCO.mp412.84MB
  • 11 Injecting Dependencies/20 Debugging the IConfigureOptions ServiceDescriptors.mp48.98MB
  • 11 Injecting Dependencies/21 Cleaning up Configuration.mp49.52MB
  • 11 Injecting Dependencies/22 Transitive Dependencies.mp415.63MB
  • 11 Injecting Dependencies/23 Exercise - Try Wiring in Entity Framework Core to Use DI.mp49.46MB
  • 11 Injecting Dependencies/24 The End.mp41.42MB