IT & Software
Showing 2305–2316 of 16328 results
C# Events, Delegates, and Lambdas
Events, delegates, and lambdas play an important role in C# apps, but why would you use them? This course will teach you how to leverage the functionality provided by these features so you can handle different event scenarios in your apps.
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
A hands-on guide to C# programming, designed for developers looking to build efficient and scalable applications.
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# 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.