Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Why REST? by Aaron Skonnard
May 27, 2010 at 11:05 AMAaron,
Want to ask some questions about REST.
REST specifies that the URI must be understandable and must use resources as endpoints.
Below is the scenario. Suppose i need to search data by company name and company name contains characters like & or /. These are restricted characters in terms of URl. / specifies subpath and & specifies the queriy parameter collection
How can we implement this in REST