Difference between revisions of "User:Minooz/WebServices"
(→Resources) |
(→Lab3) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Web Services== | ==Web Services== | ||
=== Resources === | === Resources === | ||
+ | * [http://www.xefteri.com/articles/show.cfm?id=18 How PostBack works] | ||
* [http://wcf.codeplex.com/ WCF - WEBAPI] very good | * [http://wcf.codeplex.com/ WCF - WEBAPI] very good | ||
* [http://www.bizcoder.com/index.php/2009/12/09/http-content-instead-of-streams/ stream/content] | * [http://www.bizcoder.com/index.php/2009/12/09/http-content-instead-of-streams/ stream/content] | ||
Line 11: | Line 12: | ||
* [http://petermcintyre.com/2010/02/10/getting-started-with-asp-net-membership-roles-and-profiles/ membership] | * [http://petermcintyre.com/2010/02/10/getting-started-with-asp-net-membership-roles-and-profiles/ membership] | ||
*[http://oauth.googlecode.com/svn/code/csharp/OAuthBase.cs oauth csharp sample] | *[http://oauth.googlecode.com/svn/code/csharp/OAuthBase.cs oauth csharp sample] | ||
+ | * [http://msdn.microsoft.com/en-us/library/ms189794.aspx sql transact] - [http://msdn.microsoft.com/en-us/library/ms186724.aspx date time] | ||
+ | * [http://stackoverflow.com/questions/911859/wcf-rest-post-xml-the-remote-server-returned-an-error-400-bad-request GOOD POST .GETRESPOND()] | ||
+ | * [http://stackoverflow.com/questions/1702426/httpwebrequest-not-passing-credentials add authorization header] | ||
+ | * [http://stackoverflow.com/questions/1081302/linq-to-sql-cannot-implicitly-convert-type-ienumerable-to-iqueryable convert iquearyable result to single entity object] | ||
* CSS | * CSS | ||
Line 28: | Line 33: | ||
*[http://travelcanadanow.net/category/vancouver/ sample3] | *[http://travelcanadanow.net/category/vancouver/ sample3] | ||
*[http://warp.senecac.on.ca/mziaei1/int int422] | *[http://warp.senecac.on.ca/mziaei1/int int422] | ||
+ | * [http://www.vancouvertours.com/victoria-tour tours] | ||
*OAUTH | *OAUTH | ||
:[http://hueniverse.com/oauth/ hueniverse] | :[http://hueniverse.com/oauth/ hueniverse] | ||
Line 43: | Line 49: | ||
* [http://stackoverflow.com/questions/664712/restful-wcf-service-image-upload-problem read contents of image - webapi] | * [http://stackoverflow.com/questions/664712/restful-wcf-service-image-upload-problem read contents of image - webapi] | ||
* [http://en.csharp-online.net/CSharp_FAQ:_What_does_Object_reference_not_set_to_an_instance_of_an_object_mean pointing to a null reference] | * [http://en.csharp-online.net/CSharp_FAQ:_What_does_Object_reference_not_set_to_an_instance_of_an_object_mean pointing to a null reference] | ||
+ | |||
+ | |||
+ | ====Lab5==== | ||
+ | * [http://social.msdn.microsoft.com/forums/en-US/wcf/thread/4f3b09da-4ab8-4338-b4c2-2b846f64e7a2 maxBufferSize quota issue] |
Latest revision as of 22:02, 6 December 2011
Web Services
Resources
- How PostBack works
- WCF - WEBAPI very good
- stream/content
- HTTP BASICS
- WEBAPI_VIDEOS
- POST BYTE
- setting configuration for allowing xml Post
- asp.net 101
- database design - bridge table
- membership
- oauth csharp sample
- sql transact - date time
- GOOD POST .GETRESPOND()
- add authorization header
- convert iquearyable result to single entity object
- CSS
Assignment
- parse xml
- another parser / list
- parse byte[]
- visit vancouver
- visitor sample
- visitor sample2
- sample3
- int422
- tours
- OAUTH
- hueniverse
- draft oauth
- flickr oauth
- oauth google code
- example of oauth google code
- flickr login auth
- buzzmedia
Lab3
- consuming webapi service from code behind
- httpRequestMessage Test
- msdn example - load function
- read contents of image - webapi
- pointing to a null reference