Browse by Tags

All Tags » WCF (RSS)

Entity Framework: the productivity way

One of the best points with Entity Framework is the developer productivity gain. If you associate EF with the T4 template code generation, this gain explodes. Imagine that we want a WCF service which exposes some data. For each entity type, you probably...

EF with WCF recent demos

I recently made a demo of WCF and EF with POCO for French ALT .NET event . Danny made a great demo for Tech Ed with EF, T4 generation template, WCF and ASP.NET MVC. I now post a new EF and WCF demo that I made this week with DAL EF entities and BLL Entities...
Posted by Matthieu MEZIL | with no comments

French ALT .NET Demo

Last week, I spoke at an EF session for the french ALT .NET community. During its course, I made a WCF demo with EF POCO and a sort of LINQ provider in the client part . This provider is very simplistic (made in less than 15 minutes), isn't thread...