| | | | | | | | | Mitchel Sellers' DotNetNuke, .NET, and Other Topics Blog |  |
| | | | Subscribe To Blog Updates by E-Mail
|
|
|
| | | | | | Using Regular Expressions (Part 2)
By Mitchel Sellers on Tuesday, December 12, 2006 @ 1:25 PM | | | |
1065 Views :: 0 Comments :: :: Tutorials, Windows Applications, ASP.NET, .NET 1.1, .NET 2.0
| | | | 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. |
| | | | View Full Article... | | | | |
| | | | | | Using Regular Expressions (Part 1)
By Mitchel Sellers on Wednesday, November 29, 2006 @ 1:19 PM | | | |
1268 Views :: 4 Comments :: :: Tutorials, Windows Applications, ASP.NET, .NET 1.1, .NET 2.0
| | | | | 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. |
| | | | View Full Article... | | | | |
| | | | | | Lightweight System Tray Application (NotifyIcon Based)
By Mitchel Sellers on Saturday, October 28, 2006 @ 11:06 AM | | | |
2262 Views :: 2 Comments :: :: Tutorials, Windows Applications, .NET 2.0
| | | | 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. |
| | | | View Full Article... | | | | |
 | |
| | | | |
| | | | | | | | | Archive |  |
| | | | | | | | |
| | | | | | | | Categories |  |
| | | | | | | | |
| | | | | | | | Donate |  |
| | | | | | | | |
|