C# Interview prep: 50 Question and Answers

C# Interview prep: 50 Question and Answers

tutorialsEU - C#

2 года назад

47,447 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@amazingrays
@amazingrays - 20.01.2024 02:32

Nice video 🙏

Ответить
@csperi-peri2447
@csperi-peri2447 - 22.10.2023 23:31

Great video - covering a wide variety of topics with code examples.

Ответить
@bittatamber
@bittatamber - 15.10.2023 04:37

Excited

Ответить
@Robert723
@Robert723 - 24.07.2023 22:53

Hi Denis,
Thanks for the video!
I think you could include the 'Pause' clip about your complete C# course more often in this video.

Ответить
@paulc.8727
@paulc.8727 - 20.06.2023 00:51

what happened to 39 Explain var and dynamic?? 💨

Ответить
@kwstaslalaounis3212
@kwstaslalaounis3212 - 12.06.2023 16:43

Thank you!!!

Ответить
@user-lu2my8ly8t
@user-lu2my8ly8t - 02.06.2023 19:43

Quick pause.

Ответить
@Joseph-ex4sf
@Joseph-ex4sf - 02.06.2023 19:07

Appreciate the video but you put in way too many interruptions.

Ответить
@kunnu9030
@kunnu9030 - 19.12.2022 22:15

plz provide the website link to read the content.

Ответить
@shenth27
@shenth27 - 22.09.2022 06:06

Great course if no advertising for his Master class every 5 mins

Ответить
@FrankPapadakis
@FrankPapadakis - 24.07.2022 22:07

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 🥴

Ответить
@davestorm6718
@davestorm6718 - 28.04.2022 23:01

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);

Ответить
@sureshshindhe502
@sureshshindhe502 - 27.04.2022 19:14

Thank you very much

Ответить
@svlada84
@svlada84 - 19.04.2022 20:20

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.

Ответить
@luis.e.moreno
@luis.e.moreno - 12.04.2022 19:15

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 😀

Ответить
@bornafrica7887
@bornafrica7887 - 15.02.2022 18:45

Bro had to put an ad every 5 min.

Ответить
@ChamaraIresh
@ChamaraIresh - 11.02.2022 16:45

Nice video with clear examples

Ответить
@pranitapawar7707
@pranitapawar7707 - 28.01.2022 11:38

really nice video..can you make video for xamarin forms also

Ответить
@sol-3uk
@sol-3uk - 26.01.2022 14:15

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.

Ответить
@krishnakumargupta6993
@krishnakumargupta6993 - 07.01.2022 02:43

It's video very grateful for my interview

Ответить
@mageking4343
@mageking4343 - 05.12.2021 19:29

sir smile is owsm

Ответить
@meosart1758
@meosart1758 - 30.09.2021 21:09

Great video! Many thanks!

Ответить
@spiker9677
@spiker9677 - 30.09.2021 17:12

Awesome with clear examples 👍

Ответить
@HawkEncounters
@HawkEncounters - 30.09.2021 14:38

I got C# Masterclass course for my College Training so this will help me a lot to answer many questions in my exam. :)

Ответить