
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 44
11014. What is MSIL
- Microsoft Integer Long
- Microsoft Interface Language
- Microsoft Intermediate Language
- Multi Socket Interface Library
11015. You write the following code. public delegate void FaxDocs(Object sender, FaxArgs args);You need to create an event that will invoke FaxDocs. Which code segment should you use
- public : static event Fax FaxDocs;
- public : static event FaxDocs Fax;
- public ref class FaxArgs : public EventArgs { public : String CoverPageInfo; FaxArgs (String coverInfo) { this.CoverPageInfo = coverInfo; }};
- public ref class FaxArgs : public EventArgs { public : String CoverPageInfo; };
11016. Can you use a DataView to filter rows in a DataTable
- Yes by setting the Filter property of the Data View Yes by using the SetFilter method of the DataView
- No a Data View cannot be used to filter rows in a Data Table
- Yes by setting the RowFilter property of the Data View
11017. Which of the following is a File Status displayed by the Copy Web Site tool
- Changed
- Converted
- Modified
- Edited
11018. Which is used to debug .net application
- All of the above
- Visual Studio.net
- Runtime Debugger
- System.diagnostics class
11019. An Event has _____ as default return type
- String
- No return type for events
- Integer
- Double
11020. ApplicationBase, ApplicationName, and ConfigurationFile are the properties of which class
- ApplicationDomain class
- AppDomain class
- AppDomainSetup class
- Assembly class
11021. Your site has been restructured and the paths of few pages have change Which method would you use to redirect users requesting for a pages using the old URL
- Handle the Application_BeginRequest event and use the RewritePath() method
- Create an ISAPI filter to do the above task
- Create an entry in the <badlinks> section of the WeConfig file
- Use the Application.Config file
11022. Which of the following is not a valid statement in ASP.Net
- Server.Transfer(“SomePage.aspx”);
- Server.Execute(“SomePagaspx”);
- Response.Redirect(“SomePage.aspx”);
- Server.Redirect(“SomePage.aspx”);
11023. While configuring profile properties in the Web.config file for an application which of the following tags defines name, type, and allowANonymous attributes
- <add>
- <configuration>
- <properties>
- <profile>
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।