Web Flashcards
What is SOAP?
Simple Object Access Protocol, sends data in xml structure
What is strongly typed vs weakly typed scripting language?
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
What file is used to communicate with an XML Web Service?
.wsdl (Web Service Description Language) generates a proxy (acts like the real web service) that is used to communicate with the web service
What is a .NET data provider?
A bridge between an application and a data source
What is the AutoEventWireup of a page?
Automatically attaches the Load Event to of the page to the Page_Load event handler without specifying
What is a connection pool?
Cache of database connections so connections can be reused