Difference between revisions of "User:Minooz/WebServices"

From CDOT Wiki
Jump to: navigation, search
(Assignment)
(Lab3)
 
(20 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://www.bizcoder.com/index.php/2009/12/09/http-content-instead-of-streams/ stream/content]
 +
*[http://www.bizcoder.com/index.php/2009/12/08/httpclient-the-basics/ HTTP BASICS]
 +
* [http://channel9.msdn.com/Events/MIX/MIX11/FRM14 WEBAPI_VIDEOS]
 +
* [http://blogs.msdn.com/b/carlosfigueira/archive/2008/04/17/wcf-raw-programming-model-receiving-arbitrary-data.aspx POST BYTE]
 
* [http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes setting configuration for allowing xml Post]
 
* [http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes setting configuration for allowing xml Post]
 
*[http://www.aspnet101.com/asp-net-hosting/ asp.net 101]
 
*[http://www.aspnet101.com/asp-net-hosting/ asp.net 101]
 +
* [http://www.youtube.com/watch?v=P_nhBKs25DQ database design - bridge table]
 +
* [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://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 18: Line 31:
 
*[http://www.viator.com/Montreal/WalkingHiking/d625-r visitor sample]
 
*[http://www.viator.com/Montreal/WalkingHiking/d625-r visitor sample]
 
*[http://www.starwoodhotels.com/whotels/about/index.html visitor sample2]
 
*[http://www.starwoodhotels.com/whotels/about/index.html visitor sample2]
 +
*[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 24: Line 39:
 
:[http://www.flickr.com/services/api/auth.oauth.html flickr oauth]
 
:[http://www.flickr.com/services/api/auth.oauth.html flickr oauth]
 
:[http://oauth.googlecode.com/svn/code/javascript/example/ oauth google code]
 
:[http://oauth.googlecode.com/svn/code/javascript/example/ oauth google code]
 +
:[http://oauth.googlecode.com/svn/code/javascript/example/index.html example of oauth google code]
 +
:[http://www.flickr.com/services/api/auth.howto.web.html flickr login auth]
 +
: [http://www.thebuzzmedia.com/designing-a-secure-rest-api-without-oauth-authentication/ buzzmedia]
  
 
====Lab3====
 
====Lab3====
Line 31: 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