I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes. --Dinnie van Tassel
Log In
Helping Software Professionals Build Better Software Better
Home
→
Categories
→
topics - policy and standards
Home
Search
Articles
Categories
About
Welcome to my blog about software development and the Microsoft stack.
I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ...
more
Share/Print this page:
Subscribe for news, updates and more:
Category: Policy and Standards
topics
policy and standards
[Articles: 3]
Sort:
Most Recent
Updated
Author
Pages
Views Today
Total Views
How to Deliver a File From ASP.NET and Specify Its MIME Type
By
steve
on
February 15, 2007
. | Updated on
January 22, 2012
. |
8,679
views,
6
today. |
2
pages.
■
ASP.NET
■
Policy and Standards
■
Reference
■
Snippet
■
Web
Learn how to use ASP.NET to dynamically return a file to the user and the importance of MIME types in this process.
Parsing Email Addresses with Regular Expressions
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
85,770
views,
22
today. |
1
page.
■
.NET
■
C#
■
Email
■
Policy and Standards
■
Regular Expressions
■
Snippet
Use C# to parse and validation email address. I present both a strict and lenient regular expression and discuss what constitutes a valid email address.
Parsing URLs with Regular Expressions and the Regex Object
By
steve
on
January 09, 2007
. | Updated on
January 22, 2012
. |
50,024
views,
22
today. |
2
pages.
■
.NET
■
C#
■
Overview
■
Policy and Standards
■
Regular Expressions
■
Snippet
■
Text and Strings
■
Web
Go in depth in understanding the structure of a URL or URI and see a single regular expression that can be used to extract the various pieces in one fell swoop.