Explain something about WebService?
Answer / Sushmita Singh Shakya
A Web Service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Web services are typically invoked by other software applications via programmatic calls and are part of a broader web service architecture known as SOAP, REST or XML-RPC.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
What versions of .net are there?
What’s different between process and application in .net?
What is Global Assembly Cache (GAC) and what is the Purpose of it?
Interop Services?
What does cil do?
What is MSIL, IL, CTS?
WHAT IS .net
What are the differences in C# .Net and ASP .Net.
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
The project which you have made, which methodology did you use?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.