MCQs on asp.net
UPRVUNL AA 2019
निम्नलिखित में से कौन सा कथन असत्य है/हैं?
Which of the following ASPNET assemblies can be stored in Global Assembly Cache?
[A] Shared Assemblies
[B] Public Assemblies
[C] Private Assemblies
[D] Friend Assemblies
Correct Answer : Shared Assemblies
UPRVUNL AA 2019
निम्नलिखित में से asp.net इवेंट में हम किस थीम का मान सेट कर सकते है|
Which of the following theme values can we set in asp.net event?
[A] Page_PreRender
[B] Page_Load
[C] Page_Render
[D] Page_Prelnit
Correct Answer : Page_Prelnit
.NET एप्लिकेशन में तृतीय-पक्ष लाइब्रेरी को शामिल करने की प्रक्रिया को सरल बनाने के लिए .NET प्लेटफ़ॉर्म के लिए निम्नलिखित में से कौन सा एक ओपन-सोर्स डेवलपर केंद्रित पैकेज प्रबंधन प्रणाली है?
Which of the following is an open-source developer focused package management system for the .NET platform to simplify the process of incorporating third-party libraries into a .NET application?
[A] NuGet
[B] ReSharper
[C] SignalR
[D] MVC
Correct Answer : NuGet
UPRVUNL AA 2019
प्रबंधित ढेर से अप्रयुक्त संदर्भों को हटाने के लिए निम्नलिखित में से किस NET घटक का उपयोग किया जा सकता है?
Which of the following NET components can be used to remove unused references from the managed heap?
[A] Garbage Collector
[B] Class Loader
[C] Common Language Infrastructure
[D] CLR
Correct Answer : Garbage Collector
UPRVUNL AA 2019
निम्नलिखित में से कौन सा ASPNET वेब उपयोगकर्ता नियंत्रण फ़ाइल का फ़ाइल एक्सटेंशन है
Which of the following is a file extension of an ASPNET Web User Control file.
[A] .ASAX
[B] .ASCX
[C] .ASX
[D] .ACSM
Correct Answer : .ASCX
UPRVUNL AA 2019
निम्नलिखित में से किसका oracle या microsoft SQL server जैसे डेटाबेस के साथ काम करने हेतु एप्लीकेशन तैयार करने के लिए asp.net में प्रयोग किया जाता है ?
Which of the following is used in ASP.NET to create applications to work with databases like Oracle or Microsoft SQL Server?
[A] ADO.Net
[B] WinDocs
[C] WinForms
[D] JASON.Net
Correct Answer : ADO.Net