19. Which utility allows you to reference an assembly in an application? An assembly can be referenced by using the gacutil.exe utility with the /r option. The /r option requires …
.NET
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Assemblies Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. What is the significance of the Strong Name tool? The Strong Name utility (sn.exe) helps in creating unique public-private key pair files that are called strong name files and …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Assemblies Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. 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.
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
.Net Assemblies Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. 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 …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. What is the role of the ScriptManagerProxy control? A Web page cannot contain more than one ScriptManager control. You can use the ScriptManagerProxycontrol to add scripts to other pages; …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-4
by Sby S19. 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.
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. 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 …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. 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 …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ASP.Net Ajax Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. 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 …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
Web Services Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. 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 …