by Yogesh | Apr 27, 2019 | C#
Generic Class in C# Generic classes in C# was introduced in C# 2.0. A generic class is introduced for type safety. Using generics, C# class may work as a placeholder for any data type. Angle brackets are used to define generic class in C#. Good understanding of...
by Yogesh | Apr 15, 2019 | Node JS Tutorial
Login form using REST api using nodejs and express REST API const express = require('express'); const app = express(); const bodyParser = require('body-parser'); const mysql = require('mysql'); var cors = require('cors'); app.use(cors()); app.use(bodyParser.json());...
by Yogesh | Mar 23, 2019 | Asp .net MVC
Remote attribute in asp.net MVC What is Remote Attribute make a remote server call to validate specific data without posting the entire form to the server Remote is an attribute of data annotation Used for validation at model class in MVC. Implemented with the use of...
by Yogesh | Feb 20, 2019 | Angula 7 tutorial, Angular 4 Tutorial
example of http get service in angular 6 -7 We use it to make ajax calls to the server. The Http class provides the get() method for getting a resource, post() for creating it, put() for updating it, delete() for deleting resource and head() for getting metadata...
by Yogesh | Feb 19, 2019 | Java Script Tutorial
Main Test Page Username Password Call Api Post Data...