This snippet will show you how to determine if the network is available using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Net.NetworkInformation namespace. |
This snippet will show you how to convert a relative uri to an absolute uri using ASP.NET 2.0 and C#. |
This snippet will show you how to ping another computer using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Net.NetworkInformation namespace. |
This snippet will show you how to use a SerialPort to Dial a Phone Number using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.IO.Ports namespace. |
This snippet will show you how to read data from a serial port using ASP.NET 2.0 and C#. First, you must import the namespaces of System.IO.Ports and System.Text. |