Hello Sir,
Create model class for multiple tables in code first entity framework
i wants to create Four tables in my DB as follows
1. Language => Id, Name, etc
2. Category => Id, Name, Language_id, etc
3. Products=> id , name, Category_Id, Language_Id, ...
4. Page_Content => Id, Page_Name, Language _Id
and i wants to do CRUD oprations with all above tables