URL encoding dilemma Tags: C#, .NET, Encoding 17 March 2012 Ever had the necessity to encode the URL parameters from a console or library project and not a web project? For this cases HttpUtility class from System.Web namespace would help us. But you need to … more Categories: .NET, C# Tags: .NET, C#