Subscribe via email
Click Here to Subscribe
A reference for extracting URL and path information from the HttpRequest object in ASP.NET. Continue...
What the heck is Request.AcceptTypes in ASP.NET? Continue...
Learn how you can get access to the HttpContext object when you're not in the code-behind of an ASPX page? Continue...
Learn how to extract hex digits from a string using C#. Useful for cases where you have dirty hex information or extra characters. Continue...
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. Continue...