Tagged Questions

0
votes
2answers
639 views

KISS: Simple C# application which communicates with a RESTful web service

Following the KISS principle, I suddenly realised the following: In .NET, you can use the Entity Model Framework to wrap around a database. This model can be exposed as a web service through WCF. ...