CapturedTech.com

Captured Technology

All Posts Author: Patrick Stevens

Inserting a Unique Identifier (GUID) into a SQL Field

Dec 30 2008
141
0
If you have a database which contains GUIDs as a column of a table, then inserting the unique identifier into the needed column is not always straight forward. I found that converting the needed value into a unique identifier makes adding it to the database error free.

Sending eMails within a .Net Application

Dec 29 2008
174
0

Sending eMails within a .Net application is fairly simple with the use of the System.Net.Mail namespace.

First, import the class:

Imports System.Net.Mail

Then create a function to provide for sending the emails within a public class:

Blog Directory

Latest technology news.
 Patrick Stevens
 554  246480  11/15/2024

FaceBook

Translate