[Courses] C#:Audio Programming with NAudio [Mark Heath] [2013]Getting Started with Dependency Injection in .NET [Jeremy Clark] [2019]Making Your C# Code More Object-oriented [Zoran Horvat] [2019]Windows Forms Best Practices [Mark Heath] [2014][Courses] Entity Framework:EF Core 3.1 Getting Started [Julie Lerman] [2020]EF Core 5 Getting Started [Julie Lerman] [2020][Courses] WPF:Advanced Reusable Styles and Themes in WPF [Keith Harvey] [2019]Introduction to Prism for WPF [Brian Lagunas] [2020]Playbook WPF - Creating Flexible WPF Business App Screens [Paul D. Sheriff] [2019]WPF MVVM in Depth [Brian Noyes] [2020][Courses] XAML:Uno Platform Fundamentals [Thomas Claudius Huber] [2021]XAML - Getting Started [Thomas Claudius Huber] [2019][Path] .NET Class Libraries with C#:01. .NET Class Libraries - The Big Picture [Matthew Soucoup] [2021]
02. Working with Files and Streams in C# [Jason Roberts] [2021]
03. Implementing ADO.NET with C# [Paul D. Sheriff] [2021]
04. Using HttpClient to Consume APIs in .NET Core [Kevin Dockx] [2021]
05. Getting Started with JSON in C# Using Json.NET [Xavier Morera] [2020]
06. Working with XML in C# [Paul D. Sheriff] [2021]
07. Building Secure Apps with Cryptography in .NET [Stephen Haunts] [2020]
08. .NET Regular Expressions [Alexandru Dima] [2020]
09. String Manipulation in C# - Best Practices [Steve Gordon] [2021]
10. Building Configurable Apps Using .NET Generic Host [Matt Tester] [2021]
11. Using Reflection in a C# App - Best Practices [Kevin Dockx] [2021]
12. Working with C# Generics - Best Practices [Steve Smith] [2021]
13. .NET Diagnostics for Apps - Best Practices [Neil Morrissey] [2021]
14. Globalization in C# Applications - Best Practices [Filip Ekberg] [2021]
15. Applying Asynchronous Programming in C# [Filip Ekberg] [2020]
16. Multithreaded C# Apps with the TPL [Filip Ekberg] [2020]
17. Dates and Times in .NET [Filip Ekberg] [2020]
[Path] Building Websites with HTML, CSS and JavaScript:01. HTML, CSS, and JavaScript The Big Picture [Barry Luijbregts] [2020]
02. Building Websites with HTML, CSS, and JS Getting Started [Craig Shoemaker] [2020]
03. Building Websites with HTML [Gill Cleeren] [2020]
04. Working with Text and Lists in HTML [Barry Luijbregts] [2020]
05. Creating Forms in HTML [Matt Milner] [2020]
06. Styling Websites with CSS [Susan Simkins] [2020]
07. Creating Page Layouts with CSS [Paul Cheney] [2020]
08. Working with Colors and Images in CSS [Chris Behrens] [2020]
09. Adding Graphics to Web Pages Using Canvas and SVG [Mike Van Sickle] [2020]
10. Creating Layouts with CSS Grid [Matt Henry] [2021]
11. Creating Responsive Pages with CSS FlexBox [Jeff Batt] [2020]
12. Working with Audio and Video in Web Pages [Shawn Wildermuth] [2020]
13. Working with Geolocation in HTML [Paul D. Sheriff] [2020]
14. Storing Data in HTML [Jill Gundersen] [2020]
15. Optimizing and Deploying a Website [Neil Morrissey] [2020]
16. Applying Special Effects to a Site Using CSS [Nate Taylor] [2020]
17. Debugging Sites Using Chrome DevTools [Brice Wilson] [2020]
18. Understand a Site\s Traffic Using Google Analytics [Daniel Stern] [2020]
[Path] Design Patterns in C#:01. Design Patterns Overview [Steve Smith] [2020]
02. C# Design Patterns Strategy [Filip Ekberg] [2019]
03. C# Design Patterns Singleton [Steve Smith] [2020]
04. C# Design Patterns Command [Filip Ekberg] [2019]
05. C# Design Patterns Bridge [Vladimir Khorikov] [2020]
06. C# Design Patterns Null Object [David Starr] [2019]
07. Specification Pattern in C# [Vladimir Khorikov] [2017]
08. C# Design Patterns State [Marc Gilbert [2019]
09. C# Design Patterns Data Access Patterns [Filip Ekberg] [2020]
10. C# Design Patterns Mediator [Steve Michelotti] [2019]
11. C# Design Patterns Chain of Responsibility [Filip Ekberg] [2019]
12. C# Design Patterns Template Method [Steve Smith] [2020]
13. C# Design Patterns Visitor [Harrison Ferrone] [2020]
14. C# Design Patterns Memento [Steve Smith] [2020]
15. C# Design Patterns Rules Engine Pattern [Steve Smith] [2020]
16. C# Design Patterns Builder [Harrison Ferrone] [2020]
17. C# Design Patterns Prototype [Harrison Ferrone] [2020]
18. C# Design Patterns Factory and Abstract Factory [Filip Ekberg] [2020]
19. C# Design Patterns Facade [David Starr] [2019]
20. C# Design Patterns Decorator [David Berry] [2020]
21. C# Design Patterns Composite [Steve Michelotti] [2019]
22. C# Design Patterns Adapter [Steve Smith] [2020]
23. C# Design Patterns Flyweight [Harrison Ferrone] [2020]
24. C# Design Patterns Proxy [Steve Smith] [2020]
[Path] C# Development Fundamentals:01. C# - The Big Picture [Mike Woodring] [2021]
02. C# - Getting Started [Paolo Perrotta] [2021]
03. Controlling Program Flow in C# [Alex Wolf] [2021]
04. Introduction to the C# Type System [Gill Cleeren] [2021]
05. C# Interfaces [Jeremy Clark] [2021]
06. C# Generics [Thomas Claudius Huber] [2021]
07. Working with C# Records [Roland Guijt] [2021]
08. Working with Arrays and Collections in C# [Simon Robinson] [2021]
09. C# Extension Methods [Elton Stoneman] [2021]
10. C# Language-Integrated Query (LINQ) [Paul D. Sheriff] [2021]
11. Exception Handling in C# [Jason Roberts] [2021]
12. IDisposable Best Practices for C# Developers [Elton Stoneman] [2021]
13. Implementing C# Unit Testing Using VS 2019 and .NET 5 [Paul D. Sheriff] [2021]
14. Defensive Coding in C# [Deborah Kurata] [2020]
15. Object-Oriented Programming Fundamentals in C# [Deborah Kurata] [2019]
[Path] C# Unit Testing with NUnit:01. Introduction to .NET Testing with NUnit 3 [Jason Roberts] [2018]
02. Mocking with Moq and NUnit [Jason Roberts] [2019]
03. Creating Maintainable Contexts for Automated Testing [Mel Grubb] [2019]
04. Test Driven Development in C# [Thomas Claudius Huber] [2020]
05. Writing Testable Code [Matthew Renze] [2017]
06. .NET Unit Testing with AutoFixture [Jason Roberts] [2020]
07. Improving Unit Tests with Fluent Assertions [Jason Roberts] [2020]
[Path] C# Unit Testing with xUnit:01. Testing .NET Code with xUnit.net - Getting Started [2019]
02. Mocking with Moq and xUnit [2020]
03. Creating Maintainable Contexts for Automated Testing [Mel Grubb] [2019]
04. Test Driven Development in C# [Thomas Claudius Huber] [2020]
05. Writing Testable Code [Matthew Renze] [2017]
06. .NET Unit Testing with AutoFixture [Jason Roberts] [2020]
07. Improving Unit Tests with Fluent Assertions [Jason Roberts] [2020]
[Path] Cisco Certified CyberOps Associate (CBROPS 200-201):01. Cisco CyberOps - Exploring Security Concepts [Joe Abraham] [2020]
02. Cisco CyberOps - Security Monitoring [Joe Abraham] [2020]
03. Cisco CyberOps - Analyzing Hosts [Joe Abraham] [2020]
04. Cisco CyberOps - Analyzing the Network [Joe Abraham] [2020]
05. Cisco CyberOps - Managing Policies and Procedures [Joe Abraham] [2021]
[Path] Building Cross-platform Apps with Xamarin Forms:01. Xamarin.Forms The Big Picture [Jeff Hopper] [2019]
02. Introduction to Xamarin.Forms [Jim Wilson] [2019]
03. Building Xamarin.Forms Applications with XAML [Gill Cleeren] [2019]
04. Data Binding in Xamarin.Forms [Gill Cleeren] [2019]
05. Architecting Xamarin.Forms Applications for Code Reuse [Jared Rhodes] [2020]
06. Creating Responsive Layouts in Xamarin.Forms [Jared Rhodes] [2020]
07. Navigation in Xamarin.Forms Applications [Jared Rhodes] [2020]
08. Working with Native Features in Xamarin.Forms Applications [Christopher Miller] [2020]
09. Getting Started with Xamarin.Essentials in Xamarin.Forms [David Broadfoot] [2019]
10. Creating List-based Screens in Xamarin.Forms [Douglas Starnes] [2020]
11. Working with Styles in Xamarin.Forms Applications [Thomas Claudius Huber] [2020]
12. Applying MVVM in Xamarin.Forms Applications [Gill Cleeren] [2020]
13. Using the Xamarin.Forms Shell [Christopher Miller] [2020]
14. Working with Remote Data in Xamarin.Forms Applications [Gill Cleeren] [2020]
15. Working with Local Data in Xamarin.Forms [John Kuefler] [2019]
16. Extending Xamarin.Forms [Jared Rhodes] [2020]
17. Deploying and Distributing Xamarin.Forms Applications [David Broadfoot] [2020]
18. Testing Xamarin.Forms Applications [James Millar] [2020]
19. Xamarin.Forms Localization [Christopher Miller] [2019]
20. Integrating Google Maps into Xamarin.Forms Apps [John Kuefler] [2019]
21. Building an Enterprise Mobile App with Xamarin.Forms [Gill Cleeren] [2018]