Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Upload Image and String to Server - Secret Key Not Match in Response Error

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

Reading a file in PHP

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

How to Get the API Calling in AngularJS Application?

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 and Simple Model Validation

.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 Data Types

"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

Innodb data base and Row Level Locking

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

Implementing Logging in .Net

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

Web Worker

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

How to validate a form on submit?

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

Decision table testing

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

1 51 160
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: