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

Docker SQL-Server login problem: AuthenticationException: The remote certificate was rejected by the provided RemoteCertificateValidationCallback

I'm working on a Docker related application, written in C#, based on Entity Framework. One of the Docker containers, is the ms-sql-server, which is used for database access. In order to access the SQL-server, following connectionString is created: Server=ms-sql-server;Initial Catalog=Ownobjects;User…

VIEW QUESTION
Back To Top
Search