Resources  
  • How to Use Ping in C#Mar 13, 2014. Whether it is a Web Server or any local computer, if you really want to check its availability then there is a way to do it. A common way to do this is PING.
  • Ping Tool in C#Mar 22, 2010. This article shows how to use the Ping and PingReply classes in a C# Forms application.
  • Ping Utility in C#Feb 16, 2001. Ping is a very useful utility used to determine the speed of a Network Connection. It establishes a socket connection with the given hostname and sends a Data Packet using ICMP Protocol.
  • System Group Of Actions In With Desktop Flow Using Microsoft Power AutomateJul 12, 2022. Reading this article, you can learn how to perform a variety of tasks in System group of actions like Perform a variety of tasks in a Windows environment and retrieve information from the system, Ping action, If process action, Run application action, Terminate process action in Desktop flow using Microsoft Power Automate.
  • MySQLi Function in PHP: Part 10May 30, 2013. In this article I describe the PHP MySQLi functions mysqli_num_rows, mysqli_options, mysqli_ping, mysqli_query and mysqli_real_connect.
  • Add Chrome Web Apps to Windows 8 Start ScreenOct 30, 2012. In this article we are going to explain how to add chrome web application to windows 8 start screen in windows 8.
  • Check Internet Connection In C# and .NETJan 29, 2009. Code example of how to check an Internet connection is available or not in .NET and C#.
  • C# IRC BotNov 19, 2001. This is a very simple program that establishes a connection to irc server, joins a channel and greets every nick that joins.