While getting up to speed for interviews, i've hit a brick wall.
I'm trying to implement wcf on top of entity framework.
It mostly works, except when trying to return a list type of a data contract.
Ie,
DatabaseEntity db = new DatabaseEntity();
Db.sometable linq query select everything
The return the results.
Say for instance productcategories.
The data layer builds, but the moment i bind it to a dropdown control on a test client app, wcf shuts down, and the test app bombs out.
End points are mex, and httpbasic.
If I had hair, i would have pulled it out by now.
So if we have other developers here, that are willing to help, can we perhaps start a discussion here?
I'm trying to implement wcf on top of entity framework.
It mostly works, except when trying to return a list type of a data contract.
Ie,
DatabaseEntity db = new DatabaseEntity();
Db.sometable linq query select everything
The return the results.
Say for instance productcategories.
The data layer builds, but the moment i bind it to a dropdown control on a test client app, wcf shuts down, and the test app bombs out.
End points are mex, and httpbasic.
If I had hair, i would have pulled it out by now.
So if we have other developers here, that are willing to help, can we perhaps start a discussion here?