Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

PROGRAMMING Articles

Parse JSON file with PHP

PHP program to read JSON file and parse the data to a nested array using json_decode function

How to convert MYSQL data to JSON using PHP

How to convert MYSQL data to JSON using PHP You may use this in combination with Jquery/AJAX to exchange data with web applications in JSON format

Get data from a nested JSON in PHP using Recursion and Loops

How to get data from nested JSON objects in PHP using recursion method or using simple FOR loops.

Node.js Express : Parse and insert JSON into MySQL Database

This web app created with Node.js and Express framework demonstrates how to parse a JSON POST and insert the data in to a MySQL database table.

Node.js Express : Insert JSON from POST request into MongoDB

A simple web app created with Node.js and Express framework to retrieve JSON data from a POST request and insert it into a MongoDB collection.

How to call Azure Devops REST API from PowerShell

This tutorial shows you how to use PowerShell with REST API calls to create, fetch, edit and delete various resources in Azure Devops.

Using BackgroundWorker in VB.Net to update a datagrid

The following VB sample code demonstrates how to use the BackgroundWorker to import the contents of a CSV file to a data grid in VB.

C#.NET: How to store and get connection strings from config files

This post demonstrates how to store and retrieve connection strings from app.config file of a C#.Net Windows application.

C#: Creating Work Items in Azure DevOps using REST API

This tutorial will show you how to make REST API calls from a C# program to create and manage work items in an Azure DevOps project.

C#: Using LINQ to find, filter and group objects in a collection

LINQ queries to search, filter, select, group, sort and perform other operations on a collection of custom class objects.