Windows Applications

Sending E-mail .NET 1.1 and 2.0 - Including Sending Login Information 

Posted by Mitchel on Permalink

This posting is an overview document that provides examples of sending SMTP e-mail from .NET 1.1 and .NET 2.0. It covers the differences between each of the .NET versions as well as the methods needed to send SMTP messages using an authenticated SMTP server. Please see the full posting for detailed information!

Read more...

Using Regular Expressions (Part 2) 

Posted by Mitchel on Permalink

This is the second part of my Regular Expression overview.  In the first article I discussed the basics of creating Regular Expressions and provided a link to test expression patterns using the .NET Framework RegEx classes.  In this article I will discuss the various actions that can be taken to match values in a string using regular expressions.  I will also discuss how you can implement a SQL CLR UDF to allow regular expression validation from your database to provide a strong level of input validation at the database level.

Read more...

Using Regular Expressions (Part 1) 

Posted by Mitchel on Permalink

I have created this two part article series to provide a quick and practical introduction to using regular expressions..  Regular expressions can be used for many things; however, they are typically used for input validation or to perform advanced searches on text in supporting applications.  This first article will explain how to create a regular expression pattern; the expression defines what is considered a match.  The second article will provide details on how to implement regular expressions in .NET applications.

Read more...

Lightweight System Tray Application (NotifyIcon Based) 

Posted by Mitchel on Permalink

Many developers have wanted to create an application that runs fully out of the system tray, maybe an application to help you automatically sort files, or something to monitor the clipboard. Many people have implemented these applications and many textbooks provide instruction on how to create an application such as this, however, none of the books I have found show you the most effective way to create the application.

Read more...

.NET 2.0 SMTP Settings 

Posted by Mitchel on Permalink

This entry provides detailed information regarding the <smtp> section that can be used with .NET 2.0 applications.  Using this new configuration setting along with the new SmtpClient class can save you time coding e-mail methods.

Read more...

Custom Events, Delegates, and More! 

Posted by Mitchel on Permalink

This entry provides a detailed explaination on how to create and use custom events and delegates within your applications.  This is a must read for individuals that have not used custom events in applications!

Read more...

Content provided in this blog is provided "AS-IS" and the information should be used at your own discretion.  The thoughts and opinions expressed are the personal thoughts of Mitchel Sellers and do not reflect the opinions of his employer.

Friend of RedGate

www.datasprings.com - DotNetNuke Modules ICG

Click here for advertising information.

Content in this blog is copyright protected.  Re-publishing on other websites is allowed as long as proper credit and backlink to the article is provided.  Any other re-publishing or distribution of this content is prohibited without written permission from Mitchel Sellers.