votes
to create a file using C#
HI could any one help me ,by letting me know how to create a file using c# program . Thanks in Advance.
blah blah blah is here! blah blah » Close
HI could any one help me ,by letting me know how to create a file using c# program . Thanks in Advance.
hi, i am using the below code to write text to file file created on desktop . do { Console.Write("enter the item:"); Description = Console.ReadLine(); ...
hi , below is the program written to enter item description, price and date of purchase. finally it is going to give the total amount. here i wanted to write the output of this program to a file created and saved on the desktop .to creat ...
hi, i have written a program to enter the item description, date and price of the item and to produce the sum of the prices entered by the user. its working well except ,that it is not producing the toatl amount. namespace ConsoleAppli ...