Difference between revisions of "User:Minooz/WebServices"
(→Resources) |
(→Lab3) |
||
(One intermediate revision 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 48: | 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