.Net assemblies interview question
1. What is an assembly? Assemblies are the basic building blocks required for any application to function in the .NET realm. They are partially compiled code libraries that form the […]
1. What is an assembly? Assemblies are the basic building blocks required for any application to function in the .NET realm. They are partially compiled code libraries that form the […]
7. Is versioning applicable to private assemblies? No, versioning is not applicable to private assemblies as these assemblies reside in their individual folders. Versioning can be applied to GAC only.
1. What is an assembly? Assemblies are the basic building blocks required for any application to function in the .NET realm. They are partially compiled code libraries that form the
13. What is the need of Copy Web Site? Copy Web Site is a tool used to deploy the Web site by copying its content files. The Copy Web Site
7. How can you determine whether you should deploy the application or publish the application? If you want to host the application on a shared hosting environment, you should use
1. What is deployment? Deployment refers to the distribution of an application among various end-users. It is a process that makes software available for use by just installing it on
37. What are the different ways to pass parameters to the server? We can pass parameters to the server using either the GET or POST method. The following code snippets
31. What is the use of the ScriptManager control in AJAX? The ScriptManager control is a core control that performs a key role in implementing the ASP.NET AJAX functionality. It
25. What is the role of the ScriptManagerProxy control? A Web page cannot contain more than one ScriptManager control. You can use the ScriptManagerProxy control to add scripts to other
19. Can we call server-side code from JavaScript? Yes, page methods and Web services are the two techniques to call the server-side code from JavaScript. 20. What are the components
13. Explain the limitations of AJAX. The following are the limitations of AJAX: It is difficult to bookmark a particular state of the application. Function provided in the code-behind file
7. What are the new features included in the Microsoft AJAX library? The Microsoft AJAX library is a client-based JavaScript library that is compatible with all modern browsers and offers
1. What is ASP.NET AJAX? ASP.NET AJAX, mostly called AJAX, is a set of extensions of ASP.NET. It is developed by Microsoft to implement AJAX functionalities in Web applications. ASP.NET
37. What are the different ways to pass parameters to the server? We can pass parameters to the server using either the GET or POST method. The following code snippets
ASP.NET Ajax interview question31. What is the use of the ScriptManager control in AJAX? The ScriptManager control is a core control that performs a key role in implementing the ASP.NET
25. What is the role of the ScriptManagerProxy control? A Web page cannot contain more than one ScriptManager control. You can use the ScriptManagerProxy control to add scripts to other
19. Can we call server-side code from JavaScript? Yes, page methods and Web services are the two techniques to call the server-side code from JavaScript. 20. What are the components
13. Explain the limitations of AJAX. The following are the limitations of AJAX: It is difficult to bookmark a particular state of the application. Function provided in the code-behind file
7. What are the new features included in the Microsoft AJAX library? The Microsoft AJAX library is a client-based JavaScript library that is compatible with all modern browsers and offers
1. What is ASP.NET AJAX? ASP.NET AJAX, mostly called AJAX, is a set of extensions of ASP.NET. It is developed by Microsoft to implement AJAX functionalities in Web applications. ASP.NET
19. What is a runtime engine? A runtime engine of WF provides the basic functionality to execute and manage the workflow lifetime. It runs within the host process and is
13. What is a host process? A host process is an executable program that hosts a workflow. It may be a Windows Forms application, a Web application, or a Web
7. What are XOML files? WF provides developers a declarative way to create workflows by using extensible Application Markup Language (XAML). The files used to store such workflow markups are
1. What is Windows Workflow Foundation (WF)? Windows Workflow Foundation (WF) is a technology that was first introduced in .NET Framework 3.0. WF consists of a programming model, a workflow
25. What do you understand by SOAP encoding? The Serialization of the types, such as integers and strings, inside a SOAP message is called encoding. The SOAP objects use XML