
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 28
10854. Why should you close all database objects and set them to NULL before leaving the method where the objects were created
- To ensure that the objects can be reuse
- To ensure that the connection to the database is closed as soon as possible.
- Good coding practice
- To ensure that the object’s destructors are called
10855. Which of the following is not an authentication mechanism provided by ASP.NET
- Logon authentication
- Passport authentication
- Forms authentication
- Windows authentication
10856. Which of these authentication modes is not Cookies dependant
- Windows
- Passport
- Forms
- None
10857. Which control has a faster performance Repeater or Datalist, Datagrid
- None of these
- Datalist
- Datagrid
- Repeater
10858. Which keyword is used to return unique values from a table in sql
- Unique
- Distinct
- Remove Duplicate
- Dismiss
10859. Is there a way to prevent configuration settings in a Web.Config file from being overridden by a Web.Config file located below it
- Yes
- you can use the <PreventOverride> tag to prevent configuration settings in a WeConfig file from being overridden by aWeConfig file located below itYes
- you can use the allowOverride attribute in the <location> tag to prevent configuration settings in a WeConfig file from being overridden by a WeConfig file located below itYou cannot have more than one WeConfig file in an ASP.NET application
- If a WeConfig file exist at a particular level then all settings in the WeConfig file located above it are always ignored
10860. What tool is used to manage the GAC
- GacUtil.exe
- RegSvr.exe
- GacSvr3exe
- GacMgr.exe
10861. How can a content page refer to a master page at run time
- By setting the value of masterPageFile attribute in the <%@ Page%> directive as <%@Page masterPageFile ="xxx"%>.
- By setting the Page.MasterPageFile property.
- By using Master.FindControl method
- By setting the value of virtualPath attribute in the<%@ MasterType %> directive as <%@ MasterType virtualPath ="xxx"%>.
10862. You need to write a multicast delegate that accepts a DateTime argument and returns a Boolean value. Which code segment should you use
- public delegate bool PowerDeviceOn(DateTime);public delegate bool PowerDeviceOn(Object
- EventArgs);public delegate int PowerDeviceOn(bool
- DateTime);public delegate void PowerDeviceOn(DateTime);
10863. What is default time of expire session
- 100 minutes
- 40 minutes
- 20 minutes
- unlimited
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।