by Yogesh | Nov 4, 2020 | Firebase tutorial
Introduction of firebase, Why firebase and alternatives of the firebase. Firebase Introduction:- NoSQL cloud database with Realtime functionality Cloud-based database Backend-as-a-service (BaaS) Firebase Realtime Database comes with offline support Data stored in JSON...
by Yogesh | Oct 6, 2020 | Asp .net MVC, ASP.NET Core 2 Tutorial
Emitra Payment Gateway Integration in ASP.NET Core/MVC5/ASP.NET Web forms In this tutorial we will see that how we can integrate E Mitra payment gateway in ASP.NET aur in ASP.NET First of all you need to contact emitra office to get a new merchant ID along with...
by Yogesh | May 16, 2020 | React Native tutorial
Environment setup of React Native : Two Options : Expo – React Native Cli Install Expo- CLi : npm i –g expo-cli Check Version : expo –version Create New App : expo init projectname We have a file with the name app.js which is the entry file for react native app. We...
by Yogesh | Mar 28, 2020 | .NET Core 2.0 and Angular 4 Tutorial, Asp .net MVC
IFormCollection action parameter in ASP.NET Core 2|3 Action Parameter An action method can take parameters. These parameters are, for example, submitted form values or query string parameters. There are essentially three ways by which we can get all the submitted...
by Yogesh | Jan 10, 2020 | Angula 7 tutorial, Angular 4 Tutorial
Conditional row background color change in angular using ngClass In this tutorial, we are going to see how we can use ngClass in ngFor directive as per any given condition so we will use ngFor and ngClass together in this block of code. Step 1: Create a model class...