FileMood

Download Building Cross-platform Applications with .NET Core

Building Cross platform Applications with NET Core

Name

Building Cross-platform Applications with .NET Core

 DOWNLOAD Copy Link

Total Size

1.8 GB

Total Files

172

Hash

6F18E9FE937178B3ACF1F8F8076B34C35F431165

/01 Course Overview/

01 Course Overview.mp4

4.5 MB

/02 Building Console Apps/

01 Overview.mp4

2.1 MB

02 The State of .NET Core.mp4

8.7 MB

03 Choosing Development Tools.mp4

5.5 MB

04 How to Get the Latest SDK Builds.mp4

12.3 MB

05 Creating a Console App with dotnet new.mp4

9.6 MB

06 The New .NET Core MSBuild Project System.mp4

12.3 MB

07 The Goal Is a Clean MSBuild Project File.mp4

10.4 MB

08 Build and Run the Console App on a Mac.mp4

9.1 MB

09 Build and Run on Windows.mp4

5.2 MB

10 Build and Run on Linux via Docker and Custom Docker Images.mp4

20.0 MB

11 You Can Work with Both an IDE and the dotnet CLI.mp4

11.2 MB

12 Creating a Solution File with Visual Studio.mp4

4.3 MB

13 You Can Create Projects with an IDE Too.mp4

3.8 MB

14 Finding an API to Make a Web Request.mp4

10.9 MB

15 Using an API Bundled with .NET Core to Make Web Requests.mp4

8.1 MB

16 Is This NuGet Package Compatible with .NET Core-.mp4

40.0 MB

17 Extracting Links with HtmlAgilityPack.mp4

12.9 MB

18 Adding Packages in the Project File or with the dotnet CLI.mp4

9.2 MB

19 Running the Latest Code on Other Platforms.mp4

2.9 MB

/03 Publishing to Multiple Platforms/

01 Introduction.mp4

1.5 MB

02 Deployment Options.mp4

12.8 MB

03 dotnet publish to Create a Framework Dependent Deployment.mp4

13.8 MB

04 Diff dotnet build vs. dotnet publish Output.mp4

8.0 MB

05 FDD to Windows.mp4

6.9 MB

06 FDD to Linux via Docker.mp4

6.0 MB

07 What if the Target Platform Does not Have the Runtime-.mp4

7.3 MB

08 Specifying RuntimeIdentifiers.mp4

13.0 MB

09 dotnet publish to Create a Self Contained Deployment.mp4

16.0 MB

10 What Happens if you Do Not Specify the RID in the Project.mp4

22.9 MB

11 SCDs Also Contain an Executable.mp4

12.9 MB

12 Pre-reqs Must be Present When Using an SCD.mp4

6.0 MB

13 SCD to Windows.mp4

4.9 MB

14 Pros and Cons of FDD vs. SCD.mp4

8.8 MB

15 FDD Release Build.mp4

8.8 MB

16 Building a Linux Container Image with a Console App.mp4

16.6 MB

17 You Can Distribute Your App Only in a Linux Container Image.mp4

4.8 MB

18 Container Images Have Best of Both FDD and SCD.mp4

9.1 MB

19 Run Linux Container on Windows.mp4

4.5 MB

20 The Container Image Contains Your App Files.mp4

2.1 MB

21 There Is Also a .NET Core SDK Image.mp4

4.9 MB

/04 Automated Testing Across Platforms/

01 Creating a Test Project.mp4

8.0 MB

02 Adding a dotnet new Project to a Solution.mp4

3.0 MB

03 Where I See an Opportunity to Benefit from Automated Testing.mp4

10.6 MB

04 ProjectReferences Are Much More Concise.mp4

18.4 MB

05 dotnet add - To Add a Project Reference.mp4

5.4 MB

06 Running Tests in Your IDE and Platform of Choice.mp4

11.4 MB

07 dotnet test to Execute Tests on Multiple Platforms.mp4

11.7 MB

08 How Much Testing Makes Sense per Platform.mp4

10.4 MB

/05 Working with Files/

01 Introduction.mp4

933.1 KB

02 The System.IO Namespace.mp4

5.4 MB

03 Getting a Temporary File Name.mp4

5.9 MB

04 Learning from the Open Source .NET Core Platform Specific Code.mp4

22.2 MB

05 Temporary Files in Unix Type Environments.mp4

3.7 MB

06 Writing to a Temporary File.mp4

4.3 MB

07 Combining Paths with Path.Combine.mp4

16.7 MB

08 Parsing and Creating Directories.mp4

9.3 MB

09 Write Report to Current Directory.mp4

6.7 MB

10 Quiz - Check if the App Runs in Linux Too.mp4

4.8 MB

11 Checking Link Existence.mp4

15.1 MB

12 Writing to a File Using a Stream - File.CreateText.mp4

18.1 MB

13 Reflecting on the Convenience of Cross-platform Testing.mp4

15.3 MB

/06 Configuring Apps/

01 Introduction.mp4

980.6 KB

02 One Configuration API to Rule Them All.mp4

12.0 MB

03 Configuration Is Affiliated with ASP.NET Core.mp4

8.9 MB

04 Configuring the Command Line Configuration Provider.mp4

16.1 MB

05 Loading the Site from a Command Line Argument.mp4

16.2 MB

06 Reading Configuration from Environment Variables.mp4

13.6 MB

07 Configuration Provider Order Matters.mp4

10.6 MB

08 Adding JSON Configuration.mp4

14.0 MB

09 Adding inMemory Configuration.mp4

15.4 MB

10 Adding Configuration Sections.mp4

17.2 MB

11 Configuration Sections and Binding POCOs.mp4

23.7 MB

12 Simplified Configuration Binding via Get.mp4

5.0 MB

13 Refactoring Configuration into a Config Object.mp4

40.1 MB

14 What Else There Is to Know About Configuration.mp4

16.0 MB

/07 Logging/

01 Introduction.mp4

1.7 MB

02 What Is Wrong with Console.WriteLine.mp4

3.5 MB

03 The Microsoft.Extensions Packages.mp4

12.8 MB

04 Adding the Microsoft.Extensions.Logging Packages.mp4

9.4 MB

05 Using a LoggerFactory to Create a Logger to Log Messages.mp4

12.9 MB

06 Logging to the Console.mp4

5.7 MB

07 Choosing a Log Level.mp4

18.8 MB

08 Changing the Minimum Log Level to Write to the Console.mp4

5.4 MB

09 Logging to Multiple Destinations.mp4

1.8 MB

10 Logging to the Debug Output Window.mp4

8.4 MB

11 Logging to a File with Serilog.mp4

10.4 MB

12 Sharing a LoggerFactory Instance.mp4

14.7 MB

13 Accessing the Source Code for the Logging Framework.mp4

5.3 MB

14 Using Fully Qualified Type Names for the Log Category.mp4

6.1 MB

15 Adding Trace Level Log Messages.mp4

15.5 MB

16 Different Minimum Levels per Logging Destination.mp4

8.6 MB

17 Correlating Logs with Scoping.mp4

25.1 MB

18 Identifying Related Logs with Event ID.mp4

7.6 MB

19 Serilog Generates Event IDs.mp4

12.0 MB

20 Structured Log Message Placeholders Can Be Queryable.mp4

18.8 MB

21 Logging Exceptions.mp4

14.3 MB

22 Logging Meets Configuration.mp4

26.8 MB

23 Setting a Log Level per Category.mp4

9.5 MB

24 Summary.mp4

10.8 MB

/08 Writing to Databases+/

01 Introduction.mp4

1.5 MB

02 How to Access the Code Samples for this Module.mp4

2.0 MB

03 Referencing the Microsoft.EntityFrameworkCore.SqlServer Package.mp4

8.6 MB

04 Setting up a DbContext.mp4

6.7 MB

05 Saving LinkCheckResults to Out Database.mp4

5.9 MB

06 Starting MSSQL on Linux in a Container.mp4

10.1 MB

07 Connecting with SSMS.mp4

2.1 MB

08 Create a Links Database with SSMS.mp4

2.5 MB

09 Writing Data on a Mac to MSSQL.mp4

7.0 MB

10 Isolated DB Servers Are Incredibly Easy Thanks to Containers.mp4

4.0 MB

11 Troubleshooting MSSQL on Linux in a Container - Accessing Logs.mp4

6.3 MB

12 Starting MySQL in a Container.mp4

4.1 MB

13 Creating a Links Table in the MySQL DB.mp4

2.0 MB

14 Changing the App to Use the Official MySQL Provider.mp4

17.1 MB

15 Switching to the Pomelo MySql EF Core Provider.mp4

10.5 MB

16 Running PostgreSQL in a Container.mp4

2.0 MB

17 Initializing a PostgreSQL Database.mp4

5.4 MB

18 Changing the App to Use PostgreSQL.mp4

11.8 MB

19 Hunting Down Namespaces.mp4

7.2 MB

20 Containers Provide Flexibility for Cross-platform Development.mp4

10.4 MB

21 There Are Plenty of Third Party ORMs Too.mp4

10.2 MB

22 Creating a SQLite Database in a File.mp4

6.4 MB

23 Changing the App to Use SQLite.mp4

11.4 MB

24 Cross-platform SQL Based Migrations with Flyway.mp4

10.0 MB

25 Configuring the Connection String.mp4

5.7 MB

26 You Do Not Need an IRepository.mp4

17.0 MB

/09 Building and Deploying Services/

01 Introduction.mp4

858.5 KB

02 Adding Hangfire for Background Jobs.mp4

12.9 MB

03 Configuring Hangfire and Running a Background Job Server.mp4

6.0 MB

04 Running a Recurring Job with Hangfire.mp4

5.9 MB

05 Checking Links Every Minute.mp4

23.3 MB

06 Good Time to Turn Down Logging Verbosity.mp4

5.9 MB

07 Moving from Console Hosted to a Background Service.mp4

2.8 MB

08 Creating a Test Linux VM with Vagrant.mp4

3.0 MB

09 Installing the .NET Core Runtime on Ubuntu.mp4

13.8 MB

10 Deploying Your App to Your Ubuntu VM.mp4

7.4 MB

11 Creating a systemd Service.mp4

12.6 MB

12 Opening Your App in Visual Studio Code.mp4

9.1 MB

13 Generating a Web Example Project.mp4

11.8 MB

14 Adding a Blocking Web Endpoint to Your Service.mp4

25.9 MB

15 Successfully Running Your systemd Service.mp4

18.3 MB

16 Windows Service Considerations.mp4

22.0 MB

/10 Adding a Web Status Endpoint/

01 The Slippery Slope to a Web Status Endpoint.mp4

1.8 MB

02 Adding a Hangfire Web Dashboard.mp4

15.1 MB

03 This Web Endpoint Can Do Just About Anything You Want.mp4

5.1 MB

/11 Injecting Dependencies/

01 Introduction.mp4

2.2 MB

02 Sharing a Single LoggerFactory.mp4

2.1 MB

03 Telling ASP.NET Core to Use Your LoggerFactory.mp4

11.6 MB

04 How to Explicitly Access Services like ILoggerFactory.mp4

19.5 MB

05 Looking at Registered Services.mp4

19.0 MB

06 Resolving Other Services like Logger Of T.mp4

24.1 MB

07 Fulfilling Dependencies of Dependencies.mp4

9.9 MB

08 The Three Components of Service Registration.mp4

14.7 MB

09 Understanding How a Service Is Resolved.mp4

4.3 MB

10 Using Method Injection with the Startup Configure Method.mp4

8.1 MB

11 Letting ASP.NET Core Create the LoggerFactory.mp4

13.0 MB

12 Getting Back to Your Link Checking Job.mp4

5.8 MB

13 Resolve.mp4

5.1 MB

14 Registering CheckLinkJob as a Service.mp4

30.7 MB

15 Debugging Custom Service Registrations.mp4

6.6 MB

16 Using Constructor Injection with Your Services.mp4

13.8 MB

17 Injecting App Configuration with IOptions of T.mp4

16.1 MB

18 Registering App Configuration POCOs with DI.mp4

14.3 MB

19 Creating a Separate SiteSettings POCO.mp4

13.5 MB

20 Debugging the IConfigureOptions ServiceDescriptors.mp4

9.4 MB

21 Cleaning up Configuration.mp4

10.0 MB

22 Transitive Dependencies.mp4

16.4 MB

23 Exercise - Try Wiring in Entity Framework Core to Use DI.mp4

9.9 MB

24 The End.mp4

1.5 MB

/

Course.txt

0.0 KB

Description.txt

1.1 KB

dotnet-core-building-cross-platform-applications.zip

943.4 KB

 

Total files 172


Copyright © 2024 FileMood.com