lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
Use the parse method or a direct cast?
24 May 09 08:43 PM | Frederick.Chapleau | with no comments
Using the parse method of an object is always better than using a direct cast, when you do not know what is the type of the given object... and take a look at the “as” keyword, it can be helpful too. -f.
Filed under:
URIParser when you want to validate them
18 May 09 08:48 PM | Frederick.Chapleau | with no comments
There a lot to URIParser than the HTTP and File scheme, LDAP, TCP, Gopher and many other, check them out -f. ref.: http://msdn.microsoft.com/en-us/library/system.uriparser.aspx
Filed under: