Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

Installing Windows 10 IoT on Raspberry Pi 3

How to install Windows IoT core on Raspberry Pi 3. Windows IoT Core is a small foot-print version of Windows 10 that runs on Raspberry Pi Model 2, 3

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.

Oracle DBA Cheat Sheet

This Oracle DBA cheat sheet is an essential guide for Oracle Database Administrators to perform day-to-day administration tasks

How to child proof your Android Tablets

How to child proof your Android Tablets with the restricted profile feature.

Create SOAP-based web service in C# using VS2022

By default WCF is not included in VS2022. This article demonstrates how to create a SOAP-based web service using C# ASP.NET in Visual Studio 2022.

Python Web scrapping - Step-by-Step guide and Example script

Web scraping with Python - Step-by-step guide on creating your first Python script to scrape a website.

Recover a Juniper device booted from backup Junos image

Step-by-step procedure on how to recover a Junos OS image when the primary partition is corrupted and the device booted from image in secondary partition.

Read and write to files with buffered streams in Java

Reading and writing files in Java using buffered stream classes BufferedInputStream, BufferedOutputStream, BufferedReader and BufferedWriter.

C program to sort array elements using insertion sort

C program to sort the elements of an array in ascending order using Insertion Sort algorithm

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.