skip to Main Content

MVC join multiple tables with IEnumerable model – Asp.net

I am very very new to entity framework so I might have done terrible mistakes. I have two tables in database and I want to join these tables to show in one view page.My code: CompanyController using CompanyData.DAL; using Microsoft.AspNetCore.Mvc; using CompanyData.Models; namespace CompanyData.Controllers…

VIEW QUESTION
Back To Top
Search