Hello , just a quick question: in the read() function of the txt file, you created an array converted from a new Contact object., giving as index the top item of the txt file. How this array contains everything if the object was freshly created? And how is that data sliced, so the elements in the loop are the corresponding to a new Contact object? Probably my questions sound silly, but all I see is an array , which somehow knows what to pick up and how to handle data without any additional code. Can you tell me how to reference to this approach on google or anywhere to read more about the concept? Thank you.
@willyekeu22026 жыл бұрын
awesome
@mohsinrazajaffry13916 жыл бұрын
can i have the code?
@Argidiel7 жыл бұрын
Thank you so much for this video!
@ashrafulhoquemiraj72947 жыл бұрын
upload another video for converting binary to decimal
@ashrafulhoquemiraj72947 жыл бұрын
this is awesome
@taevy127 жыл бұрын
you saved me dude. thanks
@pietersmith97457 жыл бұрын
Great vid. Thanx!
@PetDanderTutorials7 жыл бұрын
You're welcome! glad to help!
@Anstroy957 жыл бұрын
thanks for the tuts :)
@nitrotech97017 жыл бұрын
great love it
@dane_k24777 жыл бұрын
Thank heaps for putting it up this video.Great and right to the point.
@stevenrogersfineart42247 жыл бұрын
Great video, but the dry mouth is very distracting. A glass of water would help. Otherwise, nice job!
@patrickmadlang-awa21907 жыл бұрын
This is very helpful, similar to the exams from universities and other companies.
@Ladidahsera7 жыл бұрын
Mr. Nick, this is pretty cool ! 😎 You get an A+
@PetDanderTutorials7 жыл бұрын
Ladidahsera thanks haha
@ColaMen177 жыл бұрын
Thanks a lot for helping, really useful video.
@automodeldiecast99637 жыл бұрын
Awesome Explanation!
@otaku_village7 жыл бұрын
Please show me how to read only a specific line of your choosing in the text file
@klasjensgard21777 жыл бұрын
I kind of agree to the previous comment....this might save my ass too as I'm studying C#. Any chance of getting in contact with u since you seem to be the guy to ask questions about C#. Questions concern the making of a membership register protected with a password when u start the program, it shouls also contain a local database of the members and their pets. Would be great if u could help :)
@farrukhnaeem44497 жыл бұрын
thanks for video ....i want to apply merge sort in that contact can you gave me code or some kind off stuff which i understand how to apply merge sort in that?
@Nokenheimer7 жыл бұрын
Idk if this video saved my ass, but hopefully it'll save my ass. Thanks!
@MrAlefantos7 жыл бұрын
TMP PANE AIGAIOU
@saikishan14957 жыл бұрын
once I login into the website form with user and password. I want to display welcome "username" in the new page. I cannot able to get the username from the C# identity feature.
@EDDIEGARAGE7 жыл бұрын
great can you add a tax to the wages thanks very much
@grizzlybare62667 жыл бұрын
Infinite thumbs up for you sir ^_^
@runes-cape38007 жыл бұрын
Thank you SO much sir! Finally a tutorial I understood after 2 days. Like!
@PetDanderTutorials7 жыл бұрын
You're welcome!
@datashtho7 жыл бұрын
You saved me!
@ZIANEAdel7 жыл бұрын
thank u for this great video
@BRodTutorials7 жыл бұрын
If you are looking for more C# tutorials I am your guy!
@fajans46067 жыл бұрын
what app do you use in programming??
@fajans46067 жыл бұрын
nvm i need an app for javascript programming..... thought you could help..
@BRodTutorials7 жыл бұрын
I use C# in Visual Studio
@arnoldmweyola57007 жыл бұрын
so do i create a property for each instance
@Thatoneblackguy2587 жыл бұрын
Thank you so much! My teacher did such a poor job covering this complex chapter but you made it sound easy. You're 30 minutes vs his 2 hours and you come out on top!
@charlesnapier84907 жыл бұрын
very helpful
@landvcn7 жыл бұрын
Thanks for you answer.
@landvcn7 жыл бұрын
Thanks for the videos.Very good video. I have A question to ask, Why does that write? public Contact() { FirstName = "Tim"; LastName = "li"; Phone = "1111111111"; } public Contact(string firstName, string lastName, string ihone) { FirstName = firstName; LastName = lastName; Phone = phone; }
@PetDanderTutorials7 жыл бұрын
浩秦 李 in object oriented programming, in order to create objects from classes, we need those two methods which are called constructors. one constructor can be used to initialize the object with default values and the other constructor can be used to initialize object with values passed by arguments
@nahomalem64407 жыл бұрын
Thank you very much. You explained every single detail I needed. You are awesome. Keep it up.
@qubitvicks7 жыл бұрын
Great video. I was struggling like mad with a task for Uni and the tutorial was terrible. Watched this and did the code needed in minutes.
@amyshuhadah30967 жыл бұрын
is it database.sdf and mdf has different?
@najiakhan42177 жыл бұрын
how can i add the merge sort and quick sort in this contact list?
@sultanqureshi27668 жыл бұрын
Sir AT 28.49 when you pressed add contact, in my case nothing happened in the list box
@akshayghejji17998 жыл бұрын
pls give all this program in doc format...to my mail.. ghejjiakshay@gmail
@TehTeqroo8 жыл бұрын
Great tutorial, very useful for my school project. If I wanted to add a 'remove contact' button, how would I go about doing that?
@daveelder7178 жыл бұрын
Great Videos! Would be great to see an example reading the same information from a csv file into the same object.That where I'm having a problem understanding how this done!