Шукаєте відповіді та рішення тестів для Practical C#/.Net? Перегляньте нашу велику колекцію перевірених відповідей для Practical C#/.Net в softserve.academy.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
All the entities which were created or retrieved out of the scope of the current DbContext instance, will have the _____ entity state.
Which of the following statement is TRUE?
modelBuilder.Entity<Student>()
.HasOne
(s => s.Grade).WithMany(g => g.Students)
.HasForeignKey(s => s.CurrentGradeId);
The above code configures ________ relationship between Student and Grade entities.
Which of the following class is used as Fluent API in EF Core?
EF Core includes the default convention for ______ relationship.
EF Core API will create which table for the following context?public class SchoolContext : DbContext { ....
public DbSet<Student> Students { get; set; }
}
Which of the following updates a disconnected entity to the database in EF Core?
(assume myDbContext is an instance of DbContext)
Which of the following features are not supported in EF Core?
FE Core mainly supports __________ approach.
Which of the following is TRUE?
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!