Hey Everyone! In today’s video, we discuss how to code an ATM Application in C#. ATMs are simple and easy to use banking …
29 Comments
Leave a Reply
You must be logged in to post a comment.
Hey Everyone! In today’s video, we discuss how to code an ATM Application in C#. ATMs are simple and easy to use banking …
You must be logged in to post a comment.
Thank you so much for this video, it's really simple and easy to understand and I had so much fun practicing all these😃🙌.
Very good, however I had a little problem following your solution. I used a pin of 0000 for one of my entries, when running my program If I input 0, 00 or 000, it doesn’t catch the error
Why are you writing in Java way in C#? You do not need to write functions for accessing the fields. This is old style.
Why cant i call Functions from the same class without writing "className.FunctionName();"
and I have to reference the class in a virable in the main method "var className = new classnametype"
You seem like you do it without referring to the class
i dont know about anything else but this guy, is truely a meme lover, bro you are a men of culture
instead of creating different getters and setters, why dont you use properties?
I’ve never really understood the {get; set;} thing despite reading/watching about it 1000 times. I followed your tutorial here and thought “wtf are all these short, repetitive methods?” Then it hit me! HOLY SHIT THIS IS WHAT GET; SET; IS! Not sure if teaching that was your intention, but it was a big moment for me. Thanks. Request: connecting to SQL. ( I’ve tried 3 different ways and I still suck)
Really nice video, I'm learning about inheritance and polymorphism, is there any way that I can try and add them into this program? I highly appreciate your answer.
Hello Shaun, I just start learning C# and want to fill my GitHub with projects. Your videos are really helping me to achieve that. I just want to ask a question, there is a comment "check against our db" and below that a => a.cardNum == debitCardNum code.But I can't reach a.cardNum.It does not show it and gives error. Why is that?
Awesome tutorial. Would be cool to do another project similar but adding a design pattern such as MVC or Layered Pattern. Thanks again 🙂
Hi. Thank you for your lesson.
I have aquestion at 12:16 – how do you get access to variable "a.cardNum" if its Modifire is a "private"?
Really Nice 👍
great
I do not understand this 2 lines
1, void Deposit(CardHolder current user)
2, current user.SetBalance(deposit);
I hear some people say all method's should begin with a capital
Thanks a lot for this! My grades are saved XD
Friend the code??? Please
Hey,
I’m facing some kind of errors !!
Please check it.
The best❤️
channel deserves more view, hot content here
Thank you bruh! ❤️❤️
Well done! Keep going with interesting console projects!
Thank you!
Thank you <3
Could you do it with windows forms?
I'm 10min into the video I'm a total beginner I understand what's going on, but not fully
Thank you alot man. This was really really helpfull! <3
Very nicely explained, thank you. I am trying to learn C# and make as many projects using C#. I have subscribed. Thank you again 😊 👏
Hell yeah dude, awesome tutorial!