Visual C# .NET Programming Flashcards
What language?
C#
What library?
.NET framework
For VB users, this language is?
A natural progressing step
Fact about C# as a langauge?
it’s graceful
Language named after?
The musical note !
What is this book NOT about?
web services. Instead focusing mainly on the langauge C#
How do the components talk to each other, regardless ofthe OS or programming language?
‘black box’ components, or more precisely, a web service
SOAP stands for…?
Simple Object Access Protocol
SOAP is…?
a lightwieght protocol for exchanging information in a decentralized, distributed environment
WSDL stands for…?
Web Services Description Language
WSDL describes what?
the methods supported by a web service, the parameters the methods take, and what the web service returns