Smtp.NET is 100% Managed Code written in C# with no reliance on the System.Web.Mail namespace, which is merely a "wrapper" around the older and unmanaged CDONTS. Try our free download and see how Smtp.NET can help jumpstart your project.
If you are interested in having a search engine on your site then this program may you, this helps to add Linkspider Open Directory to your website. This occupies very little space on your webserver and brings the search results right to your...
A beginner's guide to threading in C# is an easy to learn tutorial in which the author discusses about the principles of multi threading, which helps in executing multiple operations at a same time. The author offers details about how the multi...
Creating and Using Custom Attributes in C# is a web based tutorial in which the author gives you the method for definining your own attributes in C#. Attributes are declared for the methods and properties of the class. The author gives you the...
How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and...
Testing a Full-Text Search Stemmer in C# is an informative article in which the author discusses about testing the output of the stemmer component in C#. You can use the stemmer component for FREETEXT queries and CONTAINS queries using the...
CGI++ is a full-featured and intuitive library for CGI programming in C++.Supports new HTTP/1.1 methods (PUT/TRACE/OPTIONS/DELETE) in addition to the old GET/HEAD/POST, and some extensions such as Netscape's cookies and file upload. Other features...
Exception Handling in C# is a tutorial which gives the solution to catch the run time errors and to eliminate it through exception. There are many standard exceptions which is available in ASP.NET framework. The author describes about the main...
Find Files in C# is a web based tutorial in which author explains about the procedure for searching the files in the hard disk using .NET application, which is written in C#. Here the author uses System.IO namespace for retrieving the classes from...
FTP Server in C# is a simple article in which author deals with FTP server in C#, which has multi threading facility to handle multiple client. The author describes elaborately about the execution process of FTP model with the help of example. The... |