C# programming: Breakout
58:26
6 жыл бұрын
Link Lists: Employee Data Application
11:15
Пікірлер
@Bartnick81
@Bartnick81 6 жыл бұрын
Thank you!
@shaikhshoab6609
@shaikhshoab6609 6 жыл бұрын
Great job.... 👍
@Borat956
@Borat956 6 жыл бұрын
45k views with 1k subs! Sir ur famous
@prakashsekar8543
@prakashsekar8543 6 жыл бұрын
clearly explained process thank you so much
@hannahajayi1445
@hannahajayi1445 6 жыл бұрын
This is so helpful and informative. EXCELLENT!!!!
@Riki-dx2og
@Riki-dx2og 6 жыл бұрын
Wow Thanks allot :)
@domjanzsoo
@domjanzsoo 6 жыл бұрын
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.
@willyekeu2202
@willyekeu2202 6 жыл бұрын
awesome
@mohsinrazajaffry1391
@mohsinrazajaffry1391 6 жыл бұрын
can i have the code?
@Argidiel
@Argidiel 7 жыл бұрын
Thank you so much for this video!
@ashrafulhoquemiraj7294
@ashrafulhoquemiraj7294 7 жыл бұрын
upload another video for converting binary to decimal
@ashrafulhoquemiraj7294
@ashrafulhoquemiraj7294 7 жыл бұрын
this is awesome
@taevy12
@taevy12 7 жыл бұрын
you saved me dude. thanks
@pietersmith9745
@pietersmith9745 7 жыл бұрын
Great vid. Thanx!
@PetDanderTutorials
@PetDanderTutorials 7 жыл бұрын
You're welcome! glad to help!
@Anstroy95
@Anstroy95 7 жыл бұрын
thanks for the tuts :)
@nitrotech9701
@nitrotech9701 7 жыл бұрын
great love it
@dane_k2477
@dane_k2477 7 жыл бұрын
Thank heaps for putting it up this video.Great and right to the point.
@stevenrogersfineart4224
@stevenrogersfineart4224 7 жыл бұрын
Great video, but the dry mouth is very distracting. A glass of water would help. Otherwise, nice job!
@patrickmadlang-awa2190
@patrickmadlang-awa2190 7 жыл бұрын
This is very helpful, similar to the exams from universities and other companies.
@Ladidahsera
@Ladidahsera 7 жыл бұрын
Mr. Nick, this is pretty cool ! 😎 You get an A+
@PetDanderTutorials
@PetDanderTutorials 7 жыл бұрын
Ladidahsera thanks haha
@ColaMen17
@ColaMen17 7 жыл бұрын
Thanks a lot for helping, really useful video.
@automodeldiecast9963
@automodeldiecast9963 7 жыл бұрын
Awesome Explanation!
@otaku_village
@otaku_village 7 жыл бұрын
Please show me how to read only a specific line of your choosing in the text file
@klasjensgard2177
@klasjensgard2177 7 жыл бұрын
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 :)
@farrukhnaeem4449
@farrukhnaeem4449 7 жыл бұрын
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?
@Nokenheimer
@Nokenheimer 7 жыл бұрын
Idk if this video saved my ass, but hopefully it'll save my ass. Thanks!
@MrAlefantos
@MrAlefantos 7 жыл бұрын
TMP PANE AIGAIOU
@saikishan1495
@saikishan1495 7 жыл бұрын
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.
@EDDIEGARAGE
@EDDIEGARAGE 7 жыл бұрын
great can you add a tax to the wages thanks very much
@grizzlybare6266
@grizzlybare6266 7 жыл бұрын
Infinite thumbs up for you sir ^_^
@runes-cape3800
@runes-cape3800 7 жыл бұрын
Thank you SO much sir! Finally a tutorial I understood after 2 days. Like!
@PetDanderTutorials
@PetDanderTutorials 7 жыл бұрын
You're welcome!
@datashtho
@datashtho 7 жыл бұрын
You saved me!
@ZIANEAdel
@ZIANEAdel 7 жыл бұрын
thank u for this great video
@BRodTutorials
@BRodTutorials 7 жыл бұрын
If you are looking for more C# tutorials I am your guy!
@fajans4606
@fajans4606 7 жыл бұрын
what app do you use in programming??
@fajans4606
@fajans4606 7 жыл бұрын
nvm i need an app for javascript programming..... thought you could help..
@BRodTutorials
@BRodTutorials 7 жыл бұрын
I use C# in Visual Studio
@arnoldmweyola5700
@arnoldmweyola5700 7 жыл бұрын
so do i create a property for each instance
@Thatoneblackguy258
@Thatoneblackguy258 7 жыл бұрын
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!
@charlesnapier8490
@charlesnapier8490 7 жыл бұрын
very helpful
@landvcn
@landvcn 7 жыл бұрын
Thanks for you answer.
@landvcn
@landvcn 7 жыл бұрын
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; }
@PetDanderTutorials
@PetDanderTutorials 7 жыл бұрын
浩秦 李 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
@nahomalem6440
@nahomalem6440 7 жыл бұрын
Thank you very much. You explained every single detail I needed. You are awesome. Keep it up.
@qubitvicks
@qubitvicks 7 жыл бұрын
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.
@amyshuhadah3096
@amyshuhadah3096 7 жыл бұрын
is it database.sdf and mdf has different?
@najiakhan4217
@najiakhan4217 7 жыл бұрын
how can i add the merge sort and quick sort in this contact list?
@sultanqureshi2766
@sultanqureshi2766 8 жыл бұрын
Sir AT 28.49 when you pressed add contact, in my case nothing happened in the list box
@akshayghejji1799
@akshayghejji1799 8 жыл бұрын
pls give all this program in doc format...to my mail.. ghejjiakshay@gmail
@TehTeqroo
@TehTeqroo 8 жыл бұрын
Great tutorial, very useful for my school project. If I wanted to add a 'remove contact' button, how would I go about doing that?
@daveelder717
@daveelder717 8 жыл бұрын
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!
@_WeVibe
@_WeVibe 8 жыл бұрын
5 + 7 = 12 :)