Getting Started with LINQ
Visual Studio 2013
| Intermediate
- 15 videos | 58m 15s
- Earns a Badge
LINQ provides a powerful set of tools for incorporating databases into .NET applications. Learn to create a simple query in LINQ, create relationships with a query, update database tables with a query, and some advanced query techniques.
WHAT YOU WILL LEARN
-
Use linq in microsoft .net applicationsUse linq to query a simple list of objects in the .net frameworkUse linq to create result objects from a queryJoin sets of objects with linqAccess related tables in a database by using the relations defined in the data modelIterate over related tables in a sql queryUse multiple from clauses and the orderby clause and return unnamed result propertiesUse the where clause to create logical relationships between tables
-
Make a change in the database that is persisted to sqlCreate an object in an entity data model and persist that change to the sql databaseCheck if an object exists in an entity data model, remove existing relationships to other data objects, and then remove it from the data model and the sql databaseControl when a query is executed in linqRestrict some linq queries with the where clause and compose complex where parametersConvert a complex linq query to the method syntaxAvoid or handle query conflicts in linq
IN THIS COURSE
-
4m 22sIn this video, learn how to use LINQ in Microsoft .NET applications. FREE ACCESS
-
4mIn this video, you will learn how to use LINQ to query a simple list of objects in the .NET framework. FREE ACCESS
-
3m 44sIn this video, you will learn how to use LINQ to create result objects from a query. FREE ACCESS
-
4m 44sThis video will show you how to join sets of objects using LINQ. FREE ACCESS
-
2m 23sIn this video, find out how to access related tables in a database by using the relations defined in the data model. FREE ACCESS
-
3m 38sIn this video, you will iterate over related tables in a SQL query. FREE ACCESS
-
3m 27sDuring this video, you will learn how to use multiple from clauses and the orderby clause and return unnamed result properties. FREE ACCESS
-
3m 46sIn this video, you will learn how to use the WHERE clause to create logical relationships between tables. FREE ACCESS
-
3m 12sIn this video, learn how to make a change in the database that is saved in SQL. FREE ACCESS
-
3m 38sIn this video, you will learn how to create an object in an entity data model and persist that change to the SQL database. FREE ACCESS
-
3m 26sIn this video, you will check if an object exists in an entity data model, remove existing relationships to other data objects, and then remove it from the data model and the SQL database. FREE ACCESS
-
4m 31sIn this video, you will learn how to control when a query is executed using LINQ. FREE ACCESS
-
4m 27sIn this video, you will restrict some LINQ queries with the where clause and compose complex where parameters. FREE ACCESS
-
4m 38sIn this video, you will convert a complex LINQ query to the Method Syntax form. FREE ACCESS
-
4m 20sIn this video, you will learn how to avoid or handle query conflicts in LINQ. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Channel
Wintellect NoSQL