Complete Guide to NET LINQ Querying Collections Databases an
Seeders : 11 Leechers : 8
| Torrent Hash : | 27896C19349CB36C38020FFE27666F0B3C42A81C |
| Torrent Added : | at May 8, 2025, 7:21 a.m. in Other |
| Torrent Size : | 1.2 GB |
Knox
Complete Guide to NET LINQ Querying Collections Databases an
Fast And Direct Download Safely And Anonymously!
Fast And Direct Download Safely And Anonymously!
Note :
Please Update (Trackers Info) Before Start " Complete Guide to NET LINQ Querying Collections Databases an" Torrent Downloading to See Updated Seeders And Leechers for Batter Torrent Download Speed.Torrent File Content (3 files)
Complete Guide to NET LINQ Querying Collections Databases an
Get Bonus Downloads Here.url -
01 - Unlock the power of in-language queries.mp4 -
01 - Unlock the power of in-language queries.srt -
02 - How to get the most from this course.mp4 -
02 - How to get the most from this course.srt -
03 - Course roadmap What you’ll learn.mp4 -
03 - Course roadmap What you’ll learn.srt -
04 - How to access the sample code on GitHub.mp4 -
04 - How to access the sample code on GitHub.srt -
01 - Why LINQ The need for a query engine.mp4 -
01 - Why LINQ The need for a query engine.srt -
02 - LINQ essentials Key concepts and features.mp4 -
02 - LINQ essentials Key concepts and features.srt -
03 - Finding and using the example code.mp4 -
03 - Finding and using the example code.srt -
01 - Why use LINQPad.mp4 -
01 - Why use LINQPad.srt -
02 - Getting started A tour of LINQPad.mp4 -
02 - Getting started A tour of LINQPad.srt -
03 - How to set LINQPad preferences.mp4 -
03 - How to set LINQPad preferences.srt -
04 - Writing and running code in LINQPad.mp4 -
04 - Writing and running code in LINQPad.srt -
05 - Set a destination folder for course files.mp4 -
05 - Set a destination folder for course files.srt -
06 - How to debug code in LINQPad.mp4 -
06 - How to debug code in LINQPad.srt -
07 - Exploring the expression editor.mp4 -
07 - Exploring the expression editor.srt -
08 - Exploring the statements editor.mp4 -
08 - Exploring the statements editor.srt -
09 - Format output using the Dump method.mp4 -
09 - Format output using the Dump method.srt -
10 - Exploring the program editor.mp4 -
10 - Exploring the program editor.srt -
11 - How to run a subset of code.mp4 -
11 - How to run a subset of code.srt -
01 - Quick look at a LINQ to Objects query.mp4 -
01 - Quick look at a LINQ to Objects query.srt -
02 - Quick look at a LINQ to Entities query.mp4 -
02 - Quick look at a LINQ to Entities query.srt -
03 - Quick look at a LINQ to XML query.mp4 -
03 - Quick look at a LINQ to XML query.srt -
01 - What sources can you query.mp4 -
01 - What sources can you query.srt -
02 - Introduction to the Enumerable class.mp4 -
02 - Introduction to the Enumerable class.srt -
03 - Using Enumerable static methods.mp4 -
03 - Using Enumerable static methods.srt -
04 - Using Enumerable extension methods.mp4 -
04 - Using Enumerable extension methods.srt -
05 - Writing queries with expression syntax.mp4 -
05 - Writing queries with expression syntax.srt -
06 - Revisiting queryable data sources.mp4 -
06 - Revisiting queryable data sources.srt -
07 - Deferred execution When does a query run.mp4 -
07 - Deferred execution When does a query run.srt -
08 - Building execution pipelines in LINQ.mp4 -
08 - Building execution pipelines in LINQ.srt -
09 - Mixing extension methods and query syntax.mp4 -
09 - Mixing extension methods and query syntax.srt -
01 - Generating an empty sequence.mp4 -
01 - Generating an empty sequence.srt -
02 - Using DefaultIfEmpty in LINQ.mp4 -
02 - Using DefaultIfEmpty in LINQ.srt -
03 - How to use the Repeat method.mp4 -
03 - How to use the Repeat method.srt -
04 - How to use the Range method.mp4 -
04 - How to use the Range method.srt -
01 - The three types of query expressions.mp4 -
01 - The three types of query expressions.srt -
02 - Review query expression clauses.mp4 -
02 - Review query expression clauses.srt -
03 - Examples of query expressions.mp4 -
03 - Examples of query expressions.srt -
04 - Exploring the course .NET class libraries.mp4 -
04 - Exploring the course .NET class libraries.srt -
05 - Querying .NET libraries in ASP.NET.mp4 -
05 - Querying .NET libraries in ASP.NET.srt -
06 - Working with .NET external libraries.mp4 -
06 - Working with .NET external libraries.srt -
07 - Using select to project into an .NET type.mp4 -
07 - Using select to project into an .NET type.srt -
08 - Using select to project into an anonymous type.mp4 -
08 - Using select to project into an anonymous type.srt -
09 - Use expressions with select.mp4 -
09 - Use expressions with select.srt -
10 - Indexing into another sequence.mp4 -
10 - Indexing into another sequence.srt -
11 - Challenge Write select expressions.mp4 -
11 - Challenge Write select expressions.srt -
12 - Solution Write select expressions.mp4 -
12 - Solution Write select expressions.srt -
01 - Using the Where method.mp4 -
01 - Using the Where method.srt -
02 - Use logical operators with the Where method.mp4 -
02 - Use logical operators with the Where method.srt -
03 - Exploring the OfType class definitions.mp4 -
03 - Exploring the OfType class definitions.srt -
04 - Use the OfType method.mp4 -
04 - Use the OfType method.srt -
05 - Challenge Filter results with Where.mp4 -
05 - Challenge Filter results with Where.srt -
06 - Solution Filter results with Where.mp4 -
06 - Solution Filter results with Where.srt -
01 - How aggregate operations work.mp4 -
01 - How aggregate operations work.srt -
02 - Basic aggregate operators Sum, Average, Min, Max, Count.mp4 -
02 - Basic aggregate operators Sum, Average, Min, Max, Count.srt -
03 - Using lambdas in aggregate operations.mp4 -
03 - Using lambdas in aggregate operations.srt -
04 - Specify which property to aggregate.mp4 -
04 - Specify which property to aggregate.srt -
05 - Create custom aggregate operations.mp4 -
05 - Create custom aggregate operations.srt -
06 - Reverse a sequence with a custom aggregate.mp4 -
06 - Reverse a sequence with a custom aggregate.srt -
01 - Grouping data with the GroupBy method.mp4 -
01 - Grouping data with the GroupBy method.srt -
02 - Creating groups with a query expression.mp4 -
02 - Creating groups with a query expression.srt -
03 - Transforming groups with an element selector.mp4 -
03 - Transforming groups with an element selector.srt -
04 - Transforming groups with query expressions.mp4 -
04 - Transforming groups with query expressions.srt -
05 - Renaming keys and values with a result selector.mp4 -
05 - Renaming keys and values with a result selector.srt -
06 - Renaming keysvalues with query expressions.mp4 -
06 - Renaming keysvalues with query expressions.srt -
07 - Iterating over groups in LINQ.mp4 -
07 - Iterating over groups in LINQ.srt -
08 - Using multiple keys for grouping.mp4 -
08 - Using multiple keys for grouping.srt -
09 - Flattening sequences with SelectMany.mp4 -
09 - Flattening sequences with SelectMany.srt -
10 - Challenge Group results by color values.mp4 -
10 - Challenge Group results by color values.srt -
11 - Solution Group results by color values.mp4 -
11 - Solution Group results by color values.srt -
01 - Using the First and Last methods.mp4 -
01 - Using the First and Last methods.srt -
02 - How the FirstOrDefault method works.mp4 -
02 - How the FirstOrDefault method works.srt -
03 - Retrieving elements with ElementAt.mp4 -
03 - Retrieving elements with ElementAt.srt -
04 - Using Single and SingleOrDefault.mp4 -
04 - Using Single and SingleOrDefault.srt -
01 - The Distinct method explained.mp4 -
01 - The Distinct method explained.srt -
02 - Understanding Cartesian product.mp4 -
02 - Understanding Cartesian product.srt -
03 - How the Intersect method works.mp4 -
03 - How the Intersect method works.srt -
04 - Using the Union method.mp4 -
04 - Using the Union method.srt -
05 - Filtering with the Except method.mp4 -
05 - Filtering with the Except method.srt -
06 - Finding duplicate values in a sequence.mp4 -
06 - Finding duplicate values in a sequence.srt -
01 - Explore the quantify operators.mp4 -
01 - Explore the quantify operators.srt -
02 - Use the Any method to detect empty sequence.mp4 -
02 - Use the Any method to detect empty sequence.srt -
03 - Use the Any method to check if an element exists.mp4 -
03 - Use the Any method to check if an element exists.srt -
04 - How the Contains method works.mp4 -
04 - How the Contains method works.srt -
05 - Use the All method to check if all elements match.mp4 -
05 - Use the All method to check if all elements match.srt -
01 - Explore the Partition operators.mp4 -
01 - Explore the Partition operators.srt -
02 - Using the Skip and Take operators.mp4 -
02 - Using the Skip and Take operators.srt -
03 - Using Skip and Take with conditions.mp4 -
03 - Using Skip and Take with conditions.srt -
01 - Use LINQ in a .NET application.mp4 -
01 - Use LINQ in a .NET application.srt -
02 - Enhance queries with MoreLinq.mp4 -
02 - Enhance queries with MoreLinq.srt -
03 - MoreLinq in action Additional examples.mp4 -
03 - MoreLinq in action Additional examples.srt -
01 - Understand LINQ for databases.mp4 -
01 - Understand LINQ for databases.srt -
02 - A quick look at querying database data.mp4 -
02 - A quick look at querying database data.srt -
03 - Change the database connection strings.mp4 -
03 - Change the database connection strings.srt -
04 - IQueryable and other DB types.mp4 -
04 - IQueryable and other DB types.srt -
05 - Install SQLite and EF core power tools.mp4 -
05 - Install SQLite and EF core power tools.srt -
06 - Overview of the course databases.mp4 -
06 - Overview of the course databases.srt -
07 - Quick look at creating EF models.mp4 -
07 - Quick look at creating EF models.srt -
08 - How to use the custom DbContext.mp4 -
08 - How to use the custom DbContext.srt -
09 - Review the entity framework models.mp4 -
09 - Review the entity framework models.srt -
01 - Connect to included sample database.mp4 -
01 - Connect to included sample database.srt -
02 - Connect to another database.mp4 -
02 - Connect to another database.srt -
03 - Connect to an EF model in a .NET assembly.mp4 -
03 - Connect to an EF model in a .NET assembly.srt -
04 - View the database structures in LINQPad.mp4 -
04 - View the database structures in LINQPad.srt -
01 - Explore the relevant LINQ types.mp4 -
01 - Explore the relevant LINQ types.srt -
02 - Understand how DbContext works.mp4 -
02 - Understand how DbContext works.srt -
03 - DbSet The foundation of EF collections.mp4 -
03 - DbSet The foundation of EF collections.srt -
04 - Using navigation properties in EF.mp4 -
04 - Using navigation properties in EF.srt -
05 - Add, update, and remove data in EF.mp4 -
05 - Add, update, and remove data in EF.srt -
06 - View the generated SQL in LINQPad.mp4 -
06 - View the generated SQL in LINQPad.srt -
01 - Projection Retrieve fewer columns.mp4 -
01 - Projection Retrieve fewer columns.srt -
02 - Paging data with take and skip.mp4 -
02 - Paging data with take and skip.srt -
03 - Use Find for faster key-based search.mp4 -
03 - Use Find for faster key-based search.srt -
04 - Use EF navigation properties over joins.mp4 -
04 - Use EF navigation properties over joins.srt -
05 - Using the Contains method in queries.mp4 -
05 - Using the Contains method in queries.srt -
06 - Group query results with GroupBy.mp4 -
06 - Group query results with GroupBy.srt -
07 - Flatten child collections with SelectMany.mp4 -
07 - Flatten child collections with SelectMany.srt -
08 - Filter records by date range.mp4 -
08 - Filter records by date range.srt -
01 - ADO.NET and LINQ to DataSet.mp4 -
01 - ADO.NET and LINQ to DataSet.srt -
02 - Reference another query file.mp4 -
02 - Reference another query file.srt -
03 - Create and populate a DataSet.mp4 -
03 - Create and populate a DataSet.srt -
04 - Query a DataSet using AsEnumerable.mp4 -
04 - Query a DataSet using AsEnumerable.srt -
05 - Access DataRow fields in a query.mp4 -
05 - Access DataRow fields in a query.srt -
01 - Understand LINQ for XML.mp4 -
01 - Understand LINQ for XML.srt -
02 - Overview of .NET XML types.mp4 -
02 - Overview of .NET XML types.srt -
01 - XML data files used in this course.mp4 -
01 - XML data files used in this course.srt -
02 - Load XML data from a file.mp4 -
02 - Load XML data from a file.srt -
03 - Introduction to the XDocument class.mp4 -
03 - Introduction to the XDocument class.srt -
04 - How XML namespaces affect queries.mp4 -
04 - How XML namespaces affect queries.srt -
05 - Parse XML from a string.mp4 -
05 - Parse XML from a string.srt -
06 - Save an XML document.mp4 -
06 - Save an XML document.srt -
07 - Quick look at a LINQ to XML query.mp4 -
07 - Quick look at a LINQ to XML query.srt -
01 - The structure and data in the XML file.mp4 -
01 - The structure and data in the XML file.srt -
02 - Retrieve an element from XML.mp4 -
02 - Retrieve an element from XML.srt -
03 - Retrieve an attribute from XML.mp4 -
03 - Retrieve an attribute from XML.srt -
04 - Get elements with a namespace.mp4 -
04 - Get elements with a namespace.srt -
05 - Get attributes with a namespace.mp4 -
05 - Get attributes with a namespace.srt -
06 - Retrieve a collection of elements.mp4 -
06 - Retrieve a collection of elements.srt -
07 - Retrieve child elements from XML.mp4 -
07 - Retrieve child elements from XML.srt -
08 - Use Descendants() to find child elements.mp4 -
08 - Use Descendants() to find child elements.srt -
09 - Retrieve attributes from XML.mp4 -
09 - Retrieve attributes from XML.srt -
10 - Read values from elements and attributes.mp4 -
10 - Read values from elements and attributes.srt -
01 - Change element and attribute values.mp4 -
01 - Change element and attribute values.srt -
02 - Issues with modifying element values.mp4 -
02 - Issues with modifying element values.srt -
03 - Use SetElementValue to add, remove, and modify child elements.mp4 -
03 - Use SetElementValue to add, remove, and modify child elements.srt -
01 - Use Query syntax to work with elements.mp4 -
01 - Use Query syntax to work with elements.srt -
02 - Query element values in XML.mp4 -
02 - Query element values in XML.srt -
03 - Query attributes in XML.mp4 -
03 - Query attributes in XML.srt -
04 - Project data into an anonymous type.mp4 -
04 - Project data into an anonymous type.srt -
05 - Filter by attribute value with Where.mp4 -
05 - Filter by attribute value with Where.srt -
06 - Use Where to compare values.mp4 -
06 - Use Where to compare values.srt -
07 - Perform aggregate queries in XML.mp4 -
07 - Perform aggregate queries in XML.srt -
08 - Sort query results with OrderBy.mp4 -
08 - Sort query results with OrderBy.srt -
09 - Find empty elements and blank values.mp4 -
09 - Find empty elements and blank values.srt -
10 - Group XML data with GroupBy.mp4 -
10 - Group XML data with GroupBy.srt -
11 - Challenge Create a custom string output.mp4 -
11 - Challenge Create a custom string output.srt -
12 - Solution Create a custom string output.mp4 -
12 - Solution Create a custom string output.srt -
13 - Challenge Filter elements with no content.mp4 -
13 - Challenge Filter elements with no content.srt -
14 - Solution Filter elements with no content.mp4 -
14 - Solution Filter elements with no content.srt -
15 - Challenge Filter results for invalid values.mp4 -
15 - Challenge Filter results for invalid values.srt -
16 - Solution Filter results for invalid values.mp4 -
16 - Solution Filter results for invalid values.srt -
01 - Basic JSON query techniques.mp4 -
01 - Basic JSON query techniques.srt -
02 - Load data from a JSON file.mp4 -
02 - Load data from a JSON file.srt -
03 - Query JSON with type projection.mp4 -
03 - Query JSON with type projection.srt -
04 - Group JSON data with GroupBy.mp4 -
04 - Group JSON data with GroupBy.srt -
01 - More examples from the course.mp4 -
01 - More examples from the course.srt -
02 - Next steps in your LINQ journey.mp4 -
02 - Next steps in your LINQ journey.srt -
Bonus Resources.txt -
Please login or create a FREE account to post comments
Get Bonus Downloads Here.url -
180 bytes
01 - Unlock the power of in-language queries.mp4 -
10.4 MB
01 - Unlock the power of in-language queries.srt -
3.5 KB
02 - How to get the most from this course.mp4 -
4.1 MB
02 - How to get the most from this course.srt -
5.3 KB
03 - Course roadmap What you’ll learn.mp4 -
10.3 MB
03 - Course roadmap What you’ll learn.srt -
5.1 KB
04 - How to access the sample code on GitHub.mp4 -
1.8 MB
04 - How to access the sample code on GitHub.srt -
1.7 KB
01 - Why LINQ The need for a query engine.mp4 -
13.7 MB
01 - Why LINQ The need for a query engine.srt -
14.3 KB
02 - LINQ essentials Key concepts and features.mp4 -
16.6 MB
02 - LINQ essentials Key concepts and features.srt -
16.4 KB
03 - Finding and using the example code.mp4 -
4.8 MB
03 - Finding and using the example code.srt -
4.7 KB
01 - Why use LINQPad.mp4 -
8.8 MB
01 - Why use LINQPad.srt -
8.5 KB
02 - Getting started A tour of LINQPad.mp4 -
4.3 MB
02 - Getting started A tour of LINQPad.srt -
3.5 KB
03 - How to set LINQPad preferences.mp4 -
5.0 MB
03 - How to set LINQPad preferences.srt -
4.0 KB
04 - Writing and running code in LINQPad.mp4 -
8.6 MB
04 - Writing and running code in LINQPad.srt -
7.7 KB
05 - Set a destination folder for course files.mp4 -
4.1 MB
05 - Set a destination folder for course files.srt -
4.3 KB
06 - How to debug code in LINQPad.mp4 -
4.2 MB
06 - How to debug code in LINQPad.srt -
4.3 KB
07 - Exploring the expression editor.mp4 -
5.9 MB
07 - Exploring the expression editor.srt -
4.8 KB
08 - Exploring the statements editor.mp4 -
6.3 MB
08 - Exploring the statements editor.srt -
5.7 KB
09 - Format output using the Dump method.mp4 -
11.2 MB
09 - Format output using the Dump method.srt -
7.3 KB
10 - Exploring the program editor.mp4 -
2.7 MB
10 - Exploring the program editor.srt -
2.2 KB
11 - How to run a subset of code.mp4 -
4.2 MB
11 - How to run a subset of code.srt -
3.2 KB
01 - Quick look at a LINQ to Objects query.mp4 -
11.5 MB
01 - Quick look at a LINQ to Objects query.srt -
6.1 KB
02 - Quick look at a LINQ to Entities query.mp4 -
10.2 MB
02 - Quick look at a LINQ to Entities query.srt -
7.5 KB
03 - Quick look at a LINQ to XML query.mp4 -
9.8 MB
03 - Quick look at a LINQ to XML query.srt -
5.1 KB
01 - What sources can you query.mp4 -
10.6 MB
01 - What sources can you query.srt -
6.8 KB
02 - Introduction to the Enumerable class.mp4 -
4.4 MB
02 - Introduction to the Enumerable class.srt -
2.7 KB
03 - Using Enumerable static methods.mp4 -
9.1 MB
03 - Using Enumerable static methods.srt -
5.4 KB
04 - Using Enumerable extension methods.mp4 -
7.1 MB
04 - Using Enumerable extension methods.srt -
4.3 KB
05 - Writing queries with expression syntax.mp4 -
13.0 MB
05 - Writing queries with expression syntax.srt -
8.7 KB
06 - Revisiting queryable data sources.mp4 -
14.5 MB
06 - Revisiting queryable data sources.srt -
9.3 KB
07 - Deferred execution When does a query run.mp4 -
6.5 MB
07 - Deferred execution When does a query run.srt -
4.8 KB
08 - Building execution pipelines in LINQ.mp4 -
18.9 MB
08 - Building execution pipelines in LINQ.srt -
9.2 KB
09 - Mixing extension methods and query syntax.mp4 -
6.8 MB
09 - Mixing extension methods and query syntax.srt -
4.0 KB
01 - Generating an empty sequence.mp4 -
5.4 MB
01 - Generating an empty sequence.srt -
4.0 KB
02 - Using DefaultIfEmpty in LINQ.mp4 -
9.0 MB
02 - Using DefaultIfEmpty in LINQ.srt -
4.5 KB
03 - How to use the Repeat method.mp4 -
3.6 MB
03 - How to use the Repeat method.srt -
2.1 KB
04 - How to use the Range method.mp4 -
7.9 MB
04 - How to use the Range method.srt -
4.7 KB
01 - The three types of query expressions.mp4 -
5.6 MB
01 - The three types of query expressions.srt -
3.4 KB
02 - Review query expression clauses.mp4 -
16.8 MB
02 - Review query expression clauses.srt -
8.8 KB
03 - Examples of query expressions.mp4 -
8.2 MB
03 - Examples of query expressions.srt -
4.5 KB
04 - Exploring the course .NET class libraries.mp4 -
10.5 MB
04 - Exploring the course .NET class libraries.srt -
6.2 KB
05 - Querying .NET libraries in ASP.NET.mp4 -
15.2 MB
05 - Querying .NET libraries in ASP.NET.srt -
8.6 KB
06 - Working with .NET external libraries.mp4 -
8.2 MB
06 - Working with .NET external libraries.srt -
5.8 KB
07 - Using select to project into an .NET type.mp4 -
6.2 MB
07 - Using select to project into an .NET type.srt -
3.6 KB
08 - Using select to project into an anonymous type.mp4 -
6.5 MB
08 - Using select to project into an anonymous type.srt -
4.3 KB
09 - Use expressions with select.mp4 -
8.3 MB
09 - Use expressions with select.srt -
4.4 KB
10 - Indexing into another sequence.mp4 -
8.1 MB
10 - Indexing into another sequence.srt -
4.8 KB
11 - Challenge Write select expressions.mp4 -
4.7 MB
11 - Challenge Write select expressions.srt -
3.3 KB
12 - Solution Write select expressions.mp4 -
3.8 MB
12 - Solution Write select expressions.srt -
2.2 KB
01 - Using the Where method.mp4 -
11.2 MB
01 - Using the Where method.srt -
6.9 KB
02 - Use logical operators with the Where method.mp4 -
4.8 MB
02 - Use logical operators with the Where method.srt -
2.6 KB
03 - Exploring the OfType class definitions.mp4 -
7.2 MB
03 - Exploring the OfType class definitions.srt -
4.6 KB
04 - Use the OfType method.mp4 -
6.6 MB
04 - Use the OfType method.srt -
3.3 KB
05 - Challenge Filter results with Where.mp4 -
4.3 MB
05 - Challenge Filter results with Where.srt -
2.2 KB
06 - Solution Filter results with Where.mp4 -
10.1 MB
06 - Solution Filter results with Where.srt -
4.8 KB
01 - How aggregate operations work.mp4 -
4.9 MB
01 - How aggregate operations work.srt -
3.5 KB
02 - Basic aggregate operators Sum, Average, Min, Max, Count.mp4 -
6.4 MB
02 - Basic aggregate operators Sum, Average, Min, Max, Count.srt -
3.5 KB
03 - Using lambdas in aggregate operations.mp4 -
1.7 MB
03 - Using lambdas in aggregate operations.srt -
1.3 KB
04 - Specify which property to aggregate.mp4 -
4.3 MB
04 - Specify which property to aggregate.srt -
2.4 KB
05 - Create custom aggregate operations.mp4 -
5.9 MB
05 - Create custom aggregate operations.srt -
3.4 KB
06 - Reverse a sequence with a custom aggregate.mp4 -
3.1 MB
06 - Reverse a sequence with a custom aggregate.srt -
2.4 KB
01 - Grouping data with the GroupBy method.mp4 -
7.9 MB
01 - Grouping data with the GroupBy method.srt -
4.5 KB
02 - Creating groups with a query expression.mp4 -
5.2 MB
02 - Creating groups with a query expression.srt -
3.7 KB
03 - Transforming groups with an element selector.mp4 -
4.4 MB
03 - Transforming groups with an element selector.srt -
2.8 KB
04 - Transforming groups with query expressions.mp4 -
3.0 MB
04 - Transforming groups with query expressions.srt -
1.8 KB
05 - Renaming keys and values with a result selector.mp4 -
3.0 MB
05 - Renaming keys and values with a result selector.srt -
1.9 KB
06 - Renaming keysvalues with query expressions.mp4 -
3.6 MB
06 - Renaming keysvalues with query expressions.srt -
1.9 KB
07 - Iterating over groups in LINQ.mp4 -
7.8 MB
07 - Iterating over groups in LINQ.srt -
4.4 KB
08 - Using multiple keys for grouping.mp4 -
6.9 MB
08 - Using multiple keys for grouping.srt -
3.1 KB
09 - Flattening sequences with SelectMany.mp4 -
7.6 MB
09 - Flattening sequences with SelectMany.srt -
4.4 KB
10 - Challenge Group results by color values.mp4 -
6.5 MB
10 - Challenge Group results by color values.srt -
3.6 KB
11 - Solution Group results by color values.mp4 -
4.2 MB
11 - Solution Group results by color values.srt -
2.2 KB
01 - Using the First and Last methods.mp4 -
2.8 MB
01 - Using the First and Last methods.srt -
2.4 KB
02 - How the FirstOrDefault method works.mp4 -
3.2 MB
02 - How the FirstOrDefault method works.srt -
2.2 KB
03 - Retrieving elements with ElementAt.mp4 -
9.6 MB
03 - Retrieving elements with ElementAt.srt -
5.3 KB
04 - Using Single and SingleOrDefault.mp4 -
5.8 MB
04 - Using Single and SingleOrDefault.srt -
3.6 KB
01 - The Distinct method explained.mp4 -
5.1 MB
01 - The Distinct method explained.srt -
3.5 KB
02 - Understanding Cartesian product.mp4 -
4.3 MB
02 - Understanding Cartesian product.srt -
2.8 KB
03 - How the Intersect method works.mp4 -
6.5 MB
03 - How the Intersect method works.srt -
3.7 KB
04 - Using the Union method.mp4 -
4.3 MB
04 - Using the Union method.srt -
3.0 KB
05 - Filtering with the Except method.mp4 -
4.0 MB
05 - Filtering with the Except method.srt -
2.7 KB
06 - Finding duplicate values in a sequence.mp4 -
5.1 MB
06 - Finding duplicate values in a sequence.srt -
2.8 KB
01 - Explore the quantify operators.mp4 -
2.4 MB
01 - Explore the quantify operators.srt -
3.1 KB
02 - Use the Any method to detect empty sequence.mp4 -
8.8 MB
02 - Use the Any method to detect empty sequence.srt -
4.9 KB
03 - Use the Any method to check if an element exists.mp4 -
3.5 MB
03 - Use the Any method to check if an element exists.srt -
2.1 KB
04 - How the Contains method works.mp4 -
5.5 MB
04 - How the Contains method works.srt -
3.2 KB
05 - Use the All method to check if all elements match.mp4 -
3.7 MB
05 - Use the All method to check if all elements match.srt -
2.3 KB
01 - Explore the Partition operators.mp4 -
2.1 MB
01 - Explore the Partition operators.srt -
2.6 KB
02 - Using the Skip and Take operators.mp4 -
3.8 MB
02 - Using the Skip and Take operators.srt -
2.3 KB
03 - Using Skip and Take with conditions.mp4 -
4.3 MB
03 - Using Skip and Take with conditions.srt -
2.4 KB
01 - Use LINQ in a .NET application.mp4 -
1.6 MB
01 - Use LINQ in a .NET application.srt -
1.6 KB
02 - Enhance queries with MoreLinq.mp4 -
8.5 MB
02 - Enhance queries with MoreLinq.srt -
5.5 KB
03 - MoreLinq in action Additional examples.mp4 -
5.1 MB
03 - MoreLinq in action Additional examples.srt -
3.7 KB
01 - Understand LINQ for databases.mp4 -
7.3 MB
01 - Understand LINQ for databases.srt -
8.4 KB
02 - A quick look at querying database data.mp4 -
19.7 MB
02 - A quick look at querying database data.srt -
10.8 KB
03 - Change the database connection strings.mp4 -
3.6 MB
03 - Change the database connection strings.srt -
2.3 KB
04 - IQueryable and other DB types.mp4 -
7.8 MB
04 - IQueryable and other DB types.srt -
9.8 KB
05 - Install SQLite and EF core power tools.mp4 -
5.2 MB
05 - Install SQLite and EF core power tools.srt -
3.1 KB
06 - Overview of the course databases.mp4 -
4.7 MB
06 - Overview of the course databases.srt -
3.6 KB
07 - Quick look at creating EF models.mp4 -
9.6 MB
07 - Quick look at creating EF models.srt -
5.6 KB
08 - How to use the custom DbContext.mp4 -
10.4 MB
08 - How to use the custom DbContext.srt -
5.0 KB
09 - Review the entity framework models.mp4 -
12.4 MB
09 - Review the entity framework models.srt -
6.5 KB
01 - Connect to included sample database.mp4 -
4.7 MB
01 - Connect to included sample database.srt -
2.5 KB
02 - Connect to another database.mp4 -
9.7 MB
02 - Connect to another database.srt -
6.1 KB
03 - Connect to an EF model in a .NET assembly.mp4 -
6.9 MB
03 - Connect to an EF model in a .NET assembly.srt -
5.7 KB
04 - View the database structures in LINQPad.mp4 -
5.8 MB
04 - View the database structures in LINQPad.srt -
4.3 KB
01 - Explore the relevant LINQ types.mp4 -
12.4 MB
01 - Explore the relevant LINQ types.srt -
13.7 KB
02 - Understand how DbContext works.mp4 -
18.4 MB
02 - Understand how DbContext works.srt -
9.1 KB
03 - DbSet The foundation of EF collections.mp4 -
11.4 MB
03 - DbSet The foundation of EF collections.srt -
6.6 KB
04 - Using navigation properties in EF.mp4 -
12.6 MB
04 - Using navigation properties in EF.srt -
6.7 KB
05 - Add, update, and remove data in EF.mp4 -
7.9 MB
05 - Add, update, and remove data in EF.srt -
4.4 KB
06 - View the generated SQL in LINQPad.mp4 -
8.4 MB
06 - View the generated SQL in LINQPad.srt -
4.5 KB
01 - Projection Retrieve fewer columns.mp4 -
10.5 MB
01 - Projection Retrieve fewer columns.srt -
6.3 KB
02 - Paging data with take and skip.mp4 -
9.6 MB
02 - Paging data with take and skip.srt -
5.2 KB
03 - Use Find for faster key-based search.mp4 -
6.6 MB
03 - Use Find for faster key-based search.srt -
3.6 KB
04 - Use EF navigation properties over joins.mp4 -
9.6 MB
04 - Use EF navigation properties over joins.srt -
5.6 KB
05 - Using the Contains method in queries.mp4 -
7.8 MB
05 - Using the Contains method in queries.srt -
4.8 KB
06 - Group query results with GroupBy.mp4 -
9.3 MB
06 - Group query results with GroupBy.srt -
5.1 KB
07 - Flatten child collections with SelectMany.mp4 -
5.0 MB
07 - Flatten child collections with SelectMany.srt -
2.8 KB
08 - Filter records by date range.mp4 -
3.9 MB
08 - Filter records by date range.srt -
2.2 KB
01 - ADO.NET and LINQ to DataSet.mp4 -
6.7 MB
01 - ADO.NET and LINQ to DataSet.srt -
7.7 KB
02 - Reference another query file.mp4 -
4.4 MB
02 - Reference another query file.srt -
2.1 KB
03 - Create and populate a DataSet.mp4 -
10.4 MB
03 - Create and populate a DataSet.srt -
5.3 KB
04 - Query a DataSet using AsEnumerable.mp4 -
4.4 MB
04 - Query a DataSet using AsEnumerable.srt -
2.8 KB
05 - Access DataRow fields in a query.mp4 -
8.1 MB
05 - Access DataRow fields in a query.srt -
4.1 KB
01 - Understand LINQ for XML.mp4 -
5.0 MB
01 - Understand LINQ for XML.srt -
4.2 KB
02 - Overview of .NET XML types.mp4 -
9.5 MB
02 - Overview of .NET XML types.srt -
9.4 KB
01 - XML data files used in this course.mp4 -
8.6 MB
01 - XML data files used in this course.srt -
3.6 KB
02 - Load XML data from a file.mp4 -
8.9 MB
02 - Load XML data from a file.srt -
4.4 KB
03 - Introduction to the XDocument class.mp4 -
4.5 MB
03 - Introduction to the XDocument class.srt -
2.1 KB
04 - How XML namespaces affect queries.mp4 -
12.1 MB
04 - How XML namespaces affect queries.srt -
6.8 KB
05 - Parse XML from a string.mp4 -
4.2 MB
05 - Parse XML from a string.srt -
1.9 KB
06 - Save an XML document.mp4 -
4.9 MB
06 - Save an XML document.srt -
2.5 KB
07 - Quick look at a LINQ to XML query.mp4 -
8.4 MB
07 - Quick look at a LINQ to XML query.srt -
4.7 KB
01 - The structure and data in the XML file.mp4 -
8.5 MB
01 - The structure and data in the XML file.srt -
4.3 KB
02 - Retrieve an element from XML.mp4 -
10.8 MB
02 - Retrieve an element from XML.srt -
5.1 KB
03 - Retrieve an attribute from XML.mp4 -
3.6 MB
03 - Retrieve an attribute from XML.srt -
2.0 KB
04 - Get elements with a namespace.mp4 -
13.8 MB
04 - Get elements with a namespace.srt -
7.0 KB
05 - Get attributes with a namespace.mp4 -
5.9 MB
05 - Get attributes with a namespace.srt -
2.8 KB
06 - Retrieve a collection of elements.mp4 -
8.5 MB
06 - Retrieve a collection of elements.srt -
5.2 KB
07 - Retrieve child elements from XML.mp4 -
5.0 MB
07 - Retrieve child elements from XML.srt -
2.2 KB
08 - Use Descendants() to find child elements.mp4 -
3.1 MB
08 - Use Descendants() to find child elements.srt -
2.3 KB
09 - Retrieve attributes from XML.mp4 -
5.5 MB
09 - Retrieve attributes from XML.srt -
3.2 KB
10 - Read values from elements and attributes.mp4 -
5.6 MB
10 - Read values from elements and attributes.srt -
3.4 KB
01 - Change element and attribute values.mp4 -
9.9 MB
01 - Change element and attribute values.srt -
5.3 KB
02 - Issues with modifying element values.mp4 -
4.6 MB
02 - Issues with modifying element values.srt -
2.8 KB
03 - Use SetElementValue to add, remove, and modify child elements.mp4 -
3.4 MB
03 - Use SetElementValue to add, remove, and modify child elements.srt -
1.8 KB
01 - Use Query syntax to work with elements.mp4 -
13.0 MB
01 - Use Query syntax to work with elements.srt -
8.2 KB
02 - Query element values in XML.mp4 -
3.2 MB
02 - Query element values in XML.srt -
2.1 KB
03 - Query attributes in XML.mp4 -
5.2 MB
03 - Query attributes in XML.srt -
3.1 KB
04 - Project data into an anonymous type.mp4 -
12.7 MB
04 - Project data into an anonymous type.srt -
6.7 KB
05 - Filter by attribute value with Where.mp4 -
5.3 MB
05 - Filter by attribute value with Where.srt -
3.3 KB
06 - Use Where to compare values.mp4 -
5.9 MB
06 - Use Where to compare values.srt -
3.5 KB
07 - Perform aggregate queries in XML.mp4 -
3.9 MB
07 - Perform aggregate queries in XML.srt -
2.4 KB
08 - Sort query results with OrderBy.mp4 -
10.2 MB
08 - Sort query results with OrderBy.srt -
5.8 KB
09 - Find empty elements and blank values.mp4 -
16.9 MB
09 - Find empty elements and blank values.srt -
8.0 KB
10 - Group XML data with GroupBy.mp4 -
11.0 MB
10 - Group XML data with GroupBy.srt -
6.3 KB
11 - Challenge Create a custom string output.mp4 -
5.2 MB
11 - Challenge Create a custom string output.srt -
2.9 KB
12 - Solution Create a custom string output.mp4 -
4.1 MB
12 - Solution Create a custom string output.srt -
2.1 KB
13 - Challenge Filter elements with no content.mp4 -
2.5 MB
13 - Challenge Filter elements with no content.srt -
1.5 KB
14 - Solution Filter elements with no content.mp4 -
2.6 MB
14 - Solution Filter elements with no content.srt -
1.2 KB
15 - Challenge Filter results for invalid values.mp4 -
4.5 MB
15 - Challenge Filter results for invalid values.srt -
2.7 KB
16 - Solution Filter results for invalid values.mp4 -
5.4 MB
16 - Solution Filter results for invalid values.srt -
2.9 KB
01 - Basic JSON query techniques.mp4 -
5.6 MB
01 - Basic JSON query techniques.srt -
3.4 KB
02 - Load data from a JSON file.mp4 -
5.3 MB
02 - Load data from a JSON file.srt -
3.5 KB
03 - Query JSON with type projection.mp4 -
5.5 MB
03 - Query JSON with type projection.srt -
2.7 KB
04 - Group JSON data with GroupBy.mp4 -
6.3 MB
04 - Group JSON data with GroupBy.srt -
3.2 KB
01 - More examples from the course.mp4 -
6.0 MB
01 - More examples from the course.srt -
3.9 KB
02 - Next steps in your LINQ journey.mp4 -
10.2 MB
02 - Next steps in your LINQ journey.srt -
6.5 KB
Bonus Resources.txt -
70 bytes
Related torrents
| Torrent Name | Added | Size | Seed | Leech | Health |
|---|---|---|---|---|---|
| 2023-06-23 | 82.6 MB | 28 | 9 | ||
| 2023-06-22 | 183.0 MB | 0 | 0 | ||
| 2023-07-01 | 49.3 MB | 10 | 2 | ||
| 2023-07-01 | 98.5 MB | 41 | 11 | ||
| 2023-07-01 | 38.8 MB | 29 | 7 | ||
| 2023-07-01 | 84.4 MB | 9 | 0 | ||
| 2023-07-01 | 98.6 MB | 11 | 0 | ||
| 2023-07-01 | 84.3 MB | 0 | 0 | ||
| 2023-07-01 | 31.7 MB | 23 | 0 | ||
| 2023-07-01 | 98.5 MB | 10 | 0 |
Note :
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information. Watch Complete Guide to NET LINQ Querying Collections Databases an Full Movie Online Free, Like 123Movies, FMovies, Putlocker, Netflix or Direct Download Torrent Complete Guide to NET LINQ Querying Collections Databases an via Magnet Download Link.Comments (0 Comments)
Please login or create a FREE account to post comments

