
Search In
Hi can anyone help me with this. i have to pass secret key . the method which i did is correct? am getting secret key not match in response .i also attached postman screen shot please see this.
private class uploadFileToServerTask extends AsyncTa
PHP File handling concept allow us to do operation with any file in php.
For reading a file we have to open it using fopen() function.Now for reading this file we have a function named as fread().
fread function accept two arguments. First par
Assume that there are 3 APIs. Each API does exactly the same task(to give you weather details) but has different endpoints as follows:
API 1: Can only be used for India. Has methods named requestWeather(), requestWeatherDataForWeek()
API 2:
.Net MVC Controllers
The controller is a heart of the entire MVC architecture which inherits system.web.mvc.controller. The controller acts as a coordinator between the View and the Model as it receives input from users via the View, then process th
"Difference between Float, Double and Decimal"
Float
Double
Decimal
Float is a 32 bit floating binary point data type, it represent a number like 10001.10010110011
Double is a 64 bit floating binary point data type, it represent a
MySQL provides a storage engine called InnoDB. It is a default storage engine for MySQL 5.5 and later. InnoDB supports ACID-compliant transaction features, along with foreign key support. InnoDB is a general-purpose storage engine that is used for hi
For storing errors there are many ways that can be done . Some store it in the database some store it in the TextFile
So for storing error in the Text File is given here.
First we will create a Logger.cs class into our project
Introduction
A web worker in html5 is a simple
JavaScript file.
Html5 have an extended functionality
to create thread that continues to
work on there own in the background
without making any compromise in the
performance speed of the of the
page
Whenever we create a form, we always have a requirement to put validation for empty fields on some input fields on form submit. For this we use onSubmit attribute of the form, inside which we can define a function that will have validations.
Example
There are four types of specification-based software testing technique
Equivalence partitioning
Boundary value analysis
Decision tables testing
State transition testing
Equivalence partitioning and boundary value analy
