🚀Master C# and .NET programming EASILY with our best-selling C# Masterclass: bit.ly/47Hk3u7
@64imma Жыл бұрын
Is there a way to append text to a file, rather than totally erasing the contents of it every time you write to it? Edit: yes there is. If you pass true into the parameters for your new streamwriter object, it will enable appending mode, rather than rewriting the entire file.
@GiorgiBekurashvili Жыл бұрын
Doggo increasses performance ! ❤
@mr-spoon5 ай бұрын
THANKS ! very helpfull video
@RM-xl1ed2 ай бұрын
Great explanation, very easy to understand, thanks mate
@baidennewlove30703 жыл бұрын
Surely, I am already in class. Thanks for the video. Helped me have a feel of what's ahead. Interesting stuff.:)
@tutorialsEU3 жыл бұрын
Thanx for watching : ).
@storypur3 жыл бұрын
Is Lenovo legion 5 pro good for android and web development purposes? Processor and memory features - • 11th generation, core i7 • 16GB RAM, 1TB SSD • 6GB graphic/ NVIDIA GeForce RTX 3060 Or I should go for MacBook Air or Pro m1 With 16GB unified memory and 1TB SSD...?
@deodekri Жыл бұрын
How about MacBook pro M2 ?
@sabernationtv Жыл бұрын
How do we add the txt file as a project resource, instead of having it in a different folder?
@shazebdev2 жыл бұрын
thank you for this simple tutorial
@64imma Жыл бұрын
Couldn't you just use the using keyword to create your StreamWriter or StreamReader objects? That way, they will automatically close when the using block is finished.
@aryanshah33543 жыл бұрын
Great video. which text editor is this?
@leehyun81743 жыл бұрын
Visual studio by windows
@aryanshah33543 жыл бұрын
@@leehyun8174 ok thanks i use visual studio community but asked bc the autocomplete his had was much better than the one visual studio provides
@tutorialsEU3 жыл бұрын
It's Visual Studio 2022 Preview ;).
@aryanshah33543 жыл бұрын
@@tutorialsEU ok thank you. Love all your videos btw. :)
@govindsankarmr2716 Жыл бұрын
Just excellent, too good
@MsMalcolmX3 жыл бұрын
How can I read a live * .log file and track changes?
@tutorialsEU3 жыл бұрын
The FileSystemWatcher class can be used to monitor changes made to a file system or directory and trigger events when such changes occur :).
@MsMalcolmX3 жыл бұрын
@@tutorialsEU Thank you :D
@SudhanshuKumar-xy6xv3 жыл бұрын
Not related to this video which method is better? a. Inject viewModel in the activity holding the fragments and access that viewModel from fragment. b. Inject in each fragment separately
@storypur3 жыл бұрын
Sir please a section in your paid course that how can someone make a web admin for the app we are going to develop? As doing everything from Firebase is little bit complex for users you don't know about Firebase and it's really time taking so how can we make web admin panel for android app
@tutorialsEU3 жыл бұрын
Thank you for the suggestion, this could be an idea for a future tutorial : ).