Windows Communication Foundation supports REST model since .NET 3.5.
You can find documentation and code samples on MSDN:
REST and POX
Some resources to learn REST:
- REST documentation on xFront.com
- Architectural Styles and the Design
of Network-based Software
Architectures. Chapter 5:
Representational State Transfer
(REST) (Ph.D dissertation of Roy Fielding - author of REST)
- Wikipedia entry