FREE! Join our All-Access Pass to get access to all of our premium courses including the C# Masterclass and C# ASP NET …
17 Comments
Leave a Reply
You must be logged in to post a comment.
FREE! Join our All-Access Pass to get access to all of our premium courses including the C# Masterclass and C# ASP NET …
You must be logged in to post a comment.
🔥FREE! Join our All-Access Pass to get access to all of our premium courses including the C# Masterclass and C# ASP NET Course: https://bit.ly/3RaL3Jm
Great course if no advertising for his Master class every 5 mins
Lol, watching this video has made me feel like I need to study for a few more years before I should even think about interviewing. I feel so stupid 🥴
Thanks! I noticed you have a bug in your CopyTo command (you copied it to itself instead of to marksCopy)
should be
int[] marksCopy = new int[3];
marks.CopyTo(marksCopy,0);
Thank you very much
Video is great, but there is mistake on question 33. you should write: marks.CopyTo(marksCopy, 0); and not marks.CopyTo(marks, 0); and I test now this method create deep copy not shallow copy us you sad.
This is a great video! Thank you! Will you make more interview question videos? Topics like SOLID in C#, web API, .NET core, Blazor, MVC, etc. More Design Patterns would be nice too. I was asked in an interview what is the Yield keyword purpose. Only Break and Continue are in the video. Thanks 😀
Bro had to put an ad every 5 min.
Nice video with clear examples
really nice video..can you make video for xamarin forms also
Thanks for the video! Just thought I'd point out that for Q.39 it seems like you forgot to change the graphic in the bottom left.
It's video very grateful for my interview
sir smile is owsm
Thank you!! It was something I was looking for ,Concise and precise . Could you please do for ASP.Net Core MVC and JavaScript as well?
Great video! Many thanks!
Awesome with clear examples 👍
I got C# Masterclass course for my College Training so this will help me a lot to answer many questions in my exam. 🙂