Home | Back to Courses
C# Advanced Topics - The Next Logical Step

Partner: Udemy
Affiliate Name:
Area:
Description: The course will lay out the founding ideas of some of the more advanced C# topics for you in a way that makes them easier to understand. The course is aimed at students that have some coding experience in general and with C# in particular, as well as some Object Oriented Programming experience. Not all topics require OOP knowledge, but it will be easier for you to understand those that do. The topics that we are covering are: LINQ - LINQ is kind of a language within the C# language, it has its own syntax, but its very easy and very enjoyable to use. LINQ is used to work on collections like arrays and lists, either to order them, or to extract information from them in many many many different ways. You will learn how apply LINQ filters on base type collections like integers and strings aswell as on collections of custom types that you have created.Lambda Expressions with LINQ methods - you will finally learn what a Lambda Expression is and how to apply it, in particular we will use it to perform LINQ operations with even less code, and later we will use it with Delegates and EventsExtension Methods - this is one of the coolest features of C#, they allow you to extend built in types and classes that you have no access to. For example the int[] has no built in method for sorting or reversing, we will learn how to do this!Generic Methods and Classes - this is where things start to get tricky and a little bit complicated, but you should not be scared as I have prepared a couple of well explained examples that will answer all of the questionmarks in your head about Generics. Spoiler alert: we will create our very own List class! :)Delegates - the simplest way in which a delegate can be described is, methods as variables, and that is just incredible. How? Wel
Category: Development > Programming Languages > C (programming language)
Partner ID:
Price: 199.99
Commission:
Source: Impact
Go to Course