QuestPond Captions

Developer
Size
13,987 Kb
Views
24,288

How do I make an questpond captions?

What is a questpond captions? How do you make a questpond captions? This script and codes were developed by Venkatesh on 22 November 2022, Tuesday.

QuestPond Captions Previews

QuestPond Captions - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>QuestPond Captions</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
</head>
<body> <div class="container"> <div class="row"> <div class="panel panel-default"> <div class="panel-heading"> <a href="#imageGallery" class="btn btn-primary" data-toggle="collapse">C# Basics</a> <a href="#OOPS" data-toggle="collapse" class="btn btn-primary">OOPS</a> <a href="#angular-js" class="btn btn-primary" data-toggle="collapse">Angular JS</a> <a href="#javascript-framework" class="btn btn-primary" data-toggle="collapse">Learn Javascript Framework</a> <a href="#design-pattern" data-toggle="collapse" class="btn btn-primary">Learn Design Pattern</a> <a href="#linq-ef" data-toggle="collapse" class="btn btn-primary">LINQ and EF Interview Question</a> <a href="#vsts-testing" data-toggle="collapse" class="btn btn-primary">VSTS Testing</a> <a href="#dot-net-60-days" data-toggle="collapse" class="btn btn-primary">Learn .Net 60 days</a> <a href="#c-sharp-threading" data-toggle="collapse" class="btn btn-primary">C# Threading Q&A Videos</a> <a href="#UnderStandingSWArchitecture" data-toggle="collapse" class="btn btn-primary">Understanding Software Architecture</a> <a href="#functionpoints" data-toggle="collapse" class="btn btn-primary">Function Points</a> <a href="#UML" data-toggle="collapse" class="btn btn-primary">UML</a> <a href="#mvp" data-toggle="collapse" class="btn btn-primary">MVP</a> <a href="#mvc5" data-toggle="collapse" class="btn btn-primary">Learn MVC 5</a> <a href="#aspdotnet" data-toggle="collapse" class="btn btn-primary">ASP.NET Q&A</a> <a href="#generics" data-toggle="collapse" class="btn btn-primary">Generics/.NET collections Q & A</a> <a href="#dotnetfundamentals" data-toggle="collapse" class="btn btn-primary">.Net Fundamentals</a> <a href="#threading" data-toggle="collapse" class="btn btn-primary">C# Threading Q & A</a> <a href="#html5" data-toggle="collapse" class="btn btn-primary">HTML 5 and CSS 3</a> <a href="#sqlserver" data-toggle="collapse" class="btn btn-primary">SQL Server Q&A</a> <a href="#ado" data-toggle="collapse" class="btn btn-primary">ADO.Net Q&A</a> <a href="#interview" data-toggle="collapse" class="btn btn-primary">Interview Q&A</a> <a href="#wcf" data-toggle="collapse" class="btn btn-primary">WCF Q&A</a> <a href="#ttricks" data-toggle="collapse" class="btn btn-primary">Tips and Tricks</a> <a href="#bestpractice" data-toggle="collapse" class="btn btn-primary"></a> <a href="#netprojects" data-toggle="collapse" class="btn btn-primary">.NET Projects</a> <a href="#usoops" data-toggle="collapse" class="btn btn-primary">Understanding OOPS</a> <a href="#sdlc" data-toggle="collapse" class="btn btn-primary">SDLC</a> <a href="#functionpoint" data-toggle="collapse" class="btn btn-primary">Function Point</a> <a href="#EnterpriseApplicationBlocks" data-toggle="collapse" class="btn btn-primary">Enterprise Application Blocks</a> <a href="#linqqa" data-toggle="collapse" class="btn btn-primary">LINQ Q&A</a> <a href="#koqa" data-toggle="collapse" class="btn btn-primary">Knockout Q&A</a> <a href="LocalGlobal" data-toggle="collapse" class="btn btn-primary">Localization/Globalization</a> </div> <div class="panel-body collapse" id="localglobal"> <ol> <li><a href="L&G/Part1.mp4">What is Globalization and Localization? - Part 1</a></li> <li><a href="L&G/Part2.mp4">How can we set explicit culture? - Part 2</a></li> <li><a href="L&G/Part3.mp4">What is the difference between Culture and UI Culture? - Part 3</a></li> <li><a href="L&G/Part4.mp4">How to store localized data in SQL Server? - Part 4</a></li> </ol> </div> <div class="panel-body collapse" id="koqa"> <ol> <li><a href="KO/1VideoFinal1/VideoFinal1.mp4">Why and when we need Knockout.js with help of an example?</a></li> <li><a href="KO/2VideoFinal2/VideoFinal2.mp4">What are Bindings in KO? What are different kind of Bindings & how to work with them?</a></li> <li> <a href="KO/3Why%20we%20need%20observable%20property%20in%20KO/Why%20we%20need%20observable%20property%20in%20KO.mp4">What are & why we need observable property in KO?</a></li> <li><a href="KO/4WhatIsComputedObservable/WhatIsComputedObservable.mp4">What are computed observable in KO?</a></li> </ol> </div> <div class="panel-body collapse" id="linqqa"> <ol> <li><a href="LINQ/WhatisLINQ/WhatisLINQ.mp4">What is LINQ and can you explain same with example?</a></li> <li> <a href="LINQ/SimpleExampleLINQtoSQL/SimpleExampleLINQtoSQL.mp4">Can you explain a simple example of LINQ to SQL?</a></li> <li> <a href="LINQ/DefineRelationShip/DefineRelationShip.mp4">How can we define relationships using LINQ to SQL?</a></li> <li> <a href="LINQ/HowCanWeOptimize/HowCanWeOptimize.mp4">How can we optimize LINQ relationships queries using &#8216;DataLoadOptions&#8217;?</a></li> <li> <a href="LINQ/CanWeSeeASimpleCRUD/CanWeSeeASimpleCRUD.mp4">Can we see a simple example of how we can do CRUD using LINQ to SQL?</a></li> <li> <a href="LINQ/HowCanWeUseStoredProc/HowCanWeUseStoredProc.mp4">How can we call a stored procedure using LINQ?</a></li> <li><a href="LINQ/SourcecodeLINQ.zip">Source Code for LINQ</a></li> </ol> </div> <div class="panel-body collapse" id="EnterpriseApplicationBlocks"> <ol> <li><a href="EnterpriseApplicationBlock/Introduction1/Introduction.mp4">Introduction</a></li> <li> <a href="EnterpriseApplicationBlock/ValidationApplicationBlock1/ValidationApplicationBlock.mp4">Validation Application Block</a></li> <li> <a href="EnterpriseApplicationBlock/LoggingAppBlock1/LoggingAppBlock.mp4">Logging Application Block</a></li> <li> <a href="EnterpriseApplicationBlock/CachingApplicationBlock1/CachingApplicationBlock.mp4">Caching Application Block</a></li> <li> <a href="EnterpriseApplicationBlock/Security1/Security.mp4">Security Application Block</a></li> <li> <a href="EnterpriseApplicationBlock/Policy1/Policy.mp4">Policy Injection Application Block</a></li> <li><a href="EnterpriseApplicationBlock/Exception1/Exception.mp4">Exception Handling Application Block</a></li> <li><a href="EnterpriseApplicationBlock/DataAccessLayer1/DataAccessLayer.mp4">Data Access Layer</a></li> <li> <a href="EnterpriseApplicationBlock/UnityApplicationBlock1/UnityApplicationBlock.mp4">Unity Application Block</a></li> <li> <a href="EnterpriseApplicationBlock/SourceCode">Source Code</a></li> <li> <a href="EnterpriseApplicationBlock/Ent4.0/Enterprise%20Library%204.0%20-%20May%202008.msi">Setup of Enterprise Application Blocks</a></li> </ol> </div> <div class="panel-body collapse" id="functionpoint"> <ol> <li><a href="FPA/Introduction1/Introduction.mp4">Introduction</a></li> <li> <a href="FPA/ApplicationBoundary1/ApplicationBoundary.mp4">Application Boundary</a></li> <li> <a href="FPA/ExternalInput1/ExternalInput.mp4">EI Fundamentals</a></li> <li> <a href="FPA/EO1/EO.mp4">EO Fundamentals</a></li> <li><a href="FPA/EQ1/EQ.mp4">EQ Fundamentals</a></li> <li><a href="FPA/EIF1/EIF.mp4">EIF Fundamentals</a></li> <li><a href="FPA/ILF1/ILF.mp4">ILF Fundamentals</a></li> <li><a href="FPA/GSC1/GSC.mp4">GSC Fundamentals</a></li> <li><a href="FPA/Productivitygfactor1/Productivitygfactor.mp4">Productivity Factor</a></li> <li><a href="FPA/Costing1/Costing.mp4">Costing</a></li> <li><a href="FPA/Fptemplate/Fptemplate.mp4">Function Point Template</a></li> <li><a href="FPA/Project1/Project.mp4">Estimating a Sample Project</a></li> <li><a href="FPA/Template.xls">Function Point Estimation Excel</a></li> <li><a href="FPA/Customer%20maintenance.xls">Customer Maintenance</a></li> </ol> </div> <div class="panel-body collapse" id="sdlc"> <ol> <li><a href="DOTNET%20Project/SDLC/SDLC1/SDLC.mp4">SDLC</a></li> <li> <a href="DOTNET%20Project/SDLC/Estimation/Estimation1/Estimation.mp4">Estimation</a></li> <li> <a href="DOTNET%20Project/SDLC/ReqTechTest/ReqTechTest1/ReqTechTest.mp4">Requirement Technical and Testing</a></li> <li> <a href="DOTNET%20Project/SDLC/SDLCSourceCode/SDLC.html">SDLC Source code </a></li> </ol> </div> <div class="panel-body collapse" id="usoops"> <ol> <li><a href="DOTNET%20Project/ShowMe/Interfaces/Interfaces.mp4">Interface </a></li> <li> <a href="DOTNET%20Project/ShowMe/AbstractCls/AbstractCls.mp4">Abstract Classes</a></li> <li> <a href="DOTNET%20Project/ShowMe/ShowMeAbstractionandEncapsulation1/ShowMeAbstractionandEncapsulation.mp4">Abstraction and Encapsulation
</a></li> <li><a href="DOTNET%20Project/ShowMe/ParentChild1/ParentChild.mp4">Parent-Child relationship
</a></li> <li> <a href="DOTNET%20Project/ShowMe/AggregationAndComposition1/AggregationAndComposition.mp4">Aggregation and Composition</a></li> <li> <a href="DOTNET%20Project/ShowMe/PolyMorphism1/PolyMorphism.mp4">Polymorphism</a></li> <li> <a href="DOTNET%20Project/ShowMe/Diff/Diff.mp4">Differences: Interfaces & Abstract Classes</a></li> </ol> </div> <div class="panel-body collapse" id="netprojects"> <ol> <li> <a href="BestPractice/PerformanceCounterAndPerformanceMonitor/PerformanceCounterAndPerformanceMonitor.mp4">Explain performance counters and perfmon tool?</a></li> <li><a href="BestPractice/BestPracPart1-Part1/BestPracPart1-Part1.mp4">Finding high memory consuming functions - Part I</a></li> <li><a href="BestPractice/BestPractice1-2/BestPractice1-2.mp4">Finding high memory consuming functions - Part II</a></li> <li><a href="BestPractice/BestPractice2/BestPractice2.mp4">Improve garbage collector performance using finalize/dispose pattern</a></li> <li><a href="BestPractice/BestPractice3/BestPractice3.mp4">How to use performance counters to gather performance data - Part 1</a></li> <li><a href="BestPractice/BestPractice3P2/BestPractice3P2.mp4">How to use performance counters to gather performance data - Part 2</a></li> </ol> </div> <div class="panel-body collapse" id="bestpractice"> <li> <a href="BestPractice/PerformanceCounterAndPerformanceMonitor/PerformanceCounterAndPerformanceMonitor.mp4">Explain performance counters and perfmon tool?</a></li> <li><a href="BestPractice/BestPracPart1-Part1/BestPracPart1-Part1.mp4">Finding high memory consuming functions - Part I</a></li> <li><a href="BestPractice/BestPractice1-2/BestPractice1-2.mp4">Finding high memory consuming functions - Part II</a></li> <li><a href="BestPractice/BestPractice2/BestPractice2.mp4">Improve garbage collector performance using finalize/dispose pattern</a></li> <li><a href="BestPractice/BestPractice3/BestPractice3.mp4">How to use performance counters to gather performance data - Part 1</a></li> <li><a href="BestPractice/BestPractice3P2/BestPractice3P2.mp4">How to use performance counters to gather performance data - Part 2</a></li> </div> <div class="panel-body collapse" id="ttricks"> <li> <a href="TipsAndTricks/HowconsumeWebservicesAjax/HowconsumeWebservicesAjax.mp4">
How to consume Webservices in Ajax?</a></li> </div> <div class="panel-body collapse" id="wcf"> <ol> <li><a href="WCF/WhatisSOAPart1/WhatisSOAPart1.mp4">What is SOA, Services and Messages (Part 1)?</a></li> <li> <a href="WCF/WhatisSOAPart2/WhatisSOAPart2.mp4">What is SOA, Services and Messages (Part 2)?</a></li> <li> <a href="WCF/WhatDiffBetServiceAndCompo/WhatDiffBetServiceAndCompo.mp4">What is the difference between Service and Component?
</a></li> <li><a href="WCF/WhatArebasicStepsPart1/WhatArebasicStepsPart1.mp4">What are basic steps to create a WCF service (Part I, Creating the Service)?</a></li> <li> <a href="WCF/What%20are%20basic%20steps%20to%20create%20a%20WCF%20service%20Partof2/What%20are%20basic%20steps%20to%20create%20a%20WCF%20service%20Partof2.mp4">What are basic steps to create a WCF service (Part II, Consuming the Service)?</a></li> <li> <a href="WCF/whatAreEndPointsPart1/whatAreEndPointsPart.mp4">What are endpoints, address, contracts and bindings?
</a></li> <li><a href="WCF/WhataretheVariousWay/WhataretheVariousWay.mp4">What are various ways of hosting WCF service?
</a></li> <li><a href="WCF/IISandSelfHosting/IISandSelfHosting.mp4">What is the difference of hosting a WCF service on IIS and Self hosting?</a></li> <li> <a href="WCF/VariousBindings/VariousBindings.mp4">What is the difference between BasicHttpBinding and WsHttpBinding?</a></li> <li> <a href="WCF/howcanWeDebug/howcanWeDebug.mp4">How can we do debugging and tracing in WCF?</a></li> <li><a href="WCF/CanYouexplainWCFTransaction/CanYouexplainWCFTransaction.mp4">Can you explain transactions in WCF (theory)?</a></li> <li> <a href="WCF/CanweSeeaSimpleExampleOfWCFTrans/CanweSeeaSimpleExampleOfWCFTrans.mp4">Can we see a simple sample of WCF transactions?</a></li> <li> <a href="WCF/Howcanweselfhost/Howcanweselfhost.mp4">How can we self host WCF
services ?</a></li> <li> <a href="WCF/DifferentWayofWCf/DifferentWayofWCf.mp4">What are the different
ways of implementing WCF Security?</a></li> <li> <a href="WCF/HowcanweimplementSSLsecurity/HowcanweimplementSSLsecurity.mp4">How
can we implement SSL security on WCF(Transport Security)?</a></li> <li> <a href="WCF/TransportMessage/TransportMessage.mp4">How can we implement
transport security plus message security in WCF ?</a></li> <li> <a href="WCF/WCFInstancing/WCFInstancing.mp4">How can we do WCF instancing ?</a></li> <li> <a href="WCF/WCFConcurrency/WCFConcurrency.mp4">How Can we do WCF Concurency
and throttling?</a></li> <li> <a href="WCF/Canyouexplainonetwoway/Canyouexplainonetwoway.mp4">Can you explain one way & duplex(two way) contract in WCF?</a></li> <li> <a href="WCF/Canyouexplainonetwoway2/DuplexContract.mp4">Can you explain one way & duplex(two way) contract in WCF?- Part 2</a></li> <li><a href="WCF/WCFREST1/WCFREST1.mp4?pp=398&amp;propid=21&amp;saleid=subscription">What exactly is WCF REST service?</a></li> <li><a href="WCF/WCFREST2/WCFREST2.mp4?pp=399&amp;propid=22&amp;saleid=subscription">What exactly is WCF REST service?-Part 2</a></li> <li><a href="WCF/FaultExceptions/FaultExceptions.mp4">What are WCF fault exception?</a></li> <li><a href="WCF/HostMultipleEndpoint/HostMultipleEndpoint.mp4">How to host Multiple endpoint in a single WCF Service?</a></li> <li><a href="WCF/MSMQBinding/MSMQBinding.mp4">What is netMSMQBinding in WCF?</a></li> <li><a href="WCF/SourceCode/SourceCode">Source Code</a></li> </ol> </div> <div class="panel-body collapse" id="interview"> <ol> <li><a href="InterviewSection/Section1.mp4">Section1 - IL Code, JIT, CLR, CTS and CAS</a> <li><a href="InterviewQ&A/ConstructorFire.mp4">In a parent child relationship which constructor fires first?</a></li> <li><a href="InterviewQ&A/iplusvsplusi.mp4">What is the difference between i++ & ++i?</a></li> </ol> </div> <div class="panel-body collapse" id="ado"> <ol> <li><a href="ADO.NETQA/Video1WhatIsAdo.net.mp4">What is ADO.NET, Connection, Command & Datareader objects?</a></li> <li><a href="ADO.NETQA/Video2.mp4">What is Dataset and DataAdapter in ADO.NET?</a></li> <li><a href="ADO.NETQA/Video3Pooling.mp4">What is ADO.NET Connection Pooling?</a></li> </ol> </div> <div class="panel-body collapse" id="sqlserver"> <ol> <li><a href="SQLServerQA/SQLNorms/SQLNorms.mp4">Can you explain First, Second & Third Normal forms in database?</a></li> <li><a href="SQLServerQA/DenormalizationOLTPOLAP/DenormalizationOLTPOLAP.mp4">What is Denormalization, OLTP and OLAP?</a></li> <li><a href="SQLServerQA/StarSchemaSnowFlakes/StarSchemaSnowFlakes.mp4">Explain Star Schema & Snow Flake Design?</a></li> <li> <a href="SQLServerQA/SQLServerStoreData/How%20does%20SQL%20Server%20store%20data%20in%208%20KB%20page.mp4">How does SQL Server store data in 8 KB page?</a></li> <li><a href="SQLServerQA/DiffTypeOfSQLJoin/DiffTypeOfSQLJoin.mp4">State 4 different types of SQL join?</a></li> <li><a href="SQLServerQA/WildCardOperators/WildCardOperators.mp4">What are wild card operators?</a></li> <li><a href="SQLServerQA/UnionUnionAll/UnionUnionAll.mp4">Explain Union & Union All?</a></li> <li><a href="SQLServerQA/AggregateFunction/AggregateFunction.mp4">What is aggregate functions, group by clause, having keyword?</a></li> <li><a href="SQLServerQA/SubQueriesCorelated/SubQueriesCorelated.mp4">What are subqueries & co-related queries?</a></li> <li><a href="SQLServerQA/IndexesIncreasesPerformance/IndexesIncreasesPerformance.mp4">What are Indexes and how does it increase performance?</a></li> <li><a href="SQLServerQA/AffectOfIndexes/AffectOfIndexes.mp4">How indexes affect insert, update and delete performance (page split)?</a></li> <li><a href="SQLServerQA/ClustVsNonClust/ClustVsNonClust.mp4">What is the difference between Clustered and Non-Clustered Indexes?</a></li> <li><a href="SQLServerQA/TrigInsDelTab/TrigInsDelTab.mp4">What are triggers, inserted tables and deleted tables?</a></li> <li><a href="SQLServerQA/InsteadOfAndAftTrig/InsteadOfAndAftTrig.mp4">Can you explain instead of and after triggers with a example?</a></li> <li><a href="SQLServerQA/StoredProc/StoredProc.mp4">What are stored procedures and why do we need them?</a></li> <li><a href="SQLServerQA/CoalesceFinal/CoalesceFinal.mp4">What is use of ISNULL and Coalesce functions?</a></li> <li><a href="SQLServerQA/Rank/Rank.mp4">What is Row_Number, Partition, Rank and DenseRank?</a></li> <li><a href="SQLServerQA/CDCAdv/CDCAdv.mp4">What is CDC (Change data capture)?</a></li> <li><a href="SQLServerQA/DiffBtnPrimUnque/DiffBtnPrimUnque.mp4">What is the difference between unique key and primary key?</a></li> <li><a href="SQLServerQA/PivotUnpivot/PivotUnpivot.mp4">How can we implement Pivot & Unpivot in SQL Server?</a></li> </ol> </div> <div class="panel-body collapse" id="html5"> <ol> <li> <a target="_blank" href="HTML%205%20and%20CSS%203%20%20Notes%20by%20www.questpond.com.pdf">HTML 5 and CSS 3 pdf
</a></li> </ol> </div> <div class="panel-body collapse" id="threading"> <ol> <li><a href="CSharpThreading/Threading/00798e8c.mp4">What is Threading in C#.NET?</a></li> <li><a href="CSharpThreading/LockMultiThread/LockMultiThread.mp4">How can we make a object thread safe using LOCK in multithreading?</a></li> <li><a href="CSharpThreading/Mutex/Mutex.mp4">What is Mutex, Semaphore & SemaphoreSlim?</a></li> <li><a href="CSharpThreading/AutoManualReset/AutoManualReset.mp4">What is AutoResetEvent and ManualResetEvent?</a></li> <li><a href="CSharpThreading/ThreadPooling/ThreadPooling.mp4">What is Thread Pooling?</a></li> <li><a href="CSharpThreading/DebugThreads/DebugThreads.mp4">How to debug Threads?</a></li> <li><a href="CSharpThreading/WhatIsTPL/WhatIsTpl.mp4">What is TPL (Task Parallel Library) and how different it is from threads?</a></li> </ol> </div> <div class="panel-body collapse" id="dotnetfundamentals"> <ol> <li><a href=".Net Fundamentals/WhatisILcodeCLRCLSPart1/WhatisILcodeCLRCLSPart1.mp4?pp=298&amp;propid=1&amp;saleid=subscription">What is IL code, CLR, CLS & JIT? - Part1</a></li> <li><a href=".Net Fundamentals/WhatisILcodeCLRCLSPart2/WhatisILcodeCLRCLSPart2.mp4">What is IL code, CLR, CLS & JIT? - Part2</a></li> <li> <a href=".Net%20Fundamentals/ExplainJITPrejitEcoJitNormalJitandNGen/ExplainJITPrejitEcoJitNormalJitandNGen.mp4">Explain JIT, Pre-jit, Eco-Jit, Normal-Jit and NGEN.EXE?</a></li> <li><a href=".Net%20Fundamentals/WhatisCAS/WhatisCAS.mp4">What is CAS, evidence, permission set & code groups?</a></li> <li><a href=".Net%20Fundamentals/Transparent/Transparent.mp4">What are the changes in .NET 4.0 security model & What is sandboxing?</a></li> <li><a href=".Net Fundamentals/ManageUnmanage/ManageUnmanage.mp4?pp=503&amp;propid=6&amp;saleid=subscription">What is the difference between managed & unmanaged code?</a></li> <li><a href=".Net Fundamentals/WhatisGarbageCollectorGen012/WhatisGarbageCollectorGen012.mp4?pp=305&amp;propid=6&amp;saleid=subscription">What is Garbage Collector, Gen 0, 1 & 2?</a></li> <li><a href=".Net Fundamentals/WhatisIDisposableinterfacefinalizedispose/WhatisIDisposableinterfacefinalizedispose.mp4?pp=306&amp;propid=7&amp;saleid=subscription">What is IDisposable interface & finalize dispose pattern in GC?</a></li> <li><a href=".Net Fundamentals/Whatisthedifferencebetweenstrongweakreferences/Whatisthedifferencebetweenstrongweakreferences.mp4?pp=307&amp;propid=8&amp;saleid=subscription">What is the difference between strong and weak references?</a></li> <li><a href=".Net Fundamentals/Whatisdelaysigning/Whatisdelaysigning.mp4?pp=308&amp;propid=9&amp;saleid=subscription">What is delay signing?</a></li> <li><a href=".Net Fundamentals/WhatisGAC/WhatisGAC.mp4?pp=308&amp;propid=9&amp;saleid=subscription">Can we see simple example of GAC & How to handle multiple versions in GAC?</a></li> <li><a href=".Net Fundamentals/DotNetDatatype/48d3e786.mp4?pp=388&amp;propid=4&amp;saleid=subscription">What are different .NET datatypes and its uses according to scenarios?</a></li> <li> <a href=".Net%20Fundamentals/ExplainTypeSafeCasting/ExplainTypeSafeCasting.mp4">Explain TypeSafe, Casting, Explicit casting & implicit casting?</a></li> <li><a href=".Net Fundamentals/DiffbetweenStringandstring/DiffbetweenStringandstring.mp4?pp=501&amp;propid=12&amp;saleid=subscription">What is difference between String and string?</a></li> <li> <a href=".Net%20Fundamentals/DiffStringStringBuilder/DiffStringStringBuilder.mp4">What is the difference between String and String Builder?</a></li> <li> <a href=".Net%20Fundamentals/ProblemDelegate/ProblemDelegate.mp4">What
problem does Delegate Solve ?</a></li> <li> <a href=".Net%20Fundamentals/WhatisaMultiCastDelegate/WhatisaMultiCastDelegate.mp4">What is a Multicast delegate ?</a></li> <li> <a href=".Net%20Fundamentals/WhatAreEvents/WhatAreEvents.mp4">What are
events and what's the difference between delegates and events?</a></li> <li> <a href=".Net%20Fundamentals/Howcanwemakeasynch/Howcanwemakeasynch.mp4">How
can we make Asynchronous method calls using delegates ?</a></li> <li><a href=".Net Fundamentals/AnonymousDelegatesandmethods/Anony.mp4?pp=373&amp;propid=15&amp;saleid=subscription">What are anonymous methods in C#?</a></li> <li><a href=".Net Fundamentals/Tuplesandnony/TuplesVSAnon.mp4?pp=376&amp;propid=16&amp;saleid=subscription">Why anonymous types are preferred over Tuples?</a></li> <li><a href=".Net Fundamentals/LambdaExp/LambdaExp.mp4?pp=571&amp;propid=20&amp;saleid=subscription">What is the use of Lambda Expression Action<>, Predicate<> & Func<>?</a></li> <li><a href=".Net%20Fundamentals/ConCov/ConCov.mp4">What do you mean by Covariance & Contravariance in .NET 4.0?</a></li> <li><a href=".Net Fundamentals/CheckUncheck/0ca154ae.mp4?pp=381&amp;propid=13&amp;saleid=subscription">What is the use of checked and unchecked keyword?</a></li> <li> <a href=".Net Fundamentals/ByValByRef Videos/StackAndHeap/StackAndHeap.mp4">	What is a stack, Heap, Value types and Reference types?</a></li> <li> <a href=".Net%20Fundamentals/ByValByRef%20Videos/BoxingandUnboxing/BoxingandUnboxing.mp4">	What is boxing and unboxing?</a></li> <li> <a href=".Net%20Fundamentals/OutVsRef/OutVsRef.mp4">C# Out Vs Ref</a></li> <li> <a href=".Net%20Fundamentals/OptimisticandpessimisticP1/OptimisticandpessimisticP1.mp4">What is optimistic and pessimistic locking? - Part1</a></li> <li> <a href=".Net%20Fundamentals/Optimistic%20LockingP2/Optimistic%20Locking.mp4">Can you explain optimistic locking? - Part2</a></li> <li> <a href=".Net%20Fundamentals/PessimisticP3/PessimisticP3.mp4">Can you explain pessimistic locking? - Part3</a></li> <li><a href=".Net Fundamentals/Regex/Regex.mp4">What are regular expressions & can we see some practical demonstrations?</a></li> <li> <a href=".Net%20Fundamentals/WhyDoWeNeedRegexTimeout/WhyDoWeNeedRegexTimeout(.net4.5feature).mp4">Why do we need Regex timeout (.NET 4.5 feature)?</a></li> <li><a href=".Net Fundamentals/5DebugTips/01fbfe77.mp4?pp=383&amp;propid=46&amp;saleid=subscription">5 tips to improve your C# debugging.</a></li> <li><a href=".Net%20Fundamentals/NamedParameter/NamedParameter.mp4">Can you explain Named Parameters, Ref, Out, Volatile & Parsetry?</a></li> <li><a href=".Net%20Fundamentals/ConstReadOnly/ConstReadOnly.mp4">What is the difference between Const & ReadOnly?</a></li> <li> <a href=".Net%20Fundamentals/ExplainDiffbtnISASKeyword/ExplainDiffbtnISASKeyword.mp4">Explain the difference between "IS" and "AS" keyword?
</a></li> <li><a href=".Net%20Fundamentals/ExtensionMethods/ExtensionMethods.mp4">What are Extension Methods?</a></li> <li><a href=".Net%20Fundamentals/DebugDirective/DebugDirective.mp4">What is #Debug directive?</a></li> <li><a href=".Net%20Fundamentals/DiffDebugRelease/DiffDebugRelease.mp4">What is the difference between Debug and Release?</a></li> <li><a href=".Net%20Fundamentals/SerializationDeser/SerializationDeser.mp4">What is serialization and deserialization?</a></li> <li> <a href=".Net%20Fundamentals/DiffBtnGetType&TypeOf/DiffBtnGetType&TypeOf.mp4">What is the difference between TypeOf and GetType?</a></li> <li> <a href=".Net%20Fundamentals/IComparableAndIComparer/IComparableAndIComparer.mp4">What is IComparable and IComparer?</a></li> <li><a href=".Net%20Fundamentals/UseOfYieldKeyword/UseOfYieldKeyword.mp4">What is the use of Yield Keyword in C#?</a></li> <li><a href=".Net%20Fundamentals/Indexer/Indexer.mp4">What is a C# indexer?</a></li> <li><a href=".Net%20Fundamentals/DiffEqual/DiffEqual.mp4">What is the difference between == vs .Equals()?</a></li> <li><a href=".Net%20Fundamentals/Coalesc/Coalesc.mp4">What are ??(Coalescing operators)?</a></li> <li><a href=".Net%20Fundamentals/reflection/reflection.mp4">What is C# reflection?</a></li> <li><a href=".Net%20Fundamentals/dynamic/dynamic.mp4">What is Dynamic keyword & How does it differ from Reflection?</a></li> <li><a href=".Net%20Fundamentals/EarlyvsLate/EarlyvsLate.mp4">What is the difference between Early binding and Late binding?</a></li> <li><a href=".Net%20Fundamentals/varanddynamic/varanddynamic.mp4">What is a difference between VAR and Dynamic keyword?</a></li> <li><a href=".Net Fundamentals/VARKeyword/1f3a8018.mp4?pp=379&amp;propid=45&amp;saleid=subscription">What is the use of VAR keyword in C#?</a></li> <li><a href=".Net%20Fundamentals/CircularDepend/CircularDepend.mp4">What are Circular Dependencies and How to resolve them?</a></li> <li><a href=".Net%20Fundamentals/MarkMethodDeprecated/MarkMethodDeprecated.mp4">How can we mark a method as deprecated?</a></li> <li> <a href=".Net%20Fundamentals/BuildRebuildClean/DiffbetwBuildRebuildClean.mp4">What is the difference between Build Vs Rebuild Vs Clean?</a></li> <li><a href=".Net%20Fundamentals/NamingConvention/NamingConvention.mp4">What is Naming Convention?</a></li> <li><a href=".Net%20Fundamentals/whatisnuget/whatisnuget.mp4">What is Nuget?</a></li> <li> <a href=".Net%20Fundamentals/PortableClassLibraries/PortableClassLibraries.mp4">What are portable class libraries?</a></li> <li><a href=".Net%20Fundamentals/WhatIsAsyncAndAwait/WhatIsAsyncAndAwait.mp4">What is Asynch and Await keywords?</a></li> <li> <a href=".Net%20Fundamentals/Enum'sandFlagsinEnums/Enum'sandFlagsinEnums.mp4">What are ENUM's and flags in ENUMS?</a></li> <li> <a href=".Net%20Fundamentals/HowToConvertStringToEnum/HowToConvertStringToEnum.mp4">How to convert string to ENUM?</a></li> <li><a href=".Net%20Fundamentals/MSMQ/MSMQ.mp4">How to use MSMQ with C#?</a></li> <li><a href=".Net%20Fundamentals/explainnullabletypes/explainnullabletypes.mp4">Explain NULLABLE Types?</a></li> <li> <a href=".Net%20Fundamentals/explaincsharpattributes/explaincsharpattributes.mp4">Explain C# Attributes?</a></li> <li><a href=".Net%20Fundamentals/Automapper/Automapper.mp4">What is AutoMapper?</a></li> <li><a href=".Net%20Fundamentals/DataAnnotations/DataAnnotations.mp4">What are DataAnnotations?</a></li> <li><a href=".Net%20Fundamentals/FundamentalSourceCode">Source Code</a></li> </ol> </div> <div class="panel-body collapse" id="generics"> <ol> <li><a href="DotNetCollections/1CollectionBasics.mp4">What are the different types of collections in .NET?- Part 1</a></li> <li><a href="DotNetCollections/2ArrayandArrayList.mp4">What is the difference between Array & ArrayList?- Part 2</a></li> <li><a href="DotNetCollections/3ArrayFasterThanArrayList.mp4">Can you prove why arrays are faster than arraylist?- Part 3</a></li> <li><a href="DotNetCollections/4Arrayandhastables.mp4">What are the problems with arraylist & how can we solve the same by Hashtables?- Part 4</a></li> <li><a href="DotNetCollections/5StacksAndQueues.mp4">What are stacks and queues?- Part 5</a></li> <li><a href="DotNetCollections/6SpecialCollection.mp4">What are special collections?- Part 6</a></li> <li><a href="DotNetCollections/7Generics.mp4">What are Generics & What are generics collections?- Part 7</a></li> <li><a href="DotNetCollections/8WhatAreGenericCollections.mp4">What are generics collections?- Part 8</a></li> <li><a href="DotNetCollections/9InterfaceCollectionroject.mp4">What is the use of IEnumerator, ICollection, IDictionary & IList?- Part 9</a></li> <li><a href="DotNetCollections/10DiffIEnum.mp4">What is the difference between IEnumerable and IEnumerator?</a></li> <li><a href="DotNetCollections/11IEnumerableQueryTable.mp4">Differentiate between IEnumerable vs IQueryTable?</a></a> </li> <li><a href="DotNetCollections/12ExplainGenericConstraints.mp4">Explain Generics Constraints?</a></a> </li> </ol> </div> <div class="panel-body collapse" id="aspdotnet"> <ol> <li><a href="ASP.NETQA/SessionViewState/SessionViewState.mp4">What is the use of Session and Viewstate in ASP.NET?</a></li> <li><a href="ASP.NETQA/DiffSessionViewState/DiffSessionViewState.mp4">What is the difference between session & viewstate?</a></li> <li><a href="ASP.NETQA/Asp.Net%20Part-1/Asp.Net%20Part-1.mp4">Can you explain ASP.NET application and Page life cycle - (Part 1)?</a></li> <li><a href="ASP.NETQA/Asp.Net%20part-2/Asp.Net%20Part-2.mp4">Can you explain ASP.NET application and Page life cycle - (Part 2)?</a></li> <li><a href="ASP.NETQA/Asp.Net%20Part-3/Asp.Net%20Part-3.mp4">Can you explain ASP.NET application and Page life cycle - (Part-3)?</a></li> <li><a href="ASP.NETQA/Postback/Postback.mp4">What is a PostBack, IsPostBack and AutoPostBack in ASP.NET?</a></li> <li> <a href="ASP.NETQA/ASP.NET%20Authantaction%20and%20Authorization%20Series/Part-1.mp4">What is Authentication, Authorization, Principal & Identity objects? Part-1</a></li> <li> <a href="ASP.NETQA/ASP.NET%20Authantaction%20and%20Authorization%20Series/Part-2.mp4">ASP.NET Authentiication and Authorization Video series Part-2</a></li> <li> <a href="ASP.NETQA/ASP.NET%20Authantaction%20and%20Authorization%20Series/Part-3.mp4">ASP.NET Authentiication and Authorization Video series Part-3</a></li> <li> <a href="ASP.NETQA/ASP.NET%20Authantaction%20and%20Authorization%20Series/Part-4.mp4">ASP.NET Authentiication and Authorization Video series Part-4</a></li> <li> <a href="ASP.NETQA/ASP.NET%20Authantaction%20and%20Authorization%20Series/Part-5.mp4">ASP.NET Authentiication and Authorization Video series Part-5</a></li> <li> <a href="ASP.NETQA/ASP.NET%20Authantaction%20and%20Authorization%20Series/Part-6.mp4">ASP.NET Authentiication and Authorization Video series Part-6</a></li> <li><a href="ASP.NETQA/MasterPages/MasterPages.mp4">What are Master pages?</a></li> <li><a href="ASP.NETQA/Tracing/WhatisTracing1/WhatisTracing1.mp4">What is Instrumentation, Debugging & Tracing? Part-1</a></li> <li><a href="ASP.NETQA/Tracing/DebugandTrace2/DebugandTrace2.mp4">What is Instrumentation, Debugging & Tracing? Part-2</a></li> <li><a href="ASP.NETQA/Tracing/WhatisDebug3/WhatisDebug3.mp4">What is Instrumentation, Debugging & Tracing?Part-3</a></li> <li><a href="ASP.NETQA/WhatIsRouting/WhatIsRouting.mp4">What is Routing in ASP.NET(URL rewriting)?</a></li> <li> <a href="ASP.NETQA/servertransfervsresponseredirect/servertransfervsresponseredirect.mp4">Server.Transfer VS Response.Redirect</a></li> <li> <a href="ASP.NETQA/explainpreserveformandendresponse/explainpreserveformandendresponse.mp4">Explain PreserveForm and EndResponse?</a></li> <li> <a href="ASP.NETQA/canwehavetwowebconfigfilesinaspnet/canwehavetwowebconfigfilesinaspnet.mp4">Can we have 2 web.config files?</a></li> <li><a href="ASP.NETQA/labelvsliteral/labelvsliteral.mp4">Label Vs Literal</a></li> <li><a href="ASP.NETQA/Webserver/Webserver.mp4">What is Web server and IIS(Internet Information Services)?</a></li> <li><a href="ASP.NETQA/Asp.Net%20Part-1/Sourcecode.rar">ASP.NET page life cycle source code</a></li> </ol> </div> <div class="panel-body collapse" id="mvc5"> <ol> <li><a href="MVC5/Lab1SimpleHelloworld20Minutes/lab1simplehelloworld20minutes.mp4">Lab 1: - Simple Hello world(20 Minutes)</a></li> <li><a href="MVC5/Lab2ExplainMVCRouting10Minutes/lab2explainmvcrouting10minutes.mp4">Lab 2: - Explain MVC Routing(10 Minutes)?</a></li> <li><a href="MVC5/Lab3ExplainViewData20Minutes/Lab3ExplainViewData20Minutes.mp4">Lab 3: - Explain ViewData, ViewBag, TempData & Session Variables?(20 Minutes)</a></li> <li><a href="MVC5/Lab4ExplainModelandStronglytypedviews/lab4explainmodelandstronglytypedviews.mp4">Lab 4: - Explain Model and Strongly typed views (20 minutes)?</a></li> <li><a href="MVC5/Lab5ExplainModelBinders/Lab5ExplainModelBinders.mp4">Lab5: - Explain Model Binders(10 minutes)?</a></li> <li><a href="MVC5/Lab6WhyMVCandMVCvsWebforms30minutes/whymvc.mp4">Lab 6: - Why MVC and MVC vs Webforms?(30 minutes)</a></li> <li><a href="MVC5/Lab7ExplainTempDataPeekandKeep10Minutes/peekandkeep.mp4">Lab 7: - Explain TempData, Peek and Keep?(10 Minutes)</a></li> <li><a href="MVC5/Lab8ExplainDataAnnotHTMLHelpersClass30Minutes/Lab8.mp4">Lab 8: - Explain Data Annotations and HTML Helpers classes?(31 Minutes)</a></li> <li><a href="MVC5/Lab9NeedViewModel/Lab9.mp4">Lab 9: - What is the need of ViewModel in MVC? (10 Minutes)</a></li> <li><a href="MVC5/Lab10UseEntityFrameworkMVC/Lab10UseEntityFrameworkMVC.mp4">Lab10: - How can we use Entity Framework in MVC?(20 minutes)</a></li> <li><a href="MVC5/Lab11ImplementVMPVWebGrid/Lab11ImplementVMPVWebGrid.mp4">Lab 11: - How to implement viewmodel, partial view and webgrid?(45 minutes)</a></li> <li><a href="MVC5/Lab12ActionResultandViewResultinMVC/Lab12ActionResultandViewResultinMVC.mp4">Lab 12: - What is the difference between ActionResult and ViewResult in MVC?(10 minutes)</a></li> <li><a href="MVC5/Lab13AjaxusingJSONandJqueryusingMVC/lab13ajaxusingjsonandjqueryusingmvc.mp4">Lab 13: - How to implement AJAX using JSON and jQuery using MVC?(60 minutes)</a></li> <li><a href="MVC5/Lab14AsyncControllersMVC5/Lab14AsyncControllersMVC5.mp4">Lab14: - What is the use of Async Controllers in MVC?(20 minutes)</a></li> <li><a href="MVC5/Lab15mvcapplicationoniis/Lab15mvcapplicationoniis.mp4">Lab 15: - How to deploy MVC Application on IIS?(10 minutes)</a></li> <li><a href="MVC5/Lab16WinAndFormAuthen/Lab16WinAndFormAuthen.mp4">Lab 16: - How can we do Windows and Forms Authentication in MVC?(50 Minutes)</a></li> <li><a href="MVC5/Lab17mvcareasforbettermodulardevelopment/Lab17mvcareasforbettermodulardevelopment.mp4">Lab 17: - How can we use MVC areas for better modular development?(10 Minutes)</a></li> <li><a href="MVC5/Lab18mvcwithangular/Lab18mvcwithangular.mp4">Lab 18: - How to implement MVC with Angular?(60 minutes)</a></li> <li><a href="MVC5/Lab19CanweOverloadMVCActionmethods/Lab19CanweOverloadMVCActionmethods.mp4">Lab 19: - Can we Overload MVC Action methods?(10 Minutes)</a></li> <li><a href="MVC5/Lab20reusabilityusingangular/Lab20reusabilityusingangular.mp4">Lab 20: - How to improve Reusability using Angular?(20 Minutes)</a></li> <li><a href="MVC5/Lab21needofwebapiinmvc/Lab21needofwebapiinmvc.mp4">Lab 21: - What is the need of WebAPI in MVC?(30 Minutes)</a></li> <li><a href="MVC5/Lab22HowtodoexceptionhandlinginMVC/Lab22HowtodoexceptionhandlinginMVC.mp4">Lab 22: - How to do exception handling in MVC?(30 Minutes)</a></li> <li><a href="MVC5/Lab23MVCWebAPIiandAngular/Lab23MVCWebAPIiandAngular.mp4">Lab 23: - How to do update & delete using MVC, WebAPI, EF & Angular?(30 Minutes)</a></li> <li><a href="MVC5/Lab24MVCWebgrid/Lab24MVCWebgrid.mp4">Lab 24: - How to use MVC Webgrid?(30 minutes)</a></li> <li><a href="MVC5/lab25validationusingangularandmvc/lab25validationusingangularandmvc.mp4">Lab 25: - How to implement Validation using Angular and MVC?(30 minutes)</a></li> <li><a href="MVC5/lab26spasinglepageapplication/lab26spasinglepageapplication.mp4">Lab 26: - What is SPA (Single page application)?(30 minutes)</a></li> <li><a href="MVC5/Lab27HowtoorganizemNVCProjectandunderstandingCORS/Lab27.mp4">Lab 27: - How to Organize MVC project and Understanding CORS issue?(42 minutes)</a></li> <li><a href="MVC5/Lab28ExplaintheimportanceofDisplayModes/Lab28.mp4">Lab 28: - Explain the importance of DisplayModes?(10 minutes)</a></li> <li><a href="MVC5/lab29unittestingwithmvcprojects/lab29unittestingwithmvcprojects.mp4">Lab 29: - How to do unit testing with MVC projects?(30 minutes)</a></li> <li><a href="MVC5/lab30spausingangularrouting/lab30spausingangularrouting.mp4">Lab 30: - How to implement SPA using Angular Routing)?(20 minutes)</a></li> <li> <a href="MVC5/lab31decoupledsystemsusingmvcdi/lab31decoupledsystemsusingmvcdi.mp4">Lab 31: - How to create decoupled systems using MVC DI?(60 minutes)</a></li> <li><a href="MVC5/Lab32MultipleSubmitButton/Lab32MultipleSubmitButton.mp4">Lab 32: - How can we have multiple submit buttons in ASP.NET MVC?(13 minutes)</a></li> <li><a href="MVC5/Lab33AntiForgeryMVC/Lab33AntiForgeryMVC.mp4">Lab 33: - What is the importance of AntiForgery in MVC?(10 minutes)(10 minutes)</a></li> <li><a href="MVC5/Lab34ValidateInput/Lab34ValidateInput.mp4">Lab 34: - What is the importance of ValidateInput and AllowHTML in MVC?(10 minutes)</a></li> <li><a href="MVC5/Lab35BundlingMinification/Lab35BundlingMinification.mp4">Lab 35: - Bundling and Minification(15 minutes)</a></li> <li><a href="MVC5/Lab36LayoutPagesInRazor/Lab36LayoutPagesInRazor.mp4">Lab 36: - Layout pages in Razor</a></li> <li><a href="MVC5/Lab37ActionFilter/Lab37ActionFilter15qf95ph37Al14.mp4">Lab 37: - What are ActionFilters in MVC?</a></li> <li> <a href="MVC5/Lab38WhatIsWebAPIPart1/Lab38WhatIsWebAPIPart1hg4q9m1H6A3bo9n.mp4">Lab 38: - What is WebAPI (Theory)?</a></li> <li> <a href="MVC5/Lab39WhatIsWebAPIPart2/Lab39WhatIsWebAPIPart2qh76Al1X34h6Mb24wd6D.mp4">Lab 39: - How can we create and consume WEB API (Practical)?</a></li> <li><a href="MVC5/SourceCode">Source Code</a></li> </ol> </div> <div class="panel-body collapse" id="mvp"> <ul> <li><a href="MVP/MVP.mp4">Model View Presenter Video</a></li> <li> <a href="MVP/MVPStockSample.zip">MVP Source Code</a></li> </ul> </div> <div class="panel-body collapse" id="UML"> <ol> <li><a href="UML%20MP4/Introduction/Introduction.mp4">Introduction</a></li> <li><a href="UML%20MP4/Use%20Case/Use%20Case.mp4">Use Case Diagrams </a> </li> <li><a href="UML%20MP4/Class/Class.mp4">Class Diagrams</a></li> <li><a href="UML%20MP4/Object/Object.mp4">Object Diagrams</a></li> <li><a href="UML%20MP4/Sequence1/Sequence.mp4">Sequence Diagrams </a> </li> <li><a href="UML%20MP4/Collaboration/Collaboration.mp4">Collaboration Diagrams	</a></li> <li><a href="UML%20MP4/Activity/Activity.mp4">Activity Diagram</a></li> <li><a href="UML%20MP4/State%20Chart/State%20Chart.mp4">State chart Diagrams</a></li> <li><a href="UML%20MP4/Componenet/Componenet.mp4">Component Diagrams</a></li> <li><a href="UML%20MP4/Deployment/Deployment.mp4">Deployment Diagrams</a></li> <li><a href="UML%20MP4/Stereo%20Types/Stereo%20Types.mp4">Stereo Types Diagrams</a></li> <li><a href="UML%20MP4/Flow/UMLFlow1/UMLFlow.mp4">UML Project Flow</a></li> <li><a href="UML%20MP4/Tool/Tool.mp4">Practice with Tool</a></li> <li><a href="UML%20MP4/Enterprise%20Architect%20Tool/easetup.exe">Setup</a></li> </ol> </div> <div class="panel-body collapse" id="functionpoints"> <ol> <li><a href="FPA/Introduction1/Introduction.mp4">Introduction</a></li> <li><a href="FPA/ApplicationBoundary1/ApplicationBoundary.mp4">Application Boundary</a></li> <li><a href="FPA/ExternalInput1/ExternalInput.mp4">EI Fundamentals</a></li> <li><a href="FPA/EO1/EO.mp4">EO Fundamentals</a></li> <li><a href="FPA/EQ1/EQ.mp4">EQ Fundamentals</a></li> <li><a href="FPA/EIF1/EIF.mp4">EIF Fundamentals</a></li> <li><a href="FPA/ILF1/ILF.mp4">ILF Fundamentals</a></li> <li><a href="FPA/GSC1/GSC.mp4">GSC Fundamentals</a></li> <li><a href="FPA/Productivitygfactor1/Productivitygfactor.mp4">Productivity Factor</a></li> <li><a href="FPA/Costing1/Costing.mp4">Costing</a></li> <li><a href="FPA/Fptemplate/Fptemplate.mp4">Function Point Template</a></li> <li><a href="FPA/Project1/Project.mp4">Estimating a Sample Project</a></li> <li><a href="FPA/Template.xls">Function Point Estimation Excel</a></li> <li><a href="FPA/Customer%20maintenance.xls">Customer Maintenance</a></li> </ol> </div> <div class="panel-body collapse" id="UnderStandingSWArchitecture"> <ol> <li><a title='In this video we will understand the scenario and problem associated with the customer and logger class problem.' href="UnderStandingArchitecture/1/ScenarioProblem1/ScenarioProblem1.mp4?pp=356&amp;propid=1&amp;saleid=subscription">Scenario 1: - Customer & Logger class Scenario (SRP Violation)</a></li> <li><a title='In this video we will try to solve the SRP violation problem of Customer and logger class using factory classes and interfaces. So we will first seperate logger logic in to a seperate c# project. In the next step we will attach a interface between BO and logger class. The generation of the objects will be done using Factory classes.' href="UnderStandingArchitecture/1/SolutionScenario1/SolutionScenario1.mp4?pp=357&amp;propid=2&amp;saleid=subscription">Solution for Scenario 1: - Implementing SRP with factory class & interfaces</a></li> <li><a title='In this video we will try to understand the problem of a simple customer type scenario which violates open close principle.' href="UnderStandingArchitecture/2/ScenarioOCP/ScenarioOCP.mp4?pp=358&amp;propid=3&amp;saleid=subscription">Scenario 2: - Add new customer type scenario (OCP violation)
</a></li> <li><a href="UnderStandingArchitecture/2/SolutionOCP/SolutionOCP.mp4?pp=359&amp;propid=4&amp;saleid=subscription">Solution for Scenario 2: - Applying OCP (Open closed principle) by using inheritance</a></li> <li><a href="UnderStandingArchitecture/3/ScenarioLSP/ScenarioLSP.mp4?pp=360&amp;propid=5&amp;saleid=subscription">Scenario 3: - The batch printing problem(LSP violation)</a></li> <li><a href="UnderStandingArchitecture/3/SolutionLSP/SolutionLSP.mp4?pp=361&amp;propid=6&amp;saleid=subscription">Solution for Scenario 3: - Applying LSP (Liskov principle) using interfaces & solving the problem</a></li> <li><a title='In this scenario we will discuss about a simple tax calculator application and the problem associated with the tax calculator application.' href="UnderStandingArchitecture/4/DIIOCScenario/DIIOC.mp4?pp=363&amp;propid=4&amp;saleid=subscription">Scenario 4: - The tax calculator scenario(DI/IOC)</a></li> <li><a href="UnderStandingArchitecture/4/DIIOCSolution/DIIOCSolution.mp4?pp=364&amp;propid=5&amp;saleid=subscription">Solution for Scenario 4: - Using unity application using DIIOC</a></li> </ol> </div> <div class="panel-body collapse" id="c-sharp-threading">C Sharp Threading</div> <div class="panel-body collapse" id="dot-net-60-days"> <ol> <li><a href="60DaysFreshers/Vid1.mp4?pp=505&amp;propid=1&amp;saleid=subscription">(Day 1)Lab 1: - Creating your first program </a></li> <li><a href="60DaysFreshers/Vid2.mp4?pp=506&amp;propid=2&amp;saleid=subscription">(Day 1)Lab 2: - Creating your first program</a></li> <li><a href="60DaysFreshers/Vid3.mp4?pp=507&amp;propid=3&amp;saleid=subscription">(Day 1)Lab 3: - Integer DataType</a></li> <li><a href="60DaysFreshers/Vid4.mp4?pp=508&amp;propid=4&amp;saleid=subscription">(Day 1)Lab 4: - Exception Handling</a></li> <li><a href="60DaysFreshers/Vid5.mp4?pp=509&amp;propid=5&amp;saleid=subscription">(Day 1)Lab 5: - IF Condition, Return Try/Catch</a></li> <li><a href="60DaysFreshers/Vid6.mp4?pp=519&amp;propid=6&amp;saleid=subscription">(Day 2)Lab 6: - Commenting</a></li> <li><a href="60DaysFreshers/Vid7.mp4?pp=527&amp;propid=7&amp;saleid=subscription">(Day 2)Lab 7: - For Loop</a></li> <li><a href="60DaysFreshers/Vid8.mp4?pp=528&amp;propid=8&amp;saleid=subscription">(Day 2)Lab 8: - Creating a simple calculator program</a></li> <li><a href="60DaysFreshers/Vid9.mp4?pp=530&amp;propid=9&amp;saleid=subscription">(Day 3)Lab 9: - Creating your first Windows application</a></li> <li><a href="60DaysFreshers/Vid10.mp4?pp=534&amp;propid=10&amp;saleid=subscription">(Day 3)Lab 10: - Creating the Customer Screen</a></li> <li><a href="60DaysFreshers/Vid11.mp4?pp=536&amp;propid=11&amp;saleid=subscription">(Day 4)Lab 11: - Displaying Customer Screen</a></li> <li><a href="60DaysFreshers/Vid12.mp4?pp=553&amp;propid=12&amp;saleid=subscription">(Day 4)Lab 12: - Multiple Document Interface(MDI)</a></li> <li><a href="60DaysFreshers/Vid13.mp4?pp=553&amp;propid=12&amp;saleid=subscription">(Day 5)Lab 13: - Classes & Objects</a></li> <li><a href="60DaysFreshers/Vid14.mp4?pp=562&amp;propid=14&amp;saleid=subscription">(Day 6)Lab 14: - Getting Data from SQL Server</a></li> <li><a href="60DaysFreshers/Vid15.mp4?pp=565&amp;propid=15&amp;saleid=subscription">(Day 7)Lab 15: - Inserting data into SQL Server</a></li> <li><a href="60DaysFreshers/Vid16.mp4?pp=567&amp;propid=16&amp;saleid=subscription">(Day 7) Lab 16: - Storing connection string in App.config files</a></li> <li><a href="60DaysFreshers/Vid17.mp4?pp=568&amp;propid=17&amp;saleid=subscription">(Day 8) Lab 17: - Delete Functionality</a></li> <li><a href="60DaysFreshers/Vid18.mp4?pp=572&amp;propid=18&amp;saleid=subscription">(Day 9) Lab 18: - Update Functionality</a></li> <li><a href="60DaysFreshers/Vid19.mp4">(Day 9) Lab 19: - 2 Tier Architecture</a></li> <li><a href="60DaysFreshers/Vid20.mp4">(Day 10) Lab 20: - Creating a web application</a></li> <li><a href="60DaysFreshers/Vid21.mp4">(Day 10) Lab 21: - Connect WebApp to Data Access Layer</a></li> <li><a href="60DaysFreshers/Vid22.mp4">(Day 11 & 12) Lab 22: - Implementing Insert, Update & Delete</a></li> <li><a href="60DaysFreshers/Vid23.mp4">(Day 13) Lab 23: - Implementing 3 Tier Architecture</a></li> <li><a href="60DaysFreshers/Vid24.mp4">(Day 14) Lab 24: - Security</a></li> <li><a href="60DaysFreshers/Vid25.mp4">(Day 15) Lab 25: - Web Security</a></li> <li><a href="60DaysFreshers/Vid26.mp4">(Day 16) Lab 26: - REGEX</a></li> <li><a href="60DaysFreshers/Vid27.mp4">(Day 17) Lab 27: - Improving Database Design</a></li> <li><a href="60DaysFreshers/Vid28.mp4">(Day 18)Lab 28: - 1 to many relationship</a></li> <li><a href="60DaysFreshers/Vid29.mp4">(Day 19)Lab 29: - 1 to Many(Insert)</a></li> <li><a href="60DaysFreshers/Vid30.mp4">(Day 20)Lab 30: - 1 to Many(Select & Delete)</a></li> <li><a href="60DaysFreshers/Vid31.mp4">(Day 21)Lab 31: - 1 to Many(Update)</a></li> <li><a href="60DaysFreshers/Vid32.mp4">(Day 22)Lab 32: - Stored Procedure</a></li> <li><a href="60DaysFreshers/Vid33.mp4">(Day 23)Lab 33: - Reusability</a></li> <li><a href="60DaysFreshers/Vid34.mp4">(Day 24)Lab 34: - Application and Cache in ASP.NET</a></li> <li><a href="60DaysFreshers/Vid35.mp4">(Day 25)Lab 35: - Sessions in ASP.NET</a></li> <li><a href="60DaysFreshers/Vid60.mp4">Day 26 to Day 60: - Project</a></li> <li><a href="60DaysFreshers/LearnDotNetIn60DaysSourceCode">Source Code</a></li> </ol> </div> <div class="panel-body collapse" id="vsts-testing">VSTS Testing</div> <div class="panel-body collapse" id="imageGallery">Videos List</div> <div class="panel-body collapse" id="OOPS"> <ol> <li><a href="OOPS/OOPQuestion1/OOPQuestion1.mp4">What is the problem with Functional Programming?</a></li> <li> <a href="OOPS/CanYoudefineOOP/CanYoudefineOOP.mp4">Can you define OOP and the 4 principles of OOP?</a></li> <li> <a href="OOPS/ClassesAndObject/ClassesAndObject.mp4">What are Classes and Objects?</a></li> <li> <a href="OOPS/WhatIsInheritance/WhatIsInheritance.mp4">What is Inheritance?</a></li> <li><a href="OOPS/PolyMorphismConcepts/PolyMorphismConcepts.mp4">What is Polymorphism, overloading, overriding and virtual?</a></li> <li><a href="OOPS/EncapsulationAndAbstraction/EncapsulationAndAbstraction.mp4">Can you explain encapsulation and abstraction?</a></li> <li> <a href="OOPS/WhatIsAnAbstractClass/WhatIsAnAbstractClass.mp4">What is an abstract class?</a></li> <li> <a href="OOPS/DefineInterfaces/DefineInterfaces.mp4">Define Interface & What is the diff. between abstract & interface?</a></li> <li> <a href="OOPS/Part2Interfaces/Part2Interfaces.mp4">Define Interface & Diff. between abstract & interface? - Part 2</a></li> <li> <a href="OOPS/Shadowing/Shadowing.mp4">What is Shadowing?</a></li> <li><a href="OOPS/InterfacewithSameMethodNamesNoAd/InterfacewithSameMethodNamesNoAd.mp4?pp=377&amp;propid=11&amp;saleid=subscription">Can we implement interfaces with same method names in C#?</a></li> <li><a href="OOPS/StaticKeyword/08683660.mp4?pp=380&amp;propid=12&amp;saleid=subscription">What is the use of Static Keyword?</a></li> <li><a href="OOPS/DiffAbstEncap/DiffAbstEncap.mp4?pp=500&amp;propid=13&amp;saleid=subscription">What is the difference between Abstraction and Encapsulation?</a></li> <li><a href="OOPS/Partial/partialclass.mp4?pp=533&amp;propid=14&amp;saleid=subscription">What are partial classes & partial methods?</a></li> <li><a href="OOPS/ImpAggCompAss/ImpAggCompAss.mp4?pp=554&amp;propid=15&amp;saleid=subscription">Can we see implementation of Association, Aggregation & Composition in real world?</a></li> <li><a href="OOPS/WhatIsOperatorOverloading/WhatIsOperatorOverloading.mp4">What is operator overloading?</a></li> <li><a href="OOPS/ExplainAccessModifiers/ExplainAccessModifiers.mp4">Explain Access modifiers (Private, Public, Protected, Internal & Protected/Internal)?</font>
</a></li> <li><a href="OOPS/Sourcecode.rar">Source Code</a></li> </ol> </div> <div class="panel-body collapse" id="angular-js">Learn Angular JS</div> <div class="panel-body collapse" id="javascript-framework">Javascript Framework</div> <div class="panel-body collapse" id="design-pattern"> <ol> <li><a href="Design%20pattern%20MP4/Lab1/Lab1.mp4">Lab 1: - Design pattern step by step with a project(Factory pattern,Lazy Pattern and RIP Pattern).(60 minutes)</a></li> <li><a href="Design%20pattern%20MP4/Lab2/Lab2.mp4">Lab 2: - Unity, Stratergy, IOC, SRP and SOC.(30 minutes)</a></li> <li><a href="Design%20pattern%20MP4/Lab3/Lab3DesignPattern.mp4">Lab 3: - Template pattern and Repository pattern with ADO.NET.(60 minutes)</a></li> <li> <a href="Design%20pattern%20MP4/Lab4AdapterRepository/Lab4AdapterRepository.mp4">Lab 4: - Adapter Pattern and Repository with EF(60 minutes)</a></li> <li><a href="Design%20pattern%20MP4/Lab5UOW/Lab5UOW.mp4">Lab 5: - UOW(Unit of Work)(30 minutes)</a></li> <li><a href="Design%20pattern%20MP4/Lab6/LAB6DP.mp4">Lab 6: - Decorator Pattern(30 Minutes)</a></li> <li><a href="Design%20pattern%20MP4/Lab7/Lab7DP.mp4">Lab 7: - Iterator Pattern(25 Minutes)</a></li> <li><a href="Design%20pattern%20MP4/Lab8/Lab8DP.mp4">Lab 8: - Prototype and Memento Pattern(25 Minutes)</a></li> <li><a href="Design%20pattern%20MP4/Lab9/Lab9DP.mp4">Lab 9:- Implementing complex object creation using Factory Method(1 Hour)</a></li> <li><a href="Design%20pattern%20MP4/ExplainSolid/ExplainSolid.mp4">Explain SOLID?</a></li> <li> <a href="Design%20pattern%20MP4/Intro/Intro.mp4">Introduction </a></li> <li> <a href="Design%20pattern%20MP4/Factory/Factory.mp4">Factory Pattern</a></li> <li> <a href="Design%20pattern%20MP4/AbstractFactory/AbstractFactory.mp4">Abstract Factory Pattern</a></li> <li> <a href="Design%20pattern%20MP4/builder/builder.mp4">Builder Pattern</a></li> <li> <a href="Design%20pattern%20MP4/Proto/Proto.mp4">Prototype Pattern</a></li> <li> <a href="Design%20pattern%20MP4/Singleton/Singleton.mp4">Singleton Pattern</a></li> <li> <a href="Design%20pattern%20MP4/AdapterPatternFLASH/AdapterPatternFLASH.mp4">Adapter Pattern</a></li> <li> <a href="Design%20pattern%20MP4/Bridge/Bridge.mp4">Bridge Pattern</a></li> <li> <a href="Design%20pattern%20MP4/CompositePattern/CompositePattern.mp4">Composite Pattern</a></li> <li> <a href="Design%20pattern%20MP4/DecoratorPattern/DecoratorPattern.mp4">Decorator Pattern</a></li> <li> <a href="Design%20pattern%20MP4/FacadePattern/FacadePattern.mp4">Facade Pattern</a></li> <li> <a href="Design%20pattern%20MP4/FlyweightPattern/FlyweightPattern.mp4">Flyweight Pattern
</a></li> <li> <a href="Design%20pattern%20MP4/ProxyPattern/ProxyPattern.mp4">Proxy Pattern</a></li> <li> <a href="Design%20pattern%20MP4/MediatorPattern/MediatorPattern.mp4">Mediator Pattern
</a></li> <li> <a href="Design%20pattern%20MP4/MementoPattern/MementoPattern.mp4">Memento Pattern</a></li> <li> <a href="Design%20pattern%20MP4/InterpreterPattern/InterpreterPattern.mp4">Interpreter Pattern</a></li> <li> <a href="Design%20pattern%20MP4/IterationPattern/IterationPattern.mp4">Iterator Pattern</a></li> <li> <a href="Design%20pattern%20MP4/CORPattern/CORPattern.mp4">COR Pattern</a></li> <li> <a href="Design%20pattern%20MP4/CommandPattern/CommandPattern.mp4">Command Pattern</a></li> <li> <a href="Design%20pattern%20MP4/StatePattern/StatePattern.mp4">State Pattern</a></li> <li> <a href="Design%20pattern%20MP4/StratergyPattern/StratergyPattern.mp4">Strategy Pattern</a></li> <li> <a href="Design%20pattern%20MP4/OBServerPattern/OBServerPattern.mp4">Observer Pattern</a></li> <li> <a href="Design%20pattern%20MP4/TemplatePattern/TemplatePattern.mp4">Template Pattern</a></li> <li> <a href="Design%20pattern%20MP4/VisitorPattern/VisitorPattern.mp4">Visitor Pattern</a></li> <li> <a href="Design%20pattern%20MP4/ExplainIOC/ExplainIOC.mp4">Explain IOC(Inversion of Control)?</a></li> <li> <a href="Design%20pattern%20MP4/DependencyInjection/DependencyInjection.mp4">Dependency Injection</a></li> <li><a href="Design%20pattern%20MP4/fluentinterfaceandmethodchaining/fluentinterfaceandmethodchaining.mp4">Fluent interface and method chaining</a></li> <li><a href="Design%20pattern%20MP4/LazyLoading/LazyLoading.mp4">Lazy Loading</a></li> <li><a href="Design%20pattern%20MP4/RepIfPolyPattern/RepIfPolyPattern.mp4">Explain RIP(Replace IF with Polymorphism) Pattern?</a></li> <li><a href="Design%20pattern%20MP4/ImmutableObject/ImmutableObject.mp4">Immutable Object Design Pattern</a></li> <li><a href="Design%20pattern%20MP4/NullDesignPattern/NullDesignPattern.mp4">Explain Null Design Pattern and its usage.</a></li> <li><a href="Design%20pattern%20MP4/DesignPatternSourceCode">Source Code</a> </li> </ol> </div> <div class="panel-body collapse" id="linq-ef"> <ol> <li><a href="LINQEF/1whatisentityframework(theory).mp4">What is Entity Framework (Theory)?</a></li> <li><a href="LINQEF/2Lab1EDMXContextModels.mp4">Lab 1: - What is EDMX, Context and Models in EF?</a></li> <li><a href="LINQEF/3lab2ReadInsertUpdate.mp4">Lab 2: - How to read,insert, update
&amp; delete data using EF (Entity framework)?</a></li> <li><a href="LINQEF/4lab3howtoinsertcustombusinessvalidation.mp4">Lab 3: - How to insert custom business validation in Entity classes?</a></li> <li><a href="LINQEF/5Lab4WhatArePocoClasses.mp4">Lab 4: - What are POCO Classes?</a></li> <li><a href="LINQEF/6Lab5ImplementCodeFirst.mp4">Lab 5: - How to implement code first?</a></li> <li><a href="LINQEF/7Lab6ConcurrencyIssuesInEF.mp4">Lab 6: - How to solve concurrency issues in EF(Optimistic locking)?</a></li> <li><a href="LINQEF/8Lab7ClientwinsAndStorewinsInEntityFramework.mp4">Lab 7: - What is Clientwins and StoreWins in Entity framework?</a></li> </ol> </div> </div> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
</body>
</html>
QuestPond Captions - Script Codes
QuestPond Captions - Script Codes
Home Page Home
Developer Venkatesh
Username venkatesha
Uploaded November 22, 2022
Rating 3
Size 13,987 Kb
Views 24,288
Do you need developer help for QuestPond Captions?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Venkatesh (venkatesha) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!