windows workflow foundation interview question
7. What are XOML files? WF provides developers a declarative way to create workflows by using extensible Application Markup Language […]
7. What are XOML files? WF provides developers a declarative way to create workflows by using extensible Application Markup Language […]
1. What is Windows Workflow Foundation (WF)? Windows Workflow Foundation (WF) is a technology that was first introduced in .NET
25. What do you understand by SOAP encoding? The Serialization of the types, such as integers and strings, inside a
19. What does the portType element of a WSDL DOCUMENT contain? The portType element contains the operations exposed by the
Web services .Net interview question13. How can you ensure that only authorized users access your Web service? You should use
7. Describe the services that UDDI provides to Web applications. UDDI provides the following types of services to a Web
1. What are Windows services? Windows services, previously known as NT services, are applications that are installed on the system
121. Explain the concept of states in ASP.NET. State is quite an innovative concept in Web development because it eliminates
15. What are the various ways of authentication techniques in ASP.NET? There are various techniques in ASP.NET to authenticate a
109. What is cross-page posting in ASP.NET? The Server.Transfer() method is used to post data from one page to another.
103. Write three common properties of all validation controls. Three common properties of validation controls are as follows: ControlToValidate –
97. What do you mean by a neutral culture? When you specify a language but do not specify the associated
91. How many types of Cookies are available in ASP.NET? There are two types of Cookies available in ASP.NET: Session
85. What do you understand by the culture? The culture denotes a combination of a language and optionally a region
79. Why a SiteMapPath control is referred to as breadcrumb or eyebrow navigation control? The SiteMapPath control displays a hierarchical
73. What does the “EnableViewState” property do? Why do we want it On or Off? The EnableViewState property enables the
67. Where should the data validations be performed-at the client side or at the server side and why? Data validations
61. What do you understand by aggregate dependency? Aggregate dependency allows multiple dependencies to be aggregated for content that depends
55. What are Custom User Controls in ASP.NET? The custom user controls are the controls that are defined by developers.
49. What is the difference between page-level caching and fragment caching? In the page-level caching, an entire Web page is
49. What is the difference between page-level caching and fragment caching? In the page-level caching, an entire Web page is
43. How can you implement the postback property of an ASP.NET control? You need to set the AutoPostBack property to
37. How does a content page differ from a master page? A content page does not have complete HTML source
31. Which method is used to force all the validation controls to run? The Page.Validate() method is used to force
25. What is tracing? Where is it used? Tracing displays the details about how the code was executed. It refers