-
WCF Data Services Custom Framework – Part 4
I am going to come back to Part 1 in this post and see how we can leverage the business repository classes and the T4 text generator to create automatic service points. This means we would never have to touch the service layer as it will automatically grow as we added repositories.
-
WCF Data Services Custom Framework – Part 3
In this part of my WCF Data Services Custom Framework series I will implement the IUpdatable interface in our WCF Data Services container. I will do it in such a way to take advantage of the business entities and repositories created in Part 2.
-
WCF Data Services Custom Framework – Part 2
In Part 1 we exposed a service which was a piece of cake! In this part we will lay the foundations for exposing Save/Update/Delete operations easily using Business Repositories.
-
WCF Data Services Custom Framework – Part 1
In this series I’m going to construct a service using WCF Data Services (which exposes an OData feed) with Update/Insert/Delete functionality. There is a catch though, I want to avoid exposing database entities so I cant take advantage of WCF’s out-of-the-box implementation of the ADO .NET Entity Framework.
-
Why WCF Data Services is better than RIA
When going over the differences between WCF Data Services and RIA I found myself much more attracted to WCF Data Services.