ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

Interview DOT
Single Responsibility Principle Explained - SOLID Design Principles | Example Code |  InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications.

4:12
Single Responsibility Principle Explained - SOLID Design Principles | Example Code | InterviewDOT

24,482 views

5 years ago

Drunken Engineer
What are SOLID Principles | Mandatory Interview Question for Experienced

This video explain the SOLID design Principles. One of the best book for Interview Questions Top 1000 Java Interview Questions ...

12:34
What are SOLID Principles | Mandatory Interview Question for Experienced

7,404 views

4 years ago

Ryan McBeth
What is Liskov's Substitution Principle? - C# Gotcha! Interview Questions

The Liskov Substitution Principal is named after MIT Professor Dr. Barbara Liskov. If you take away all the math, the principle ...

7:56
What is Liskov's Substitution Principle? - C# Gotcha! Interview Questions

5,896 views

4 years ago

Roel Van de Paar
Code Review: Interview task - SOLID Principle and TDD (3 Solutions!!)

Code Review: Interview task - SOLID Principle and TDD Helpful? Please support me on Patreon: ...

4:08
Code Review: Interview task - SOLID Principle and TDD (3 Solutions!!)

2 views

3 years ago

ArchiLab
SOLID Principles

Es gibt viele Architekturprinzipien in der IT-Fachliteratur - die SOLID Principles von Bob Martin zählen zu den wichtigsten und ...

11:27
SOLID Principles

1,504 views

4 years ago

Ryan McBeth
Overloading and Overriding - C# Gotcha Interview Questions

Overloading and overriding are two different concepts, but people get this interview question wrong because the two words sound ...

4:17
Overloading and Overriding - C# Gotcha Interview Questions

5,176 views

5 years ago

Drunken Engineer
Java Interview Questions and Answers

This video contains java interview questions and answers for experienced. Below are the Questions : What Are SOLID Principles ...

17:47
Java Interview Questions and Answers

30,986 views

4 years ago

Ryan McBeth
What Are Static Classes and Static Methods in C#? - C# Gotcha! Interview Questions

Static classes and static methods in C# are kind of strange. They can't be instantiated. They can't be inherited. They can't access ...

6:50
What Are Static Classes and Static Methods in C#? - C# Gotcha! Interview Questions

4,579 views

4 years ago

Tech Bridge
Most asked interview Questions😎

If you're preparing for a job interview in software development or programming, you'll likely encounter questions on ...

14:39
Most asked interview Questions😎

19 views

2 years ago

Ryan McBeth
C# Exception Handling Interview Questions

Exception handling in C# is an important part of .NET, especially when dealing with unknown input / output such as files, database ...

9:04
C# Exception Handling Interview Questions

2,037 views

4 years ago

TechTalk with Mahmood
Open-Closed Principle explained in Bangla with Coding Examples | SOLID Principle

On Design Principles and Design Patterns book, Uncle Bob Martin talked about 5 software design principles, aka SOLID ...

9:00
Open-Closed Principle explained in Bangla with Coding Examples | SOLID Principle

742 views

5 years ago

TechTalk with Mahmood
Liskov Substitution Principle (LSP) explained in Bangla with Coding Examples | SOLID Principle

Design Principles and Design Patterns বইতে আঙ্কেল বব মার্টিন পাঁচটি সফটওয়্যার ডিজাইন প্রিন্সিপল নিয়ে কথা বলেছেন। এই ভিডিওতে ...

16:27
Liskov Substitution Principle (LSP) explained in Bangla with Coding Examples | SOLID Principle

979 views

4 years ago

Learn by Dibya
C# introduction | Structure of c# program #CsharpInterviewQuestions #Csharptrickyinterviewquestion

... inheritance in c# solid principles interview questions in c# learn c# c# tanpura c# tutorial c# c# tutorial for beginners c# interview ...

8:40
C# introduction | Structure of c# program #CsharpInterviewQuestions #Csharptrickyinterviewquestion

21 views

2 years ago

Gregor Riegler
Break Dependencies in Legacy Code: Time Dependency

I am demonstrating ways to break a dependency on time, to make a legacy code testable. The Code: ...

5:29
Break Dependencies in Legacy Code: Time Dependency

847 views

5 years ago

Ryan McBeth
What are Extension Methods -  C# Gotcha Interview Questions

Extension methods allow you to add methods to a type that already exists - almost like adding a Post-It note to a document can ...

5:24
What are Extension Methods - C# Gotcha Interview Questions

3,013 views

4 years ago

Drunken Engineer
Why I got Rejected in TCS | 3+ years Experience

This video contains tcs interview questions and answers along with reason for rejection. One of the best book for Interview ...

9:02
Why I got Rejected in TCS | 3+ years Experience

5,899 views

4 years ago

vlogbrothers
8 Things I Wish I Knew When I was Writing my First Novel

All-in-all, I think the second book has been easier than the first for me. This is (I have heard) not the usual experience. In part, I ...

4:00
8 Things I Wish I Knew When I was Writing my First Novel

704,495 views

6 years ago

Learn by Dibya
Most important Qus - Ans in C# (Hindi) | out and ref in c# | C sharp interview #ytviralvideo #viral

This video contains detail in datatype of c#. Important for C# interview. Welcome to our comprehensive C# tutorial on Data Types!

11:53
Most important Qus - Ans in C# (Hindi) | out and ref in c# | C sharp interview #ytviralvideo #viral

33 views

2 years ago

Learn by Dibya
Static Class & Static Method In C# | C# Static Class | Static Method in C#

... inheritance in c# solid principles interview questions in c# learn c# c# tanpura c# tutorial c# c# tutorial for beginners c# interview ...

8:38
Static Class & Static Method In C# | C# Static Class | Static Method in C#

1,121 views

6 years ago

Ryan McBeth
C# / Dot Net Garbage Collector Interview Questions

The .NET garbage collector was a revolutionary invention that allowed programmers to stop thinking about memory management ...

11:22
C# / Dot Net Garbage Collector Interview Questions

1,825 views

4 years ago

Roel Van de Paar
C++11(14/17/20) Thread Management (2 Solutions!!)

C++11(14/17/20) Thread Management Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

4:05
C++11(14/17/20) Thread Management (2 Solutions!!)

6 views

3 years ago

Learn by Dibya
Polymorphism in C# | Compile-time polymorphism | Run-time polymorphism | C Sharp Polymorphism

... inheritance in c# solid principles interview questions in c# learn c# c# tanpura c# tutorial c# c# tutorial for beginners c# interview ...

8:12
Polymorphism in C# | Compile-time polymorphism | Run-time polymorphism | C Sharp Polymorphism

136 views

6 years ago

Uli Armbruster
Clean Code Series - Episode 1

Anhand eines konkreten Beispiels erläutere meinen Vorschlag für eine simple Problemdomäne. Ich gehe auf Prinzipien wie ...

11:59
Clean Code Series - Episode 1

4,745 views

13 years ago

Learn by Dibya
Data Type in C# (Hindi) | Important points in c#( Hindi)  | C sharp interview #shorts #datatypes

... inheritance in c# solid principles interview questions in c# learn c# c# tanpura c# tutorial c# c# tutorial for beginners c# interview ...

9:02
Data Type in C# (Hindi) | Important points in c#( Hindi) | C sharp interview #shorts #datatypes

33 views

2 years ago

Roel Van de Paar
Software Engineering: Refactoring large code base legacy C++ project that mixed with C style

Software Engineering: Refactoring large code base legacy C++ project that mixed with C style Helpful? Please support me on ...

4:43
Software Engineering: Refactoring large code base legacy C++ project that mixed with C style

5 views

3 years ago