Hello. I am writing a programm in C# MVC and i designed my tables to my sql server and i want to do many to many connection with my tables through an join table.... any help with .net 8.0 ? any documentation or video?
Thank you.
Loading
Hello. I am writing a programm in C# MVC and i designed my tables to my sql server and i want to do many to many connection with my tables through an join table.... any help with .net 8.0 ? any documentation or video?
Thank you.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sundaram SubramanianPosted Jun 19, 2024, 7:40 AM
https://learn.microsoft.com/en-us/ef/core/modeling/relationships/many-to-many
Please follow this article for better understanding
Rajanikant HawaldarPosted Jun 19, 2024, 4:01 AM
https://www.c-sharpcorner.com/article/sql-server-and-relational-database-part-two/
Naveen KumarPosted Jun 19, 2024, 2:40 AM
For implementing many-to-many relationships in C# MVC using .NET 8.0, you can refer to the official Microsoft documentation on Entity Framework Core which provides a detailed guide on configuring many-to-many relationships using the Fluent API.
https://learn.microsoft.com/en-us/ef/core/modeling/relationships/many-to-many
Here is the tutorial link, which includes examples of many-to-many relationships and how to set them up using a join table.
https://learn.microsoft.com/en-us/aspnet/core/data/ef-mvc/complex-data-model?view=aspnetcore-8.0
Jignesh KumarPosted Jun 19, 2024, 2:33 AM
Hello,
Please find below links,
Links to refer :
https://shahedbd.medium.com/dotnet-8-0-asp-net-core-mvc-full-crud-operation-using-entity-framework-code-first-mssql-cfacc7858402
https://www.yogihosting.com/aspnet-core-first-crud-application/#google_vignette
Video:
https://www.youtube.com/watch?v=_uSw8sh7xKs
https://www.youtube.com/watch?v=AeIErFiah78