Code-401-Lab08-LINQ

LINQ IN Mantattan

Lab08 - LINQ IN Mantattan

Author: Kyungrae Kim


Description

This is a console applocation that brings in data from an external JSON file, reads the data, and can filter the data based on specified values using LINQ.


Getting Started

Clone this repository to your local machine.

$ git clone https://github.com/jeremymaya/Code-401-Lab08-LINQ.git

To run the program from Visual Studio:

Select File -> Open -> ```Code-401-Lab08-LINQ``

Next navigate to the location you cloned the Repository.

Double click on the LINQInMahattan directory.

Then select and open LINQInMahattan.sln


Visuals

PrintNeighborhoods

Image 1

FilterNoName

Image 2

RemoveDuplicates

Image 3

OneSingleQuery

Image 4

OpposingMethod

Image 5


Credits

NewtonSoft


Change Log

1.0: Lab 08 Completed - 25 Oct 2019 9:30 AM