Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

input and output operations in the files
I need to write a C# program to read in a text file with following data

Name IPaddress sector department switch port
Randy 192.168.1.25 4 HR 3
Matthew 192.168.1.40 4 HR 15
Hoobert 192.168.2.6 5 CS 4
Reeve 192.168.2.11 5 CS 12
Mary 192.168.4.8 IT 9

and more on the list. and do some modification to the current list like changing the IP segment based on either condition, example base on department CS(customer service)segment has change from 192.168.2.*** to 192.168.16.*** .

secondly am require to add text among all the lines like
"set change mary at 192.168.4.8 from IT port 9 with activation.
write a program in c# that allows the user to open file Test.text located at "E:/OfficeDocuments/Test.text" the user input string which should be copied to the file
Programming in C: please explain this in depth
- 00P compared to other forms of programming
Create a small Sports database with two tables: Team and Athlete. The Team table should include fields for the type of team (e.g., basketball), coach’s name (both last and first), and the season the sport is most active (S for spring, F for Fall, or B for both). The Athlete table should include fields for student number, student first and last names, and type of sport. Use the same identifier for type of sport in both tables to enable the tables to be related and linked. Populate the tables with sporting teams from your school. The type of database (SQL Server or Access) will be determined by your instructor. Write a C# program that displays information about each team, including the names of the athletes.
Use Microsoft access to create a small database with a table or two. Remember that your Microsoft Access is most likely a more recent version, so you will see some differences . Create a small windows application that will use your new access database. It should include an improved DataForm, a data grid and a report
write a C# program to display the customer number and name in a data grid. Format the grid control so that it is professionally aesthetically appealing. Allow the user to add records to the database. If your designed solution involves the use of a disconnected database, post the changes back to the live database. Be sure to check the database records to make sure the changes have been made. For an added challenge, write program statements, as opposed to using the database configuration tools wizard.
Use Microsoft access to create a small database with a table or two. Remember that your Microsoft Access is most likely a more recent version, so you will see some differences . Create a small windows application that will use your new access database. It should include an improved DataForm, a data grid and a report
Create a small Sports database with two tables: Team and Athlete. The Team table should include fields for the type of team (e.g., basketball), coach’s name (both last and first), and the season the sport is most active (S for spring, F fo Fall, or B for both). The Athlete table should include fields for student number, student first and last names, and type of sport. Use the same identifier for type of sport in both tables to enable the tables to be related and linked. Populate the tables with sporting teams from your school. The type of database (SQL Server or Access) will be determined by your instructor. Write a C# program that displays information about each team, including the names of the athletes.
in c# Write a WeightConverter class that can be used to convert standard weight measurements. In your list of options, include as a minimum grams, kilograms, pounds, and ounces. If the user enters a negative number or a nonnumeric value, throw and handle an exception. Create an application class to test the WeightConverter class.
LATEST TUTORIALS
APPROVED BY CLIENTS