Friday, February 11, 2011

WCF - Windows Comunication Framwwork

Creating your First WCF Service

http://www.youtube.com/watch?v=JlyND7b2-YA

Developing a REST Web Service
using C# - A walkthrough

http://www.codeproject.com/KB/webservices/RestWebService.aspx

Part # 1
- Create a simple database which contains an Employee table


Part # 2
– Create an Employee class as a placeholder
for the database employee information


Part # 3
- Code basic database operations like
Read, Update, Delete, Insert for Employee


Part # 4
- Create the REST Web Service


Part # 5
- Deploying the application


Part # 6
- Testing the application


References


Issues in deploying applications in IIS -
http://www.codeproject.com/KB/ISAPI/Curious-Case-IIS.aspx

HTTP handlers - http://msdn.microsoft.com/en-us/library/bb398986.aspx
REST - http://www.codeproject.com/KB/architecture/RESTWebServicesPart1.aspx
REST - http://tomayko.com/writings/rest-to-my-wife

No comments:

Post a Comment