Lab08: LINQ
- Author: Bryant Davis
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.
Clone this repository to your local machine.
$ git clone [https://github.com/BryantDavis1986/Lab09-LINQ]
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
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