Web Flashcards

1
Q

What is SOAP?

A

Simple Object Access Protocol, sends data in xml structure

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

What is strongly typed vs weakly typed scripting language?

A

Strongly typed is when language specifications place restrictions on how operations involving values with different data types can be intermixed

C# is considered strongly typed
JavaScript is considered weakly typed

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

What file is used to communicate with an XML Web Service?

A

.wsdl (Web Service Description Language) generates a proxy (acts like the real web service) that is used to communicate with the web service

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

What is a .NET data provider?

A

A bridge between an application and a data source

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

What is the AutoEventWireup of a page?

A

Automatically attaches the Load Event to of the page to the Page_Load event handler without specifying

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

What is a connection pool?

A

Cache of database connections so connections can be reused

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