Difference between revisions of "User:Minooz/WebServices"
(→Resources) |
(→Lab3) |
||
(28 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.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 | ||
+ | : [http://woork.blogspot.com/2008/02/elegant-navigation-bar-using-css.html Elegant Navigation Bar] | ||
+ | : [http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/ simple nav bar] | ||
+ | : [http://www.css3.info/preview/ css info] | ||
+ | : [http://www.css3.info/preview/box-shadow/ css box shadow] | ||
+ | : [http://www.ahfb2000.com/webmaster_help_desk/showthread.php?t=3435 a:active problem] | ||
+ | |||
+ | ====Assignment==== | ||
+ | *[http://stackoverflow.com/questions/1238528/parse-xml-document-in-c-sharp parse xml] | ||
+ | * [http://www.codeproject.com/KB/XML/XMLParsingMethod.aspx another parser / list] | ||
+ | * [http://beyondrelational.com/blogs/dhananjaykumar/archive/2011/05/13/consuming-wcf-rest-service-in-asp-net-web-site.aspx parse byte[]] | ||
+ | *[http://www.tourismvancouver.com/visitors/ visit vancouver] | ||
+ | *[http://www.viator.com/Montreal/WalkingHiking/d625-r visitor sample] | ||
+ | *[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://www.vancouvertours.com/victoria-tour tours] | ||
+ | *OAUTH | ||
+ | :[http://hueniverse.com/oauth/ hueniverse] | ||
+ | :[http://tools.ietf.org/html/draft-ietf-oauth-v2-22 draft 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/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==== | ||
* [http://ctrlf5.net/?p=66 consuming webapi service from code behind] | * [http://ctrlf5.net/?p=66 consuming webapi service from code behind] | ||
+ | * [http://www.java2s.com/Open-Source/CSharp/Windows/wcf/Microsoft/ApplicationServer/Http/Channels/HttpMessageTests.cs.htm httpRequestMessage Test] | ||
+ | * [http://msdn.microsoft.com/en-us/gg465169 msdn example - load function] | ||
+ | * [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] | ||
+ | |||
+ | |||
+ | ====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