Тёмный

C# interview questions :- Explain typesafe,casting , implicit casting and explicit casting ? 

.NET Interview Preparation videos
Подписаться 159 тыс.
Просмотров 51 тыс.
50% 1

For more such videos visit www.questpond.com
For more such videos subscribe www.youtube.co...
See our other Step by Step video series below :-
Learn C# Step by Step goo.gl/FNlqn3
Learn Design Pattern Step by Step:- goo.gl/eJdn0m
Learn Angular tutorial step by step tinyurl.com/yc...
Learn MVC Core step by step :- tinyurl.com/y9j...
Learn Azure Step by Step :- tinyurl.com/y6...
Learn SharePoint Step by Step in 8 hours:- goo.gl/XQKHeP
Python Tutorial for Beginners:- • Python Tutorial for Be...
Learn Data Science in 1 hour :- tinyurl.com/y5...
Learn Power BI Step by Step:- tinyurl.com/y6...
Learn MSBI Step by Step in 32 hours:- goo.gl/TTpFZN
Learn SQL Server Step by Step tinyurl.com/ja4...
Learn Tableau step by step :- tinyurl.com/kh...
This video explains typesafe,casting , implicit casting and explicit casting . Awesome video.
Image Courtesy Sites: www.insurancejo... & www.kevinspear....
We are also distributing a 200 page Ebook ".NET Interview Question and Answers". If you want this ebook please share this video in your facebook/twitter/linkedin account and email us on
questpond@questpond.com with the shared link and we will email you the PDF.

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@dnfvideo
@dnfvideo 3 года назад
Do not miss our Interview Question video series 30 Important C# Interview Questions : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-BKynEBPqiIM.html 25 Important ASP.NET Interview Questions : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pXmMdmJUC0g.html 25 Angular Interview Questions : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE--jeoyDJDsSM.html 5 MSBI Interview Questions : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5E815aXAwYQ.html
@raffy3304
@raffy3304 10 лет назад
Thanks.
@ravikant143
@ravikant143 10 лет назад
thanks sir....
@durgaprasadreddy5033
@durgaprasadreddy5033 4 года назад
To be honest, the explanation on conversion and casting is not clear. Internally conversion method might use casting at its core
@tangyorangegames7488
@tangyorangegames7488 2 года назад
Good explanation. Thanks
@mdrahbarahmedkhan
@mdrahbarahmedkhan 4 года назад
This question was asked at Accenture Interview 😊 to me.
@gkmishra2009
@gkmishra2009 5 лет назад
Difference between IList and List in C#
@tubetainment
@tubetainment 3 года назад
Sir, I've one question. Why this=> (char c= 'a'; string str = c;) is an error? there is no question of data loss here, right?
@alexk6745
@alexk6745 3 года назад
Excellent!!! Welldone! Was looking for my wife. Very good for beginners
@sebbes333
@sebbes333 8 лет назад
03:00 This is *exactly* the same C# code; namespace Test { class Program { static void Main(string[] args) { var num = 5; // var takes whatever type is first assigned to it var str = "5"; var result = num + str; Console.WriteLine(result); // Output: 55 without an error or warning } } }
@vidit1989
@vidit1989 7 лет назад
Yes, you are right. But the primary focus here is to let us know that VAR in JAVA is used for all variables, but in C# we do have an option to select int/string etc. 'var' in C# separates it from other data types, for this very reason, i.e. IT IS NOT TYPE-SAFE
@Damixx111
@Damixx111 6 лет назад
vidit, nope not true. Var is type-inference, so it's exactly the same thing like string/int/some other type. It's just shorthand. What you're talking about is the keyword 'dynamic' which is indeed not typesafe and is determined at runtime, not at compile-time
@sidneylc281
@sidneylc281 5 лет назад
Var in JavaScript is to define a variable without datatype, in C# if you use var, it will define your variable according the data. If you put var a = 5, it will define it as int, is the same if you put int a = 5. But once is defined with var as an int, you can't use it as string. That is a special dataype available in C#, it's not the same with JavaScript that when you put a number and then a string, it works as a string. Check out more about var keyword in C#
@subinrevi2268
@subinrevi2268 5 лет назад
Excellent video..thanks for explaining with appropriate examples !
@piyasidey2117
@piyasidey2117 5 лет назад
And what about data loss or not data loss concept in conversion by convert method?
@gkmishra2009
@gkmishra2009 5 лет назад
sir pls give video how call one web api from another web api
@gkmishra2009
@gkmishra2009 5 лет назад
how c# is differ from other language??
@sumit84mca
@sumit84mca 10 лет назад
Sir I want to know what is the difference between Explicit Casting and Conversion at compiler level? How does memory allocated and de-allocated at time of casting or converting.
@rlavigne99
@rlavigne99 9 лет назад
good video, thanks for taking the time :) i will subscribe and watch the rest from time to time.
@himannamdari7375
@himannamdari7375 7 лет назад
perfect tnx
@Quest118
@Quest118 10 лет назад
Thanks
@gkmishra2009
@gkmishra2009 5 лет назад
how consume wcf in web api
@dharmitvyas8547
@dharmitvyas8547 2 года назад
get wcf proxies in web api and call the wcf service from those proxies.
@keno104
@keno104 10 лет назад
LOL, great clear explanation :)
@المعلمليوناردو
@المعلمليوناردو 8 лет назад
good job boy
@jamesjackson414
@jamesjackson414 10 лет назад
Good video
@knight36
@knight36 7 лет назад
Really enjoy your videos. You've a great knowledge base. Though I do giggle when you refer to a method or variable as 'him' or 'this guy' haha. Keep up the good work (Y)
@yasser2768
@yasser2768 4 года назад
She sharp 😁
Далее
C# AppDomain explained
16:45
Просмотров 49 тыс.
+1000 Aura For This Save! 🥵
00:19
Просмотров 12 млн
Трудности СГОРЕВШЕЙ BMW M4!
49:41
Просмотров 1,5 млн
C# Immutable object design pattern
8:26
Просмотров 33 тыс.
Explain IEnumerable in C# ( C# Interview Questions)
8:40
c# (Csharp):- What is the use of Yield keyword in c# ?
10:35
IEnumerable, IEnumerator, IQueryable in C# .NET
6:13
Exception Handling in C# step by step using example
24:54
Post vs Put
23:43
Просмотров 93 тыс.