589689.xyz

Building Cross-platform Applications with .NET Core

  • 收录时间:2018-03-11 23:36:41
  • 文件大小:2GB
  • 下载次数:210
  • 最近下载:2020-12-15 18:03:33
  • 磁力链接:

文件列表

  1. 06 Configuring Apps/13 Refactoring Configuration into a Config Object.mp4 38MB
  2. 02 Building Console Apps/16 Is This NuGet Package Compatible with .NET Core-.mp4 38MB
  3. 11 Injecting Dependencies/14 Registering CheckLinkJob as a Service.mp4 29MB
  4. 07 Logging/22 Logging Meets Configuration.mp4 26MB
  5. 09 Building and Deploying Services/14 Adding a Blocking Web Endpoint to Your Service.mp4 25MB
  6. 07 Logging/17 Correlating Logs with Scoping.mp4 24MB
  7. 11 Injecting Dependencies/06 Resolving Other Services like Logger Of T.mp4 23MB
  8. 06 Configuring Apps/11 Configuration Sections and Binding POCOs.mp4 23MB
  9. 09 Building and Deploying Services/05 Checking Links Every Minute.mp4 22MB
  10. 03 Publishing to Multiple Platforms/10 What Happens if you Do Not Specify the RID in the Project.mp4 22MB
  11. 05 Working with Files/04 Learning from the Open Source .NET Core Platform Specific Code.mp4 21MB
  12. 09 Building and Deploying Services/16 Windows Service Considerations.mp4 21MB
  13. 02 Building Console Apps/10 Build and Run on Linux via Docker and Custom Docker Images.mp4 19MB
  14. 11 Injecting Dependencies/04 How to Explicitly Access Services like ILoggerFactory.mp4 19MB
  15. 11 Injecting Dependencies/05 Looking at Registered Services.mp4 18MB
  16. 07 Logging/20 Structured Log Message Placeholders Can Be Queryable.mp4 18MB
  17. 07 Logging/07 Choosing a Log Level.mp4 18MB
  18. 04 Automated Testing Across Platforms/04 ProjectReferences Are Much More Concise.mp4 18MB
  19. 09 Building and Deploying Services/15 Successfully Running Your systemd Service.mp4 17MB
  20. 05 Working with Files/12 Writing to a File Using a Stream - File.CreateText.mp4 17MB
  21. 06 Configuring Apps/10 Adding Configuration Sections.mp4 16MB
  22. 08 Writing to Databases+/14 Changing the App to Use the Official MySQL Provider.mp4 16MB
  23. 08 Writing to Databases+/26 You Do Not Need an IRepository.mp4 16MB
  24. 05 Working with Files/07 Combining Paths with Path.Combine.mp4 16MB
  25. 03 Publishing to Multiple Platforms/16 Building a Linux Container Image with a Console App.mp4 16MB
  26. 11 Injecting Dependencies/22 Transitive Dependencies.mp4 16MB
  27. 06 Configuring Apps/05 Loading the Site from a Command Line Argument.mp4 15MB
  28. 06 Configuring Apps/04 Configuring the Command Line Configuration Provider.mp4 15MB
  29. 11 Injecting Dependencies/17 Injecting App Configuration with IOptions of T.mp4 15MB
  30. 06 Configuring Apps/14 What Else There Is to Know About Configuration.mp4 15MB
  31. 03 Publishing to Multiple Platforms/09 dotnet publish to Create a Self Contained Deployment.mp4 15MB
  32. 07 Logging/15 Adding Trace Level Log Messages.mp4 15MB
  33. 06 Configuring Apps/09 Adding inMemory Configuration.mp4 15MB
  34. 05 Working with Files/13 Reflecting on the Convenience of Cross-platform Testing.mp4 15MB
  35. 10 Adding a Web Status Endpoint/02 Adding a Hangfire Web Dashboard.mp4 14MB
  36. 05 Working with Files/11 Checking Link Existence.mp4 14MB
  37. 07 Logging/12 Sharing a LoggerFactory Instance.mp4 14MB
  38. 11 Injecting Dependencies/08 The Three Components of Service Registration.mp4 14MB
  39. 11 Injecting Dependencies/18 Registering App Configuration POCOs with DI.mp4 14MB
  40. 07 Logging/21 Logging Exceptions.mp4 14MB
  41. 06 Configuring Apps/08 Adding JSON Configuration.mp4 13MB
  42. 09 Building and Deploying Services/09 Installing the .NET Core Runtime on Ubuntu.mp4 13MB
  43. 03 Publishing to Multiple Platforms/03 dotnet publish to Create a Framework Dependent Deployment.mp4 13MB
  44. 11 Injecting Dependencies/16 Using Constructor Injection with Your Services.mp4 13MB
  45. 06 Configuring Apps/06 Reading Configuration from Environment Variables.mp4 13MB
  46. 11 Injecting Dependencies/19 Creating a Separate SiteSettings POCO.mp4 13MB
  47. 03 Publishing to Multiple Platforms/08 Specifying RuntimeIdentifiers.mp4 12MB
  48. 11 Injecting Dependencies/11 Letting ASP.NET Core Create the LoggerFactory.mp4 12MB
  49. 03 Publishing to Multiple Platforms/11 SCDs Also Contain an Executable.mp4 12MB
  50. 02 Building Console Apps/17 Extracting Links with HtmlAgilityPack.mp4 12MB
  51. 07 Logging/05 Using a LoggerFactory to Create a Logger to Log Messages.mp4 12MB
  52. 09 Building and Deploying Services/02 Adding Hangfire for Background Jobs.mp4 12MB
  53. 03 Publishing to Multiple Platforms/02 Deployment Options.mp4 12MB
  54. 07 Logging/03 The Microsoft.Extensions Packages.mp4 12MB
  55. 09 Building and Deploying Services/11 Creating a systemd Service.mp4 12MB
  56. 02 Building Console Apps/04 How to Get the Latest SDK Builds.mp4 12MB
  57. 02 Building Console Apps/06 The New .NET Core MSBuild Project System.mp4 12MB
  58. 07 Logging/19 Serilog Generates Event IDs.mp4 11MB
  59. 06 Configuring Apps/02 One Configuration API to Rule Them All.mp4 11MB
  60. 08 Writing to Databases+/18 Changing the App to Use PostgreSQL.mp4 11MB
  61. 09 Building and Deploying Services/13 Generating a Web Example Project.mp4 11MB
  62. 04 Automated Testing Across Platforms/07 dotnet test to Execute Tests on Multiple Platforms.mp4 11MB
  63. 11 Injecting Dependencies/03 Telling ASP.NET Core to Use Your LoggerFactory.mp4 11MB
  64. 04 Automated Testing Across Platforms/06 Running Tests in Your IDE and Platform of Choice.mp4 11MB
  65. 08 Writing to Databases+/23 Changing the App to Use SQLite.mp4 11MB
  66. 02 Building Console Apps/11 You Can Work with Both an IDE and the dotnet CLI.mp4 11MB
  67. 02 Building Console Apps/14 Finding an API to Make a Web Request.mp4 10MB
  68. 07 Logging/24 Summary.mp4 10MB
  69. 04 Automated Testing Across Platforms/03 Where I See an Opportunity to Benefit from Automated Testing.mp4 10MB
  70. 06 Configuring Apps/07 Configuration Provider Order Matters.mp4 10MB
  71. 08 Writing to Databases+/15 Switching to the Pomelo MySql EF Core Provider.mp4 10MB
  72. 08 Writing to Databases+/20 Containers Provide Flexibility for Cross-platform Development.mp4 10MB
  73. 04 Automated Testing Across Platforms/08 How Much Testing Makes Sense per Platform.mp4 10MB
  74. 07 Logging/11 Logging to a File with Serilog.mp4 10MB
  75. 02 Building Console Apps/07 The Goal Is a Clean MSBuild Project File.mp4 10MB
  76. 08 Writing to Databases+/21 There Are Plenty of Third Party ORMs Too.mp4 10MB
  77. 08 Writing to Databases+/06 Starting MSSQL on Linux in a Container.mp4 10MB
  78. 11 Injecting Dependencies/21 Cleaning up Configuration.mp4 10MB
  79. 08 Writing to Databases+/24 Cross-platform SQL Based Migrations with Flyway.mp4 10MB
  80. 11 Injecting Dependencies/23 Exercise - Try Wiring in Entity Framework Core to Use DI.mp4 9MB
  81. 11 Injecting Dependencies/07 Fulfilling Dependencies of Dependencies.mp4 9MB
  82. 02 Building Console Apps/05 Creating a Console App with dotnet new.mp4 9MB
  83. 07 Logging/23 Setting a Log Level per Category.mp4 9MB
  84. 07 Logging/04 Adding the Microsoft.Extensions.Logging Packages.mp4 9MB
  85. 11 Injecting Dependencies/20 Debugging the IConfigureOptions ServiceDescriptors.mp4 9MB
  86. 05 Working with Files/08 Parsing and Creating Directories.mp4 9MB
  87. 02 Building Console Apps/18 Adding Packages in the Project File or with the dotnet CLI.mp4 9MB
  88. 09 Building and Deploying Services/12 Opening Your App in Visual Studio Code.mp4 9MB
  89. 03 Publishing to Multiple Platforms/18 Container Images Have Best of Both FDD and SCD.mp4 9MB
  90. 02 Building Console Apps/08 Build and Run the Console App on a Mac.mp4 9MB
  91. 06 Configuring Apps/03 Configuration Is Affiliated with ASP.NET Core.mp4 9MB
  92. 03 Publishing to Multiple Platforms/15 FDD Release Build.mp4 8MB
  93. 03 Publishing to Multiple Platforms/14 Pros and Cons of FDD vs. SCD.mp4 8MB
  94. 02 Building Console Apps/02 The State of .NET Core.mp4 8MB
  95. 08 Writing to Databases+/03 Referencing the Microsoft.EntityFrameworkCore.SqlServer Package.mp4 8MB
  96. 07 Logging/16 Different Minimum Levels per Logging Destination.mp4 8MB
  97. 07 Logging/10 Logging to the Debug Output Window.mp4 8MB
  98. 02 Building Console Apps/15 Using an API Bundled with .NET Core to Make Web Requests.mp4 8MB
  99. 11 Injecting Dependencies/10 Using Method Injection with the Startup Configure Method.mp4 8MB
  100. 03 Publishing to Multiple Platforms/04 Diff dotnet build vs. dotnet publish Output.mp4 8MB
  101. 04 Automated Testing Across Platforms/01 Creating a Test Project.mp4 8MB
  102. 07 Logging/18 Identifying Related Logs with Event ID.mp4 7MB
  103. 09 Building and Deploying Services/10 Deploying Your App to Your Ubuntu VM.mp4 7MB
  104. 03 Publishing to Multiple Platforms/07 What if the Target Platform Does not Have the Runtime-.mp4 7MB
  105. 08 Writing to Databases+/19 Hunting Down Namespaces.mp4 7MB
  106. 08 Writing to Databases+/09 Writing Data on a Mac to MSSQL.mp4 7MB
  107. 03 Publishing to Multiple Platforms/05 FDD to Windows.mp4 7MB
  108. 08 Writing to Databases+/04 Setting up a DbContext.mp4 6MB
  109. 05 Working with Files/09 Write Report to Current Directory.mp4 6MB
  110. 11 Injecting Dependencies/15 Debugging Custom Service Registrations.mp4 6MB
  111. 08 Writing to Databases+/22 Creating a SQLite Database in a File.mp4 6MB
  112. 08 Writing to Databases+/11 Troubleshooting MSSQL on Linux in a Container - Accessing Logs.mp4 6MB
  113. 07 Logging/14 Using Fully Qualified Type Names for the Log Category.mp4 6MB
  114. 03 Publishing to Multiple Platforms/06 FDD to Linux via Docker.mp4 6MB
  115. 03 Publishing to Multiple Platforms/12 Pre-reqs Must be Present When Using an SCD.mp4 6MB
  116. 09 Building and Deploying Services/03 Configuring Hangfire and Running a Background Job Server.mp4 6MB
  117. 08 Writing to Databases+/05 Saving LinkCheckResults to Out Database.mp4 6MB
  118. 05 Working with Files/03 Getting a Temporary File Name.mp4 6MB
  119. 09 Building and Deploying Services/06 Good Time to Turn Down Logging Verbosity.mp4 6MB
  120. 09 Building and Deploying Services/04 Running a Recurring Job with Hangfire.mp4 6MB
  121. 11 Injecting Dependencies/12 Getting Back to Your Link Checking Job.mp4 5MB
  122. 07 Logging/06 Logging to the Console.mp4 5MB
  123. 08 Writing to Databases+/25 Configuring the Connection String.mp4 5MB
  124. 02 Building Console Apps/03 Choosing Development Tools.mp4 5MB
  125. 07 Logging/08 Changing the Minimum Log Level to Write to the Console.mp4 5MB
  126. 05 Working with Files/02 The System.IO Namespace.mp4 5MB
  127. 04 Automated Testing Across Platforms/05 dotnet add - To Add a Project Reference.mp4 5MB
  128. 08 Writing to Databases+/17 Initializing a PostgreSQL Database.mp4 5MB
  129. 07 Logging/13 Accessing the Source Code for the Logging Framework.mp4 5MB
  130. 02 Building Console Apps/09 Build and Run on Windows.mp4 5MB
  131. 11 Injecting Dependencies/13 Resolve.mp4 5MB
  132. 10 Adding a Web Status Endpoint/03 This Web Endpoint Can Do Just About Anything You Want.mp4 5MB
  133. 06 Configuring Apps/12 Simplified Configuration Binding via Get.mp4 5MB
  134. 03 Publishing to Multiple Platforms/21 There Is Also a .NET Core SDK Image.mp4 5MB
  135. 03 Publishing to Multiple Platforms/13 SCD to Windows.mp4 5MB
  136. 03 Publishing to Multiple Platforms/17 You Can Distribute Your App Only in a Linux Container Image.mp4 5MB
  137. 05 Working with Files/10 Quiz - Check if the App Runs in Linux Too.mp4 5MB
  138. 01 Course Overview/01 Course Overview.mp4 4MB
  139. 03 Publishing to Multiple Platforms/19 Run Linux Container on Windows.mp4 4MB
  140. 11 Injecting Dependencies/09 Understanding How a Service Is Resolved.mp4 4MB
  141. 02 Building Console Apps/12 Creating a Solution File with Visual Studio.mp4 4MB
  142. 05 Working with Files/06 Writing to a Temporary File.mp4 4MB
  143. 08 Writing to Databases+/12 Starting MySQL in a Container.mp4 4MB
  144. 08 Writing to Databases+/10 Isolated DB Servers Are Incredibly Easy Thanks to Containers.mp4 4MB
  145. 02 Building Console Apps/13 You Can Create Projects with an IDE Too.mp4 4MB
  146. 05 Working with Files/05 Temporary Files in Unix Type Environments.mp4 3MB
  147. 07 Logging/02 What Is Wrong with Console.WriteLine.mp4 3MB
  148. 04 Automated Testing Across Platforms/02 Adding a dotnet new Project to a Solution.mp4 3MB
  149. 09 Building and Deploying Services/08 Creating a Test Linux VM with Vagrant.mp4 3MB
  150. 02 Building Console Apps/19 Running the Latest Code on Other Platforms.mp4 3MB
  151. 09 Building and Deploying Services/07 Moving from Console Hosted to a Background Service.mp4 3MB
  152. 08 Writing to Databases+/08 Create a Links Database with SSMS.mp4 2MB
  153. 11 Injecting Dependencies/01 Introduction.mp4 2MB
  154. 02 Building Console Apps/01 Overview.mp4 2MB
  155. 03 Publishing to Multiple Platforms/20 The Container Image Contains Your App Files.mp4 2MB
  156. 08 Writing to Databases+/07 Connecting with SSMS.mp4 2MB
  157. 11 Injecting Dependencies/02 Sharing a Single LoggerFactory.mp4 2MB
  158. 08 Writing to Databases+/13 Creating a Links Table in the MySQL DB.mp4 2MB
  159. 08 Writing to Databases+/16 Running PostgreSQL in a Container.mp4 2MB
  160. 08 Writing to Databases+/02 How to Access the Code Samples for this Module.mp4 2MB
  161. 07 Logging/09 Logging to Multiple Destinations.mp4 2MB
  162. 10 Adding a Web Status Endpoint/01 The Slippery Slope to a Web Status Endpoint.mp4 2MB
  163. 07 Logging/01 Introduction.mp4 2MB
  164. 11 Injecting Dependencies/24 The End.mp4 1MB
  165. 03 Publishing to Multiple Platforms/01 Introduction.mp4 1MB
  166. 08 Writing to Databases+/01 Introduction.mp4 1MB
  167. 06 Configuring Apps/01 Introduction.mp4 958KB
  168. dotnet-core-building-cross-platform-applications.zip 921KB
  169. 05 Working with Files/01 Introduction.mp4 911KB
  170. 09 Building and Deploying Services/01 Introduction.mp4 838KB
  171. Description.txt 1KB
  172. Course.txt 0B