I\'m developing a WCF RESTful web service with Entity Framework Code First.
I have a table Users with a lot of columns. I do this to get an specific use
Users
You can create more than one LINQ object per table. I'd create one with the field you need and one without. It makes CRUD operations more difficult though.