Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

C#.NET LINQ Tutorial - Basics Of Querying By LINQ

Posted By: C2U
C#.NET LINQ Tutorial - Basics Of Querying By LINQ

C#.NET LINQ Tutorial - Basics Of Querying By LINQ
Lectures 20 | 3 h | Video: AVC (.MP4) 1280x720 30fps | Audio: AAC 44.1KHz 2ch | 318MB
Instructeor: Emre Şavklı | Development/Programming Languages

Learn Language Integrated Query basics, improve your querying skills!
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…
What are the requirements?
*Download and setup Visual Studio 2013 Express Edition. Pre-study and learn C#.NET on basic to intermediate level and object oriented principles
What am I going to get from this course?
*Over 20 lectures and 2.5 hours of content!
*Learn how to query data collections and data sources by LINQ
*Use Func delegate and Lambda Expression into LINQ Extension Methods easily.
*Learn how interfaces implement into a class.
*Learn LINQ expression query set and LINQ extension method usage.
What is the target audience?
*This course appeals to C# .NET Developers who know about the base of C#.NET Language and Object Oriented Programming Principle