Comments on: Method I Wish Was There: AsUri http://jrwren.wrenfam.com/blog/2010/05/31/method-i-wish-was-there-asuri/ babblings of a computer loving fool Mon, 21 Nov 2016 19:37:12 +0000 hourly 1 https://wordpress.org/?v=4.7.2 By: zproxy http://jrwren.wrenfam.com/blog/2010/05/31/method-i-wish-was-there-asuri/comment-page-1/#comment-31418 Tue, 01 Jun 2010 08:25:41 +0000 http://jrwren.wrenfam.com/blog/2010/05/31/method-i-wish-was-there-asuri/#comment-31418 Actually C# (5?) should start supporting Uri and Regex datatypes as literals.

EcmaScript has for example the support for Regex.
Visual Basic has for example the support for XML.

C# should start supporting Uri’s too 🙂

var u = http://example.com/?demo=url

]]>