C# Videos (85) - Page 1

Watch free Video tutorials by the selected registered members. If you also want to share video tutorials, please let us know for approval.

85 records found.
 
C# Garbage Collector Interview Questions and Answers 
Last updated on: 11 Sep 2023 09:56:39 PM by Questpond | Views: 4845 | Category: C#
This 1 hour video will walk you through the essential questions with interview perspective on Garbage Collector in C# with code examples - Question 1 : - Explain Garbage collector (GC)? Question 2 :- How does Garbage collector know when to clean the objects ? Question 3 :- Is there a way we can see this Heap memory ? Question 4 :- Does Garbage collector clean primitive types ? Question 5 : - Managed vs UnManaged code/objects/resources? Question 6 :- Can garbage collector clean unmanaged code ? Question 7 :- Explain Generations ? Question 8 :- What is GC0,GC1, and GC2 ? Question 9 :- Why do we need Generations ? Question 10 :- Which is the best place to clean unmanaged objects ? Question 11 :- How does GC behave when we have a destructor ? Question 12 :- What do you think about empty destructor ? Question 13 :- Explain the Dispose Pattern? Question 14 :- Finalize vs Destructor ? Question 15 :- What is the use of using keyword ? Question 16 :- Can you force Garbage coll ...
Aggregation vs Composition vs Association in C# 
Last updated on: 03 Feb 2023 08:59:36 PM by Questpond | Views: 2211 | Category: C#
This video contains 6 important questions with solution on 3 Major topics of C# :- Question 1 :- What are the different types of "USING/HAS A" relationship ? Question 2 :- What is a composition relationship ? Question 3 :- Explain Aggregation ? Question 4 :- Explain Association ? Question 5 :- Differentiate between Composition vs Aggregation vs Association ? Question 6 :- UML Symbols for Composition, Aggregation and Association
Differentiate Boxing & Unboxing, Stack & Heap Memory and Value type & Reference Type(C# Interview Questions & Answers) 
Last updated on: 03 Sep 2022 02:08:42 AM by Questpond | Views: 3384 | Category: C#
This 1 hour of video will take you through some of the tricky and connected questions around the C# concepts - Stack, Heap, Value types, Reference Types, Boxing, Unboxing :- Question 1. Explain stack and Heap ? Question 2. Where are stack and heap stored ? Question 3. What goes on stack and what goes on heap ? Question 4. How is the stack memory address ? Question 5. How is stack memory deallocated LIFO or FIFO ? Question 6. How is memory and values stored primitive and ref ? Question 7. Can primitive data types be stored in heap ? Question 8. Explain value types and reference types ? Question 9. What is byval and byref ? Question 10. Differentiate on copy by value and copy by ref ? Question 11. What is boxing and unboxing ? Question 12. Is boxing unboxing good or bad ? Question 13. Can we avoid boxing and unboxing ? Question 14. What effect does boxing and unboxing have on performance ? Question 15. Are string allocated on stack or heap ? Question 16. How many stack ...
C# Interview Questions - What is IEnumerable and when to use it in C# ? 
Last updated on: 10 Jul 2022 10:01:17 AM by Questpond | Views: 2100 | Category: C#
In this video we will look into the concepts of IEnumerable Interface, when and where we can use IEnumerable in CSharp.
Abstraction VS Abstract Classes (C# Interview Question). 
Last updated on: 17 Jun 2022 02:05:46 AM by Questpond | Views: 1713 | Category: C#
This video explains what exactly is Abstraction & Abstract Class in C# with code demo. Will also show how you can answer to this question in your interview.
  • C# Interview Question :- Explain VAR vs Dynamic Keywords. 
    Last updated on: 30 Jun 2021 01:38:22 AM by Questpond | Views: 3460 | Category: C#
    This video demonstrates how exactly we can differentiate between VAR and Dynamic keywords in C#.
    Full Stack .NET Developer Resume Preparation. 
    Last updated on: 23 Jun 2021 12:21:51 AM by Questpond | Views: 3663 | Category: C#
    This small demo will help you in understanding how a resume/CV of .NET developer should be presented for C# ASP.NET interview.
    C# Interview Question :- C# Constructor Sequence Order. 
    Last updated on: 23 Jun 2021 12:14:47 AM by Questpond | Views: 3275 | Category: C#
    One of the most asked C# interview questions - Which constructor will get executed first in a Parent Child Relationship.
    C# Interview Question - Difference between Abstract Class & Interface? 
    Last updated on: 22 Jun 2021 11:58:13 PM by Questpond | Views: 1437 | Category: C#
    This video is in-depth explanation to how we can differentiate between Abstract Class and Interfaces in CSharp.
    How to crack IT(Information Technology) Interviews? 
    Last updated on: 10 Feb 2021 11:41:35 PM by Questpond | Views: 1970 | Category: C#
    This video will show you some tips on preparing and cracking IT Interviews.
    30 C# interview questions and answers video 
    Last updated on: 28 Jan 2021 07:51:00 AM by Questpond | Views: 1515 | Category: C#
    C# interview questions and answers.
    Difference between Int16, Int32 and Int64. 
    Last updated on: 23 Jan 2021 04:25:16 AM by Questpond | Views: 1598 | Category: C#
    This C# video will differentiate between int16, int32 & int64 data types.