|
|
Articles in this category - 12
C# Applet
|
| I want to tell you how to write C# Applet, display it in a web page and the requirement. |
C# ON THE NET
|
| Simple program to demonstarte the power of c# on the Net. This program require web server e.g(java web server ,apache etc). |
Creating HTML Files With C#
|
| This program will give you a form with 2 textboxes and 5 buttons. In the textbox you have to enter your name and a html file name, that you want to create... |
DNS Client Utility
|
| DNS Client utility This is a cut down version of the DNS client, which can be used to retrieve the MX (mail exchange) record for any Internet address from a DNS server. You can use this MX record to s |
FTP Client library in C#
|
| This is the C# version of an FTP client library.The library will be compiled to a DLL file. A test program is also included to show the usage of this library. |
Grabbing a remote web page in C#
|
| Want to quickly grab a remote web page somewhere using C#? The code snippet below sends a get request to the URL you specify and returns a string containing the resulting page. |
|
|