所有项目
Text File Read/Write (CMD App)
A pair of C# .NET console applications: one writes timestamped iteration data to a text file, the other reads it back and prints it to the console.
该项目的文档仅提供英文版本。
- C#
- .NET
Assignment Submission Date: 26th June 2019
Developed Two Standalone applications using C#.NET console application,
- One for Writing Data to a Text File
- Other for Reading Data from a Text File
Assignment Brief:
Writing Data to a Text File -
- Print the name of the localhost.
- Run a iteration up to 100, print the iteration number and the timestamp for each iteration to the text file.
Reading Data from a Text File -
- Read data from the text file and print the data on the console application.
Technologies Used:
- C# Console Application (.NET Framework)
- Programming Language: C#
- IDE: Microsoft Visual Studio