Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in
webservice
Answers were Sorted based on User's Feedback
WCF Technology is used for securring the
communcation/transaction between Client & server,Its
contract b/w Client & server,
Webservices can Be consumed by HTTP protocoll,but WCf can
be consume by any Protocol like HTTp, TCP.
Webservices are not Flexible but WCF is Flexible.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kinjal panchal
WCF:- windows communication foundation
A :- Adress
B :- Binding
C :- Contract
WCF is a single package solution for web services,COM+
,remoting ,MSMQ.wcf is a connecting all the tehnologies in a
single application.
wcf is directly connected with web service because web
service design on HTTP or IIS server.
Is This Answer Correct ? | 2 Yes | 1 No |
ASP.NET uses event driven programming model.Justify.
What is datagrid asp.net?
Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
Explain a program using code nuggets to create a simple application? : asp.net mvc
Can we use MSSql as backend in asp.net...if yes then How.?
What is the difference between user control and custom control?
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
What is personalization? What are the properties available in personalization?
Explain State management in asp.net
Can I tap into other windows livetm services?
What is viewstate?
if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.