Series - C-Advanced


Distinguish Asynchronous And Multi-Threading | C# Advanced [8 of 8] [MP4] [0:05:36] [2020/01/07]
Asynchronous operations are similar to multi-threaded operations in many ways. They are also different in many important ways. Learn how you can apply similar techniques in both contexts. Learn how…


Handling Asynchronous Exceptions | C# Advanced [7 of 8] [MP4] [0:04:31] [2020/01/07]
Asynchronous algorithms produce asynchronous errors. Learn how to recover and process asynchronous error conditions from faulted tasks.


Asynchronous Task Composition | C# Advanced [6 of 8] [MP4] [0:03:47] [2020/01/07]
Learn how the Task class helps you organize asynchronous algorithms in logical ways. By composing asynchronous tasks, you can keep the logic of your application clear as more and more operations take…


Introduction To Async, Await, And Tasks | C# Advanced [5 of 8] [MP4] [0:03:45] [2020/01/07]
Learn how async features make it easy to write code that describes what your code does rather than focusing on how the code executes asynchronously. Well written async code reads like a sequence of…


LINQ, Entity Framework and Remote Data Sources | C# Advanced [4 of 8] [MP4] [0:08:13] [2020/01/07]
Learn how LINQ translates queries from C# code into the native format for any data source. In this video, you'll see how LINQ works with Entity Framework to query SQL data sources. Download the…


LINQ Query Composition and Execution | C# Advanced [3 of 8] [MP4] [0:04:47] [2020/01/07]
Learn how LINQ composes queries written in multiple statements, or even multiple methods, into a single query operation. This feature helps you created more readable code without compromising runtime…


Learn LINQ Query syntax | C# Advanced [2 of 8] [MP4] [0:05:58] [2020/01/07]
Explore the syntax used in LINQ queries. You'll see the rich palette of tools you can use to query data to find, filter, or analyze data sources. Download the sample code and run these samples using…


Introduction to Language Integrated Query (LINQ) | C# Advanced [1 of 8] [MP4] [0:05:00] [2020/01/07]
Learn what LINQ is, where you can explore LINQ syntax on your own, and how LINQ makes it easy to query any data source. Download the sample code and run these samples using the Try.NET interactive…