Skip to content

401-Advanced-DOTNOT-CSHARP/Lab09-LINQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lab04: Tic-Tac-Toe

About us

Lab08: LINQ

  • Author: Bryant Davis

Description

Your solution should include the following:

The data.json file to your solution root folder Read in the file and answer the questions below Each question and answer should be outputted to the console. Questions Each query builds off of the prior query. You should be chaining.

Output all of the neighborhoods in this data list (Final Total: 147 neighborhoods) Filter out all the neighborhoods that do not have any names (Final Total: 143) Remove the duplicates (Final Total: 39 neighborhoods) Rewrite the queries from above and consolidate all into one single query. Rewrite at least one of these questions only using the opposing method (example: Use LINQ Query statements instead of LINQ method calls and vice versa.) You should have a total of 5 outputs.


Getting Started

Clone this repository to your local machine.

$ git clone [https://github.com/BryantDavis1986/Lab09-LINQ]

To run the program from Visual Studio:

Select File -> Open -> Project/Solution

Next navigate to the location you cloned the Repository.

Double click on the Lab04TicTacToe directory.

Then select and open Lab04TicTacToe.sln


Change Log

1.3: README created and updated - 26 July 2020 1.2: All methods created - 26 July 2020 1.1: Inital Repo Setup - 26 July 2020


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages