Subscribe via email
Click Here to Subscribe
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...
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. Continue...