IT & Software
Showing 2269–2280 of 16328 results
C# 8 Design Patterns: Composite
In this course you'll discover how to work with the composite pattern. You will understand why this pattern exists and how to implement this in a C# application.
C# 8 Design Patterns: Data Access Patterns
In this course, you'll discover how to work with the different data access patterns. You'll learn about repositories, unit of work, lazy loading, and understand why these patterns exist and how to implement them in a C# application.
C# 8 Design Patterns: Factory and Abstract Factory
Are you finding that creating instances of your complex objects clutter your code? In this course, you will learn how to leverage the Factory and Abstract Factory patterns to reduce the noise and make your code easier to maintain and navigate.
C# 8 Design Patterns: Mediator
Discover how to work with the mediator pattern. You will understand why this pattern exists and how to implement this in a C# application.
C# 8 Design Patterns: Strategy
In this course, you'll discover how to work with the strategy pattern, one of the most common patterns. You will understand why this pattern exists and how to implement this in a C# application.
C# 8 Interfaces
This course will teach you how C# interfaces can help add flexibility to your applications.
C# 9 Generics
Generics allow you to write type-safe, reusable, and performant C# code. This course will teach you how to build generic classes, generic interfaces, and generic methods, and how to use them in your .NET applications.
C# 9 Language-Integrated Query (LINQ)
This course teaches you how to use the LINQ syntax to select, filter, extract, partition, identify, union, join, group, and aggregate data contained within collections.
C# 9: Getting Started
This training will get you up and running with the C# language. You'll set up a development environment and you’ll learn how to write, run, and debug a simple console application.
C# Advanced Language Features
Learn how to best use the advanced language features of C#. This course will teach you how to apply each of them in a real application, as well as where they are best suited.
C# Basics for Beginners: Learn C# Fundamentals by Coding
Master C# Basics in no Time : A Comprehensive Course Packed with Examples, tips and exercises!
C# Best Practices
Maintaining code is not easy, especially when it is poorly written and hard to understand. This course will teach you how to create clean code, that is easy to maintain and extend, by following the C# best practices and coding conventions.