| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Sending Encrypted Messages Between A Client And Server | VB.NET | Intermediate / Erik Jackman (from psc cd) | 1375 since 1/2/2015 7:51:00 PM |
By 3 Users
|
|
I created this in VS.Net 2003, but as far as I know this should work in VS.Net.
A demonstration of how to combine Asymmetric (RSA) and Symmertic (Rijndael) encryption for Client/Server communications. |
|
|
|
 |
Sending mail in ASP.NET | VB.NET, ASP.NET | Beginner / Shane Bauer (from psc cd) | 1048 since 1/1/2015 2:03:00 AM |
By 6 Users
|
|
Sends mail in ASP.NET using VB.NET. I will post another sample of how to send attachments and other more advanced features later. Please vote! |
|
|
|
 |
Server and client socket classes with examples | C#, VB.NET, ASP.NET | Intermediate / Sahand (from psc cd) | 2428 since 1/1/2015 11:18:00 AM |
By 10 Users
|
|
All the bugs are now fixed.With examples of using both the server and client classes in windows and console(4 examples!).
Great for serious work. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Simple IP Chat using Sockets/Threads | VB.NET | Beginner / Yaser Hani (from psc cd) | 2952 since 1/5/2015 4:37:00 PM |
By 4 Users
|
|
This is a very simple IP Chat, it can send/recieve. It uses sockets and threads. Most of the code I found over the internet but in bits in pieces, I put it together and modified it so it can work like I wanted. I tried to keep it simple so it might be a b ...(description truncated) (ScreenShot) |
|
|
|
 |
Simple POP3 Console MailChecker C# class | C# | Beginner / Peter V. (from psc cd) | 1462 since 1/1/2015 1:55:00 AM |
By 7 Users
|
|
This example below is a very simple class that connect to you're isp provider and looks for mail.
This class shows how to use the TCPClient class,
how to create a new Thread , how to capture events (AsyncCallBack) from recieving data on the socket.
|
|
|
|
 |
Simple Winsock.NET Class(UDP/TCP) | VB.NET | Advanced / Tristan Holl (from psc cd) | 2114 since 1/1/2015 3:29:00 PM |
By 6 Users
|
|
This is a Socket like the winsock in VB 6, but without winsock control, I've used only VB.net |
|
|
|
 |
SMTP Class | VB.NET | Intermediate / Mathew Berry (from psc cd) | 1285 since 1/2/2015 9:24:00 AM |
By 4 Users
|
|
This is an adaptation of an existing demo on this site. I took out some of the less useful code and added BASE64 functionality for binary file attachments. (This original code was secretly emailing a copy of what you were sending to their site as well - n ...(description truncated) |
|
|
|
 |
SMTP email | ASP.NET | Beginner / Ian Ippolito (PSC) | 1828 since 1/1/2015 10:57:00 PM |
By 4 Users
|
|
One of the bad things about old/classic ASP is its lack of easy built-in support for something as easy as sending an email. Most developers (including myself) ended up having to purchase a seperate email component such as ASPQMail, or SA-Mail. Well, now w ...(description truncated) |
|
|
|
 |
Smtp mail with attachments | VB.NET | Beginner / Atasay Kotanak (from psc cd) | 1305 since 1/3/2015 11:23:00 AM |
By 3 Users
|
|
Simple and easy way to send smtp mail with attachments ...
Updated with authentication.... (ScreenShot) |
|
|
|
 |
SMTP Mailer class | VB.NET | Intermediate / Robert J May (from psc cd) | 1077 since 1/1/2015 6:42:00 AM |
By 8 Users
|
|
Updated 9/26/02. Someone requested that I throw in Attachments, so I did. You can now send attachments using MIME and base64 encoding using this application.
----Old Description ----
This is an SMTP class callable by other .NET components.
It uses asyncr ...(description truncated) |
|