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

Search In

Differences between Functional Vs Non-Functional Testing?

HTML Tables Functional Testing Non-Functional Testing Functional testing is performed by utilizing the practical detail/specification given by the client and verifies the framework against the useful necessities/requirements. Non-Functional

Joins in SQL with default values

While making joins in SQL you can have parameters which are passed in your query for getting result ALTER PROC [dbo].[uspGetNudgesDetails] @AccessToken VARCHAR(50), @BeaconID VARCHAR(50)=NULL, @CompanyID BIGINT =0, @TargetUserID BIGINT=0 AS BEG

  • 417
Update using SqlCommand in ADO.NET

While working with ADO.NET you need to understand the thing why SqlCommand is used.   We have two kind of operations related to database:   1 That will make changes in the database  Insert Update Delete   2 That will n

Smart Approach to Test an Application in Shortest Timeframe

  Sometimes Tester needs common sense and smart approach to test the application. Many times it is not possible to test the whole application within the specified time and sometimes the documentation might exist-but not detailed or complete.

Deletion in Jquery Grid

In the JQuery grid several operations is been performed. So here we are going to discuss about the deletion operation in the MVC.   For doing this we need to use the libraries of the JQuery for the grid implementation.   After doing thi

this keyword in JQuery

We all know that the use of this keyword is that it  is used for the current reference of the control or anything from where the invocation is being made.     So for making the proper use of this keyword we need to deal with the dyn

get function in JQuery for MVC

While writing codes in your project you need to interact with the JQuery for making your application execution smooth and efficient.   So for doing that, we need to use different kind of attributes that is used for getting the current value of

Paypal Create Recurring Payments Profile Working Code

//this code use to deduct amount automatically from buyers account //step1. include paypal.class.php file (find attached file) include_once('paypal.class.php'); $objPaypal = new MyPayPal(); $PayPalMode = 'sandbox'; // sandbox or li

Paypal: Create Recurring Payments Profile Working Code

This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period.

Configuration AppSettings

While saving images and important settings/details into the database and accessing it from the database we can define its default path in the Web.config. <?xml version="1.0"?> <configuration> <connectionStrings> <add con

1 160 162
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: