tagged [uri]

Should I use Singular or Plural name convention for REST resources?

Should I use Singular or Plural name convention for REST resources? Some RESTful services use different resource URIs for update/get/delete and Create. Such as - - - I'm little bit confused about this...

28 Dec at 23:52

Get file name from URI string in C#

Get file name from URI string in C# I have this method for grabbing the file name from a string URI. What can I do to make it more robust?

9 Jul at 18:7

Converting of Uri to String

Converting of Uri to String Is it possible to convert an `Uri` to `String` and vice versa? Because I want to get the the `Uri` converted into `String` to pass into another activity via `intent.putextr...

7 Mar at 09:28

How to pull the server name from a UNC

How to pull the server name from a UNC Would anyone be able to tell me how to pull the server name out of a UNC? ex. //servername/directory/directory Edit : I apologize but it looks like I need to cla...

14 Aug at 15:22

Invalid URI: The Authority/Host could not be parsed from very long url

Invalid URI: The Authority/Host could not be parsed from very long url This is the actual url to a Youtube video, at this moment if you copy to your chrome browser you may watch the video. But when I ...

11 Feb at 12:24

Uri.TryCreate returns true for any string value?

Uri.TryCreate returns true for any string value? I'm trying to validate a Uri using the Uri.TryCreate method and when I called it with an invalid string, the method returned true. Any ideas why? My co...

12 Nov at 02:58

Get host domain from URL?

Get host domain from URL? how to get host domain from a string URL? GetDomain has 1 input "URL", 1 Output "Domain" Example1 Example2 Example3

8 Jan at 10:42

So what IS the right direction of the path's slash (/ or \) under Windows?

So what IS the right direction of the path's slash (/ or \) under Windows? It seems Windows insists on writing a backslash `\` in file paths, whereas .NET's URI class writes them with a slash `/`. Is ...

30 Sep at 11:54

What is the difference between URI, URL and URN?

What is the difference between URI, URL and URN? What's the difference between an URI, URL and URN? I have read a lot of sites (even Wikipedia) but I don't understand it. URI: [http://www.foo.com/bar....

6 Feb at 12:48

Add Whatsapp function to website, like sms, tel

Add Whatsapp function to website, like sms, tel I have a website that a lot of people view on mobile. I have link for : Call and SMS and I want to add one for Whatsapp, so a user can click the whatsap...

30 Jan at 13:17