Network
In general, the term network can refer to any interconnected group or system.
Language
Platform
Any
License
Any
Several months ago I started a new VoIP project. I wanted to create an own softphone with the help of Ozeki VoIP SIP SDK library. I have collected some useful codes which were really important in the...
Send HTML emails in C# with .NET Framework classes, no need for external components.
Version 4.4
- Opportunity to save/load current settings of device has been added.
- Opportunity to create predefined session setups for mid- and high-volume scanners has been added.
- Memory...
Enable your C# applications to connect to the internet to download files and webpages from an FTP Server with nothing but pure C#.Net code.
Some legacy applications do not permit the use of UNC paths when accessing network folders, instead requiring that a drive letter be mapped. When interacting with such software it may be necessary to...
Enable your C# applications to connect to the internet to download files and webpages using nothing but .Net Framework classes.
Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool. This process can be...
A step by step guide to use radio buttons as a template column in VS2005 within a gridview. Selecting a radio button will result in the row being selected.
Access an FTP server from C# and upload files into it.
The Microsoft .NET Framework offers improved performance in accessing stored procedures through ADO.NET when compared to ADO. The ADO.NET classes have multiple overloaded methods, so it’s important...
This article explains how we can send emails using SMTP servers. First of all, what is SMTP what is MTA,MUA, protocol? Let's start talking about these subjects.
One of most repetitive, boring and thus error prone tasks when accessing databases from C# (or other language) is writing SQL commands. And when there is explicit SQL, no matter whether it's in...
This article shows you how to retrieve data from an Oracle and
SQL Server 2000 database using the so called data providers
shipped with the .NET Framework. It also covers practices when
using...
This document will enable you to build your own client, using a sure and solid way to communicate with Hotmail in the same way as Outlook does. It will be shown how the protocol can be used to your...
An FTP client library for C#, including asynchronous operation
Source code for a chat server, and the accompanying client program.
Anders Hejlsberg, the lead C# architect, talks with Bruce Eckel
and Bill Venners about the trouble with distributed systems
infrastructures that attempt to make the network transparent,
and...