
Learn the fundamentals of language integrated query, linq, in dot net, spanning its architecture, data sources, and why to use linq for querying objects, datasets, and databases.
Learn the basics of linq in a C# console app by creating a first collection of numbers, querying with from and select, iterating with foreach, and filtering numbers under 50.
This lecture contains Func delegate and Lambda Expression usage basics. You will learn why we declare lambda expression for passing to extension method parameters.
Master grouping operations with group by to group a sequence by a key, using key selectors and overloads; explore examples like grouping names by length or by first letter.
Learn aggregation operations in c#.net linq, including count, long count, max, and aggregates via anonymous objects; count elements, filter evens, and group order details to compute per order product counts.
Learn to use the Sum extension in LINQ to total numeric collections and object collections with selectors, including grouping orders and summing unit price times quantity.
Learn how to use the average extension method in LINQ to compute department-wise average ages from an employee list, with parameterless and selector variants, and return anonymous result objects.
This lecture is introduction of "Set Operations". This chapter contains basic usage of distinct and query via custom comparer objects as well.
Explore c#.net linq fundamentals with intersect and except set operations, comparing two sequences, using a second sequence and optional custom comparer, plus a practical course enrollment example.
Learn Linq all and any to test conditions across a sequence. See a product list that verifies whether all products are discounted or if any are discounted using lambda predicates.
Explore the contains quantifier in Linq fundamentals by using the contains extension method to check whether a sequence contains a value, with a customer list example and custom comparers.
Microsoft developers have been using both OR/M tools,which are LINQ To SQL and Entity Framework, for a long time. Also XML querying operations appear in many projects. For using these technologies, you must be skilled on query technics. LINQ ensures you to create queries efficiently.
In this course you will learn querying by LINQ(Language Integrated Query) properly. We will study totally 2 main chapters during the course. These are; Introduction to LINQ and Query Object Collections.
This tutorial appeals to .NET developers by using C# .NET language. So, before this course you must learn C#.NET basics and Object Oriented Programming principles.
Main purpose of this tutorial is making the best beginning to Language Integrated Query.
If you follow lecture order and practice whole examples, at the end of tutorial you can easily create queries that all on your need.
Practice homeworks and answer quiz questions. These tasks are given you to improve your querying skills.
Have a nice learn !
Yours sincerely...