.NET Flashcards

1
Q

What is ADO.NET?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Entity Framework?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is ADO.NET quicker or faster than Entity Framework?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of ASP.NET?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is an MVC?

A

Model. View. Controller

It is a pattern in software design used to implement user interfaces, data, and controlling logic. It emphasizes a separation between the software’s business logic and display.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are middlewares?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is EF Core / ORM?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between an .exe and a .dll?

A

.exe file is the executable file loads the .dll file.

.dll file is the dynamic link library file that loads at runtime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a controller and what is its purpose?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What the heck is CORS?

A

Cross-Origin Resource Sharing allows restricted resources on a web page to be requested from another domain.

CORS is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. CORS also relies on a mechanism by which browsers make a “preflight” request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers that will be used in the actual request.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is ASP.NET?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly