Building a simple text file processing application with C# Window Form App

preview_player
Показать описание
In this video I try to show the general steps to build a text file processing application using Window Form Applications. The first part of the video lists the general steps to consider, while the second half of the video goes through building a full application from scratch where we consider each step.
Рекомендации по теме
Комментарии
Автор

Thank you! This is saving so much time for a beginner like me!

EvgenyDrumachik
Автор

Excellent video. Just starting with C# and this gave me clues to so many things.

calvindebeverly
Автор

This is very helpful. Thank you for this video!

drewipatel
Автор

Thanky for the video it was really helpful. I had a problem wirh the doubles because of some country specifications. If you read the .0 numbers from the csv it throws an error and if you change it to 0.1 the percentage gets 1000%. I found a solution for it. It depends on country and culture number formats and this is how I solved it:
double sugarPercentage = double.Parse(data[10], );
I hope if anybody has the same issue this will help.

OcomicDe
Автор

Hey, do you by chance have a video that explains each specific command straight to the point, I would love a video like that but cant find it anywhere, I just want to know what each one does, and how to use that

littlebigcreatorworld
Автор

Sir, how do we extract values from a text file that contains tab seperated values in it ?

ajithps
visit shbcf.ru