Videos (512) - 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.

512 records found.
 
Learn Azure App Services Step by Step 
Last updated on: 11 Aug 2025 05:55:40 AM by Questpond | Views: 12510 | Category: Azure
This lab is mainly dedicated on App Services, we will be understanding and seeing demo on following chapters :- Chapter 15:- Update Domain, Fault Domain Theory. Chapter 16 :- Seeing the settings of Update Domain, Fault Domain. Chapter 17 :- Understanding App Services , PAAS and Deploying MVC Core application. Chapter 18 :- Deleting Resources Chapter 19 :- Understanding concept of Deployment SLOTS. Chapter 20 :- Demo of Deployment SLOTS. Chapter 21 :- App Service Plans Chapter 22 :- AZ Certification Prep – Self-assessment and knowledge test.
Microservices DDD Step by Step Tutorial for Beginners 
Last updated on: 11 Jul 2025 10:54:56 PM by Questpond | Views: 12114 | 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 :- ...
Delete Duplicate Rows in SQL Server (SQL Server Interview Questions). 
Last updated on: 13 May 2025 01:41:18 AM by Questpond | Views: 12349 | Category: Sql Server
This video covers one of the most popular interview questions in SQL Server, how we can go and delete Duplicate Rows/Records.
Azure Step by Step Tutorial for Beginners. 
Last updated on: 14 Mar 2025 04:54:42 AM by Questpond | Views: 13105 | Category: Azure
Chapter 1: Introduction – Overview of what we will cover. Chapter 2: Why Cloud? – Exploring Scalability, Self-Service, and the Rental Model. Chapter 3: Opex vs Capex – Understanding cost structures in the cloud. Chapter 4: Setting Up Azure – Creating an account and understanding free credits. Chapter 5: Cloud Service Models – IAAS, PAAS, and SAAS explained. Chapter 6: IAAS, PAAS, SAAS on Azure – Practical applications and use cases. Chapter 7: IAAS, PAAS, SAAS – Avoiding common misconceptions. Chapter 8: Hands-on – Creating an Azure Virtual Machine and Resource Groups. Chapter 9: Cloud Deployment Models – Private, Public, and Hybrid Cloud. Chapter 10: Azure Infrastructure – Understanding Regions, Areas, and Zones. Chapter 11: Demo – Availability Zones in action. Chapter 12: Core Cloud Concepts – Disaster Recovery, High Availability, Fault Tolerance, Scalability, and Elasticity. Chapter 13: Demo – Implementing Scalability and Elasticity using VM Scale Sets. Chapter 14: AZ-9 ...
C# Interview Questions :- SOLID Principles 
Last updated on: 17 Feb 2025 08:53:26 PM by Questpond | Views: 13180 | Category: Design Pattern & Practices
This video explains what SOLID principles stands for and covers each principle :- Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation and Dependency Inversion with real-world examples. Additionally, have discussed some interview questions related to SOLID Principles.
  • 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: 13848 | 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 ...
    25 Important Software Architecture and Design Patterns Interview Questions. 
    Last updated on: 12 Mar 2024 10:41:54 PM by Questpond | Views: 16207 | Category: Interview Questions
    This video covers basic interview questions with practical answers related to Project Architecture, Explain Design Patterns, Singleton Pattern, differentiate Architecture Pattern vs Architecture Style vs Design Patterns, GUI Architecture Patterns, MVP Architecture Patterns, MVC Architecture Patterns, MVVM Architecture Patterns, Explain ViewModel, Layer and Tier Architecture.
    C#, ASP.NET Job Market Analysis. 
    Last updated on: 04 Jan 2024 05:46:43 AM by Questpond | Views: 15601 | Category: ASP.NET
    In this video we are analyzing market trends for ASP.NET & C# developers and how ASP.NET Developer can align and upgrade their skills with Azure, Azure DevOps, Angular, ReactJS, Microservices Architecture, Kubernetes and a lot more as demanded by the industry.
    Tableau Step by Step Tutorial (for beginners). 
    Last updated on: 11 Sep 2023 10:34:53 PM by Questpond | Views: 16290 | Category: Others
    In this tutorial we will try to understand about Tableau from scratch to advanced. Below are the given chapters we will go through step by step:- Chapter 1 : What is Tableau ? Chapter 2 : Features of Tableau ? Chapter 3 : Installation of Tableau Desktop/Public ? Chapter 4 : Creating our first visualization & exploring user-interface of tableau, Data Source Page, Table Relationship, Sheets, Dashboards, Story, Side Bar, Shelves ? Chapter 5 : What is BI, Dimensions and Measures ? Chapter 6 :What is Data Blending ? Chapter 7 : View Data, Data Types, Sort, Column Formating ? Chapter 8 :Saving Tableau Project and Publishing to Tableau Public Server ? Chapter 9 : Live vs Extract in Tableau ? Chapter 10 : Difference Between Discrete and Continuous ? Chapter 11 : Understanding Aggregation and applying same in Visualization ? Chapter 12 : Embedding and Exporting visualization as image, PDF, PowerPoint, Web embed? Chapter 13 : Working with multiple fields, aliases, colors ? Chapt ...
    C# Garbage Collector Interview Questions and Answers 
    Last updated on: 11 Sep 2023 09:56:39 PM by Questpond | Views: 17457 | 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 ...
    Learn Power BI Step by Step from scratch in 2 Hours 
    Last updated on: 23 Mar 2023 12:01:02 AM by Questpond | Views: 15871 | Category: Others
    This is a dedicated tutorial for Power BI beginners who are looking to boost their career in business analytics. Microsoft Power BI is a Business Intelligence tool and with the help of this video you can get started with Step by Step learning starting right from very basic concepts - Chapter 1:- What is Business Intelligence, Power BI and Why Power BI ? Chapter 2:- How to Download and Install Power BI Chapter 3:- Interface Tour of Power BI Desktop Chapter 4:- Connecting to Text/CSV Source File Chapter 5:- Power Query Editor : Shaping up CSV Data, Working with Applied Steps, Renaming Data Table, Headers and Removing Blank Rows, Error Data, Replacing Values. Chapter 6:- Loading Multiple Data : Excel Data with CSV Data. Chapter 7:- Creating Duplicating Columns For Creating Relationship in Data Model. Chapter 8:- Loading and Formatting Data in Stacked Bar Visual, Creating & Duplicating Pages Chapter 9:- Working with Clustered Bar Chart, Pie Chart, Line Chart and Funnel Chart ...
    Learn Azure DevOps Step by Step (for Beginners) 
    Last updated on: 19 Jun 2023 10:48:35 PM by Questpond | Views: 15453 | Category: Azure
    This 2 Hours of tutorial is purely dedicated for understanding basic fundamentals and practical in detailed manner where following lessons are explained - Chapter 1:- Opening Azure Devops account and creating project. Chapter 2:- Devops Fundamentals and EIGHT structure life cycle of Devops. Chapter 3:- Accessing Azure devops project from Azure portal. Chapter 4:- Understanding Organization,Project structure. Chapter 5:- Understanding Private and Public project. Chapter 6:- Mapping Boards,Repos,Pipelines,Testplan & Artifacts with Devops life cycle. Chapter 7:- Revising the five important elements of Azure devops. Chapter 8:- Step 1 The planning phase :- Understanding Boards and work items. Chapter 9:- Step 2 Execution :- Checking Simple MVC project code, Cloning, Commit,Synch in Azure repos. Chapter 10:- Revising Azure devops life cycle using the 5 important elements. Chapter 11:- Flattening the Azure devops life cycle diagram. Chapter 12:- Defining and Understan ...