C# Videos (86) - 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.

86 records found.
 
Microservices DDD Step by Step Tutorial for Beginners 
Last updated on: 11 Jul 2025 10:54:56 PM by Questpond | Views: 12061 | Category: C#
This step by step 1 hour tutorial will cover the topics around following mentioned chapters with real-world examples :- Chapter 01:- Microservice Definition with an example. Chapter 02:- Monolith :- The other side of the coin. Chapter 03:- Benefits of Microservices :- Team Autonomy, Independent development, deployment. Chapter 04:- Understanding the vocabulary DOMAIN. Chapter 05:- Understand the term DDD(Domain Driven Design). Chapter 06:- Domain vs Classes / Objects. Chapter 07:- Strategic DDD and Tactical DDD phases. Chapter 08:- Subdomains, Core domain, Supporting domain and Generic Domain. Chapter 09:- Importance of Domain Classification. Chapter 10:- Bounded Context :- The Logical Boundary. Chapter 11:- Context Map :- The Bridge between Bounded Context. Chapter 12:- Understanding Context Map patterns. Chapter 13:- Upstream and Downstream. Chapter 14:- Understanding the 9 Context Map Patterns. Chapter 15:- Thinking deep about Context Map Patterns. Chapter 16 :- ...
C# Garbage Collector Interview Questions and Answers 
Last updated on: 11 Sep 2023 09:56:39 PM by Questpond | Views: 17435 | 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: 4201 | 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: 4850 | 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: 3126 | 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: 2597 | 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: 4162 | 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: 4563 | 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: 3762 | 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: 2060 | 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: 2617 | 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: 2223 | Category: C#
    C# interview questions and answers.