Monday, September 16, 2013

Learning WCF RESTful Web Service

Web Service alone is already something new to me coming from old Dos-based 4th GL programming arena ... so, need to find a lot of references and examples ... yesterday, I did my own guide after learning from one good example.

The following are articles that I am going to read further:

http://pranayamr.blogspot.com/2010/11/create-hostself-hosting-iis-hosting-and.html

http://www.codeproject.com/Articles/132809/Calling-WCF-Services-using-jQuery

http://www.codeproject.com/Articles/283550/Implementing-5-important-principles-of-REST-using

http://www.codeproject.com/Articles/571813/A-Beginners-Tutorial-on-Creating-WCF-REST-Services

http://www.dotnetspark.com/kb/1373-step-by-step-tutorial-rest-enabled-service.aspx

http://wcftutorial.net/How_to_create_RESTful_Service.aspx

http://stackoverflow.com/questions/16144873/enable-wcf-service-to-use-with-json

http://msdn.microsoft.com/en-us/library/bb412172.aspx

http://stackoverflow.com/questions/6136307/advantages-of-webinvoke-post-compared-to-webget

Learning WCF RESTful Web Service

Web Service alone is already something new to me coming from old Dos-based 4th GL programming arena ... so, need to find a lot of references and examples ... yesterday, I did my own guide after learning from one good example.

The following are articles that I am going to read further:

http://pranayamr.blogspot.com/2010/11/create-hostself-hosting-iis-hosting-and.html

http://www.codeproject.com/Articles/132809/Calling-WCF-Services-using-jQuery

http://www.codeproject.com/Articles/283550/Implementing-5-important-principles-of-REST-using

http://www.codeproject.com/Articles/571813/A-Beginners-Tutorial-on-Creating-WCF-REST-Services

http://www.dotnetspark.com/kb/1373-step-by-step-tutorial-rest-enabled-service.aspx

http://wcftutorial.net/How_to_create_RESTful_Service.aspx

http://stackoverflow.com/questions/16144873/enable-wcf-service-to-use-with-json


Sunday, September 15, 2013

Really a Step by Step guide (personal note) for: Developing WCF RESTful Web Service in VS2010

This is my personal note, I capture each step and screenshot when I learn from this online guide. It is not easy in this journey, I have been searching for good guide since two months ago ...

Converting a Physical Linux to Virtual

Hmm ... I have done a lot of work on my Linux Lubuntu 15.10 with PHP and PostgreSQL and a few other things ... it is quite time-consuming to...