Design Pattern & Practices Videos (9) - 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.

9 records found.
 
C# Design Pattern Interview Questions :- Which Design Pattern have you used in your Project ?? 
Last updated on: 18 Sep 2024 01:09:57 AM by Questpond | Views: 991 | Category: Design Pattern & Practices
This video will take you through the five Csharp Design Patterns Interview Questions. Repository and UOW (Unit Of Work) Design Pattern :- What is the use of repository pattern? Is Dal (Data access Layer) and Repository same? What is Generic repository pattern ? Is abstraction the only benefit of Repository? How to implement transaction in repository? What is Unit of work design pattern? Do we need repository pattern as EF does almost the same work? Why repository pattern makes unit testing easy ? Singleton Design Pattern:- Explain Singleton Pattern and the use of the same? How did you implement singleton pattern? Can we use Static class rather than using a private constructor? Static vs Singleton pattern? How did you implement thread safety in Singleton? What is double null check in Singleton? Can Singleton pattern code be made easy with Lazy keyword? Can we rid of this double null check code? CQRS Design Pattern :- Explain CQRS pattern ? What is ...
C# Immutable object design pattern 
Last updated on: 02 Nov 2015 01:22:59 AM by Questpond | Views: 4573 | Category: Design Pattern & Practices
In this video we will try to understand Immutable object Design pattern.
Dependency Injection using Microsoft Unity Application block ( DI IOC) - 30 minutes training 
Last updated on: 02 Sep 2014 01:34:30 AM by Questpond | Views: 5350 | Category: Design Pattern & Practices
In this 30 minutes video training we will try to understand what is DI and how to implement the same by using Microsoft unity application block. The complete code is demonstrated using visual studio and C# language.
Best Practices No. 2 
Last updated on: 14 Oct 2009 01:27:11 AM by Questpond | Views: 5216 | Category: Design Pattern & Practices
This video will explain improving garbage collector performance using finalize/disposal pattern.
.NET Best Practice No. 1 - Part 2 
Last updated on: 14 Oct 2009 01:23:56 AM by Questpond | Views: 5710 | Category: Design Pattern & Practices
This video is Part 2 and will explain about detecting high memory consuming functions in .NET code.
  • .NET Best Practices No. 1 - Part 1 
    Last updated on: 14 Oct 2009 01:22:06 AM by Questpond | Views: 6402 | Category: Design Pattern & Practices
    This video will explain about detecting high memory consuming functions in .NET code.
    Builder Design Pattern 
    Last updated on: 05 Oct 2009 05:57:06 AM by Questpond | Views: 8717 | Category: Design Pattern & Practices
    This video will discuss about one of the useful pattern of design pattern named Builder Pattern.
    Prototype Design Pattern 
    Last updated on: 05 Oct 2009 05:53:16 AM by Questpond | Views: 5858 | Category: Design Pattern & Practices
    This video will discuss about one of the most useful pattern of design pattern named Prototype Pattern.
    Factory Design Pattern 
    Last updated on: 05 Oct 2009 06:06:16 AM by Questpond | Views: 12323 | Category: Design Pattern & Practices
    This video explains the concept of factory patterns. It first starts with basics of why we need factory patterns and then it shows a simple implementation of how to use factory patterns in real scenario.