Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.89 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.89 KB

.NET Essentials: LINQ for Databases

This is the repository for the LinkedIn Learning course .NET Essentials: LINQ for Databases. The full course is available from LinkedIn Learning.

.NET Essentials: LINQ for Databases The first explanation you typically hear about Microsoft LINQ is that it provides an in-language query tool to manipulate the contents of arrays and lists. Explore LINQ further and you’ll find it works with other popular data sources like databases and XML files. That makes it a universal query tool that simplifies working with any data source. In this course, part of a three-course series, LinkedIn Learning staff author Walt Ritscher uses LINQPad, a lightweight, powerful code editor, to illustrate useful topics like queryable types, basic query syntax, finding data by date range, and how to use LINQ queries to reduce database network traffic. After completing this course, you’ll have a solid foundation on using LINQ to query database and Entity Framework data.

Instructions

This repository has one MAIN branch for the course.

Installing

  1. To use these exercise files, you must have the following installed:
  2. Clone this repository into your local machine using the Visual Studio, or OS command line tool (Powershell, Windows Terminal) or MAC equivalent .
  3. See the intro chapter for information about this course Git branches.

Instructor

**Walt Ritscher **

Walt Ritscher is a programmer, UI designer, and staff author at LinkedIn Learning.

Check out some of my other courses on LinkedIn Learning.