wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Asp.net quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

MVC uses which control?

a)

server side control

b)

Html control

c)

Both server and HTML

d)

Neither server nor html

2.

Which namespace is used for aspx view engine?

a)

System.Web.Razor

b)

System.Web.Mvc.WebFormViewEngine

c)

Neither

d)

Both

3.

Term in MVC architecture that recieves events is called

a)

Transmitter

b)

Model

c)

View

d)

Controller

4.

Which of the followings are Action selectors?

a)

ActionName

b)

NonAction

c)

ActionVerbs

d)

All of the above

5.

What are the various types of filters in an ASP.NET MVC application?

a)

Authorization filters

b)

Action filters

c)

Result filters

d)

All of these

6.

Return View() works like in Asp.net MVC C# as

a)

Server.Transfer()

b)

None of the above

c)

Response.Redirect()

d)

Both

7.

What is Action filters?

a)

Action filter execute after an action method.

b)

Action filter execute before an action method.

c)

Action filter execute after and before action method.

d)

None

8.

What is default Http method in MVC

a)

HttpDelete

b)

HttpPost

c)

HttpGet

d)

HttpGot

9.

Work of Http Post method

a)

To create new resource

b)

all

c)

fetch information

d)

update information

10.

Layout page store in which folder in MVC

a)

None of the above

b)

Root folder

c)

Data folder

d)

Layout folder