logo

Crowdly

Browser

Add to Chrome

Навчальна практика з вебтехнологій

Looking for Навчальна практика з вебтехнологій test answers and solutions? Browse our comprehensive collection of verified answers for Навчальна практика з вебтехнологій at dl.guscoll.com.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

На що вказує рядок коду:

db.Entry (book) .State = EntityState.Modified
0%
0%
86%
14%
View this question

Щоб відобразити представлення про модель у вікні браузера необхідно у адресну стрічку ввести?

14%
14%
57%
14%
View this question

Який вираз використовують для вставки моделі в таблицю?

14%
14%
14%
57%
View this question

Якщо виникає ситуація, використання однакових стилів для певної кількості веб-сторінок, то тоді зручно використовувати...?

0%
43%
57%
0%
0%
View this question

З нище наведеного коду виберіть за що відповідає кожен метод:

[HttpGet]

public ActionResult Create() {

return View();

}

[HttpPost]

public ActionResult Create(Book book) {

db.Books.Add(book);

db.SaveChanges();

return RedirectToAction("Index");

}
0%
0%
0%
0%
View this question

Для редагування полів моделі використовують хелпер..?

0%
0%
0%
0%
View this question

Щоб підключити майстер-сторінку до проекту виористовують метод..?

43%
14%
43%
0%
View this question

Вкажіть назву шаблону формування, який ви вибирали для виконання завдання?

67%
33%
0%
0%
View this question

Як можна вивести представлення про модель?

0%
0%
0%
0%
View this question

Що описує нище наведений код?

[HttpGet]

public ActionResult EditBook(int? id)

{

if (id == null) {

return HttpNotFound();

}

Book book = db.Books.Find(id);

if (book == null) {

return HttpNotFound();

}

return View(book);

}
43%
0%
57%
0%
View this question

Want instant access to all verified answers on dl.guscoll.com?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome