This video explains Extension Method in C# https://youtu.be/QIJNyvFWaUo
Category Archives: Video
Video- How to use JavaScript array find method
https://youtu.be/DgROCYkg-lU This video explains How to use JavaScript array find method
Video – Scoping and Hoisting in JavaScript
This video explains Scoping and Hoisting in JavaScript
Video – JSON.stringify() in JavaScript
This video explain in detail about JSON.stringify in JavaScript.
Video – slice method in JavaScript
Video – Step by Step using TypeScript in a Node.js Application
This video explains steps to use TypeScript in a Node.js application. You can read step by step article on the same here – here Download source code from here https://www.youtube.com/watch?v=fOkAMBVyuo0 To start with create a folder and run npm init command inside the folder. After that install these dependencies, npm install -D typescript npm installContinueContinue reading “Video – Step by Step using TypeScript in a Node.js Application”
Video : delete operator in JavaScript
https://www.youtube.com/watch?v=94wxG2sCzAs In this video, you learn about delete operator in JavaScript. For more learning videos subscribe here : https://www.youtube.com/c/geek97
Presented in ng-India 2019
ng-India is India’s largest conference on Angular and JavaScript. It happened on 23 Feb in Gurgaon, India and was attended by around 350 developers around India. There were speakers from all across world teaching on various topics such as Ivy rendering, Webpack, RxJS, Change Detection in Angular, Directives, ViewEncapsulation, ngRx etc. I also had anContinueContinue reading “Presented in ng-India 2019”
Video : Create basic AngularJS custom directive in 5 minutes
Video : One to one relationship between entities in Entity Framework Code First
https://www.youtube.com/watch?v=Ku3nsBW4bNQ&feature=youtu.be Container.cs Product.cs EFContext.cs