Skip to content

jia-von/c-oop-practice-introduction-to-linq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Introduction to LINQ within Microsoft.NETCore.App

The goal of this practice is help me familiarize with class and object creation. Additionally, to use LINQ to query data.

Installation

$ git clone https://github.com/jia-von/c-oop-practice-introduction-to-linq.git
$ cd c-oop-practice-introduction-to-linq-jia-von
$ start devenv LINQ-Practice-Intro.sln

Usage

  • The queries are conducted within Program.cs using LINQ.
  • Once queries are written, use Debugging feature to start the program.

Program

Result

Console