in newer .NET versions non-generic data structures are deprecated and is strongly encouraged to use generic data structures, so Stack myStack = new(); or if u really want non-genericish stack then u can initialize generic stackw ith dynamic val so Stack myStack = new();
@amitsengupta81363 жыл бұрын
Simply Awesome! Very simple and very concise! Could you please upload a full course on REST API with C#?
@DotNetHow3 жыл бұрын
Hey Amit. I am already uploading a course - kzbin.info/www/bejne/bobWmaSkndB5a7M&ab_channel=ErvisTrupja
@amitsengupta81363 жыл бұрын
Hi Ervis! Super! Thanks!!!
@DotNetHow3 жыл бұрын
You are welcome Amit
@MaxxD173 жыл бұрын
amazing content, I am now subscribed. Watched this video and the Queue video - both were well explained!
@DotNetHow3 жыл бұрын
Thanks
@IlaiShoshani3 жыл бұрын
@@DotNetHow Yeah, I also saw the 2 videos and they are absolutely great! They sum up the subjects very well, good job
@DotNetHow3 жыл бұрын
Thanks for your feedback
@David-rr9xw2 жыл бұрын
Thank You!
@DotNetHow2 жыл бұрын
You are welcome
@wholesomedegenerate8692 жыл бұрын
Simple and very informative, thank you for the video!! Big help for college
@DotNetHow Жыл бұрын
Thank you for your feedback
@vishnu27373 жыл бұрын
Hi, How do we find the right below object of the top object from the stack?
@nailtagiyev63405 жыл бұрын
Thanks bro
@DotNetHow5 жыл бұрын
You are welcome
@mahmoudrifaat53255 жыл бұрын
great tutorial .. the name of the soundtrack pls?
@DotNetHow5 жыл бұрын
I don't know. Someone else edited these videos for me.
@fitoremuslija46824 жыл бұрын
Hi! How can i use the push and pop method to give me an output of the numburs from 9 to 1