what is wpf and wcf in .net explain with an example?
Answers were Sorted based on User's Feedback
Answer / 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 |
Web API uses which library for JSON serialization?
What is OSI layer? Explain different layers.
Write a code for sending an email from asp.net application.
What are server-side comments in ASP.NET?
diffrance between stored procedure & function in sql server?
How use Xml data in ASP.net?
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.
How does session id work?
Do gac'ed assemblies have fulltrust?
IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.
About web methods and its various attributes ?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?