tag

home / developersection / tag

How to integrate PayPal API in ASP.NET MVC Application?
asp.net mvc 25-Apr-2023
How to integrate PayPal API in ASP.NET MVC Application?

Integrate PayPal Payment gateway for sending and receiving amounts over the internet through a PayPal account in the asp.net MVC application.

How to create an account on PayPal?
api(s) 24-Apr-2023
How to create an account on PayPal?

The specific steps may vary depending on your country or region, and the type of account you choose to create.

How to create a Sandbox account on PayPal for testing?
api(s) 24-Apr-2023
How to create a Sandbox account on PayPal for testing?

A PayPal sandbox account is used for testing payment when PayPal API integrates into the web application.

Live chat vs  In-app messaging: Which Platform is perfect to Communicate in 2021?
api(s) 28-Aug-2021
Live chat vs In-app messaging: Which Platform is perfect to Communicate in 2021?

In this article, we shall discuss two forms of messaging, namely live chat and in-app chat. Live chat refers to a type of online communication that helps you in

how to create  Web API in .Net core 3.1 MVC
asp.net core 19-Oct-2020
how to create Web API in .Net core 3.1 MVC

In this article, you will see how to create Web API in .Net core 3.1 MVC. This article will help beginners who are new to API concepts.

Digital Currency And Their Importance
api(s) 27-Nov-2019
Digital Currency And Their Importance

Forex Currency Stock is a simple and lightweight Forex API for Current and historical foreign exchange rates and technical indicators.

6 Different Types of Testing You Can Use for Your APIs
technology 12-Nov-2019
6 Different Types of Testing You Can Use for Your APIs

One of the best practices for API (Application Programming Interface) development to which developers should always adhere is to always test their APIs.

The basics of API: Why You May Need API Integration?
google api 14-Sep-2019
The basics of API: Why You May Need API Integration?

Did you hear about the Application Program Interface? In short, it is called API, that allows the developer to design some module easily and more conveniently than ever. Although you may not hear about API, it is obvious that you are using it daily.

Software learning Trends In 2017
products 22-May-2017
Software learning Trends In 2017

The continuous updating of the software development industry keeps its constant march forward. In 2016, new releases of popular languages, frameworks and tools give us more power and a change in the way of our work.

Arrays in Java: Determining Class of an Array (Part-8)
java 13-May-2016
Arrays in Java: Determining Class of an Array (Part-8)

In previous posts, we have learnt how to find the length of the arrays and how to clone an array. Now here we learn how to find out the class of an array.

Arrays in Java: Cloning an Arrays (Part-7)
java 13-May-2016
Arrays in Java: Cloning an Arrays (Part-7)

To make a copy of an array, we call the clone method on the array object. This is illustrated in this implementation:

Arrays in Java: Determine Length of Arrays (Part-6)
java 13-May-2016
Arrays in Java: Determine Length of Arrays (Part-6)

When we declare an array in Java, it is treated as an object of an internal class that defines useful attributes and methods.