Hi, i want to create a CRUD operations for one class(Ex:Product)in MVC4. but this product class having foreign keys. and also here we want to use for creating controller, "MVC Controller with Empty read/write actions".
Note:here do not use the entity framework.
If any one knows please help me.......