Difference between revisions of "User:Minooz/WebServices"
(→Resources) |
(→Web Services) |
||
Line 2: | Line 2: | ||
=== Resources === | === Resources === | ||
* [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] | ||
+ | |||
* CSS | * CSS | ||
: [http://woork.blogspot.com/2008/02/elegant-navigation-bar-using-css.html Elegant Navigation Bar] | : [http://woork.blogspot.com/2008/02/elegant-navigation-bar-using-css.html Elegant Navigation Bar] | ||
Line 8: | Line 10: | ||
: [http://www.css3.info/preview/box-shadow/ css box shadow] | : [http://www.css3.info/preview/box-shadow/ css box shadow] | ||
: [http://www.ahfb2000.com/webmaster_help_desk/showthread.php?t=3435 a:active problem] | : [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://warp.senecac.on.ca/mziaei1/int int422] | ||
+ | |||
+ | |||
====Lab3==== | ====Lab3==== |
Revision as of 19:43, 7 November 2011
Web Services
Resources
- CSS
Assignment