String foo = Request.QueryString["foo"];
if (!String.IsNullOrEmpty(foo))
{
...

C# Looking for a pattern to ha...

by slf, March 24, 2009 14:44, 8 refactorings, tagged with patterns

There is a page in a C# web...

098e5c1a565b47e9860539fbebc3fa98 Talk