what is wpf and wcf in .net explain with an example?
Answer Posted / rahul
Wpf is windows presentation foundation.it is use to design a
web in good manner with C# code.
wcf is windows communication foundation.it is service
consume through web.we can develop service webservice and
remoting and etc..
it is reduce the time in remoting.wcf supports unified
programming language
| Is This Answer Correct ? | 36 Yes | 5 No |
Post New Answer View All Answers
How response object is related to asp's response object?
What is use of Master Page in ASP.NET web pages?
What is session mode in asp.net?
How does the iis work?
Explain about consistent programming model in the .NET framework?
What is the function of the ViewState property?
How to handle errors in Web API?
What are sql notifications and sql invalidations?
Define cookie.
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How do we ensure view state has not tampered?
How u refer webservices?
What are the differences between primary foreign and unique keys?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?