Showing 2653–2664 of 18767 results
C# Extension Methods
One of the most powerful and underused features of C#: extension methods. Master them to cut duplicate code and add consistency across your projects. This course teaches all you need to improve your .NET Core and .NET Framework apps with extensions.
C# Feature, Threading, Task Parallel
Learn the different C# features
C# for Programmers: A Practical Guide
Gain practical knowledge of C# programming with hands-on examples and projects that reinforce key concepts and best practices.
C# for Programmers: A Practical Guide
A hands-on guide to C# programming, designed for developers looking to build efficient and scalable applications.
C# Fundamentals
C# is the preferred language to build .NET applications. In this course, you will learn the basics of the C# language and create your own C# applications
C# Performance Playbook
This course will teach you powerful tactics to maximize the performance of your application.
C# Playbook
This course will teach you to solve more complex problems in C#. You’ll learn by solving numerous practical problems that require the full range of C# language features, from classes to null values, to exceptions to generics, and more.
C# Programming Paradigms
Formerly titled "C# Fundamentals - Part 2," including dynamic, functional, and language-oriented paradigms.
C# Reflection
In this course you’ll learn when reflection is useful and how to use it with C# 12 in .NET 8.
C# testing in Visual Studio
Start testing your C# apps by using the testing tools in Visual Studio.
C# Tips and Traps
Sometimes it's hard to know what you don't know. Short-circuit your learning of C# and level-up your code with this collection of C# and .NET features.
C# Unit Testing
Unit testing is an essential skill needed to write robust and high-quality code. This course will teach you how to write unit tests with .NET and C# to ensure that your code works as expected.