Models

Models

1st - 5th Grade

12 Qs

quiz-placeholder

Similar activities

GC Web Dev L2S12

GC Web Dev L2S12

4th - 5th Grade

11 Qs

Intro to database

Intro to database

1st - 10th Grade

10 Qs

Online marketing SEO

Online marketing SEO

2nd Grade

10 Qs

G3-Access-Equal query

G3-Access-Equal query

3rd Grade

8 Qs

S2 Databases Introduction

S2 Databases Introduction

4th - 6th Grade

10 Qs

Asas Sains Komputer bab 4

Asas Sains Komputer bab 4

3rd Grade

15 Qs

Structured Query Language (SQL)

Structured Query Language (SQL)

2nd Grade

13 Qs

Coding Pre-Assessment

Coding Pre-Assessment

5th - 8th Grade

15 Qs

Models

Models

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Nataly Revutska

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following sources does the model binder use to find values?

Request.Query

Request.QueryString

Request.Form

RouteData.Values

RouteData.Model

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If no value is passed for a property with a BindRequired attribute, what will be the value of the ModelState.IsValid property?

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Will the following implementations work identically, if the data being passed stays the same?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Order following data providers by priority (if it`s taken into consideration) :


(1) - RouteData.Values

(2) - Request.Form

(3) - Request.QueryString

1 - 2 - 3

1 - 3 - 2

2 - 1 - 3

2 - 3 - 1

there is no hierarchy

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of model binding with TryUpdateModel, if binding was unsuccessful?

runtime error

exception will be thrown

false will be returned

nothing will happen

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which helper method should you use, in case you want to create password input field?

Html.//your answer

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

We use _______ to shape multiple entities from one or more models into a single object.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?