mvc with oracle entity framework
Hi,
I am new to both MVC and Oracle EF...i have installed the necessary components (ODAC beta 3) and tried out the tutorial that oracle has put up and was able to successfully finish it...
Now i want to create a new MVC 3 app (based on MVC Movie tutorial available online) ...
I have a model generated from my oracle database..however when i add a controller in MVC, the controller does not seem to recognize my model..What do i need to do so that controller can recognize the model that i generated from oracle database..????
Is there an example out there that builds an asp.net MVC app using oracle entity framework??
Thanks.