Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this assignment, you will use a text file and a series of LINQ queries to create an interface to search a contacts list for

In this assignment, you will use a text file and a series of LINQ queries to create an interface to search a contacts list for a particular e-mail address or a particular person. I have provided you a text file that will serve as the basis for this assignment. It consists of the person's first name, last name, and the e-mail address, all separated by commas.

There are numerous ways to conduct this particular procedure, however, I am asking you to do this in a very specific way so that you get experience working with the types of things covered in the previous two sections.

  1. Use an Open File Dialog control to select the particular text that you will be reading in
  2. Use the .Split method to store the individual elements of that file as an array of arrays of String values
  3. Add a text box and a list to search for all names that start with a particular set of characters that you type in the box
  4. Add a text box and a list to search for all e-mail addresses that end with a particular set of characters that you type in the box
  5. Design the two LINQ queries that are needed to perform those tasks (namely display in the list)
  6. Create a separate button that will use a streamwriter to output all e-mail addresses ending in ".edu" to its own text file

this is the file to be used. PLEASE DO NOT JUST COPY OTHER ANSWERS POSTED> THEY DONT ANSWER THE STEPS TO THE QUESTION

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Databases Concepts And Practice

Authors: Suzanne W Dietrich

1st Edition

1119827949, 9781119827948

More Books

Students also viewed these Databases questions

Question

Determine the amplitude and period of each function.

Answered: 1 week ago

Question

4. Make recommendations on steps to take to melt the glass ceiling.

Answered: 1 week ago

Question

1. Discuss the potential legal issues that relate to training.

Answered: 1 week ago

Question

3. Design a program for preparing for cross-cultural assignments.

Answered: 1 week ago