Canalblog
Suivre ce blog Administration + Créer mon blog
Publicité
asp.net
Publicité
Archives
19 novembre 2009

LINQ to Entities and Oracle

On my last project, I had to implement a service layer, accessing Oracle database. The service layer was implemented with WCF. I use to work with LINQ to SQL on other projects, so I wondered if it was possible to access oracle database in the same way...
Publicité
Publicité
19 novembre 2009

WCF and LINQ to Entities exposed attributes issue

On my last project, I've been searching for a solution to hide some properties of my EF generated entities to my wcf services clients. The problem is that WCF exposes all the entities members, public, private, or internal. In fact, all entities properties...
Publicité