DotNet Multiple Choice Questions

  • 1) _______will verify types used in the application with CTS or CLS standards supported by CLR.
  • 2) Which is not a main component of the Visual Studio IDE?
  • 3) Which property of the session object is used to set the local identifier?
  • 4) The______namespace includes classes and interfaces that return information about types, methods, and fields.
  • 5) The .NET Framework Class Library (FCL) is also known as________
  • 6) The_____is the execution engine for .NET applications and servers as the interface between .NET applications and the operating system.
  • 7) ______ describes how types are declared, used, and managed in the runtime.
  • 8) Which HTML tag creates a link to another browser page?
  • 9) The ______ is responsible for allocating, freeing, and compacting memory.
  • 10) Which set of symbols are used to signify the presence of ASP.NET code?
  • 11) ___ is a code that consists of CPU and platform-independent set of instructions, which can be easily converted to native code.
  • 12) Which of the following is NOT an Assignment operator in C#.NET?
  • 13) When was .NET first launched?
  • 14) Which company developed the .NET software?
  • 15) The @Implements directive_____________
  • 16) In which of the following folder source code such as class, dataset etc. are stored?
  • 17) In ASP.NET web application configuration settings are defined in____________
  • 18) In ASP.NET application DLL files are stored in___________
  • 19) Which of the following is the common property of web server controls that assigns a small piece of text when a mouse pointer is held over the control for a short period of time?
  • 20) The method applied to change the styles of the elements in a ASP.NET webpage is called_____
  • 21) Which type of validation works with exceptions that is thrown if an error occurs when a value is edited or when a new value is inserted into the data model?
  • 22) Which of the following directive is used to link an assembly to a page or user control?
  • 23) Using which type of stylesheet we can change the style of an element in the entire website?
  • 24) A module which is a collection of functions and data, designed to be used by another application is called_______
  • 25) Which commands are used to specify settings of an .aspx file?
  • 26) Which type of validation is used to ensure that the value entered by an user is within the specific range?
  • 27) ValidationSummary control in a webpage__________
  • 28) In ASP.NET Client-Side validation is possible with____________
  • 29) Which type of validation is used to check an email address entered by the user is matches to email pattern?
  • 30) Which webserver is developed by Microsoft?
  • 31) Which protocol is used to transfer files from localhost to remote host?
  • 32) Using Custom Validator server control____________
  • 33) AccessDataSource Control work with which of the following file types?
  • 34) Which of the following validation control is used to ensure that an user does not skip a form entity field?
  • 35) By using which of the following attribute, HTML elements are transformed to HTML server control?
  • 36) Which of the following webserver control used as container for other server controls in a ASP.NET webpage?
  • 37) Which web server control is used to display advertisements in ASP.NET a webpage?
  • 38) By using which of the following web server control data can be retrieved from a relational database?
  • 39) Which of the following server control shows data in a tabular format and allows sorting, paging, edit, delete each record?
  • 40) Which of the following web server control display static text that can change at runtime?
  • 41) What section of the Web.config file is used for storing a list of authorized users?
  • 42) When is the user controls code is executed
  • 43) Which method displays the custom control?
  • 44) What is the significance of Server.MapPath
  • 45) Give one word: What model does ASP.NET request processing is based on
  • 46) Which method do you invoke on the DataAdapter control to load your generated dataset with data?
  • 47) Common type system is built into which of the following:
  • 48) What is Diffgram?
  • 49) In ASP.NET application the Global.asax file lie in which directory
  • 50) The control used in ASP.NET to display information from data set but with better formatting and editing behavior is
  • 51) How do we Delete, Update, Select data in a Dataset?
  • 52) What is the size of the session ID?
  • 53) Which of the following extension does a WebForm file will have?
  • 54) What is default timeout of session?
  • 55) Which concept is used to provide consistent layout in webform?
  • 56) An alternative way of displaying text on web page using
  • 57) Which of the following is not a member of ADO DBCommand object?
  • 58) Default Session data is stored in ASP.Net.
  • 59) Which of the following control is used to validate that two fields are equal?
  • 60) In .NET the operation of reading metadata and using its contents is known as ______ ?
  • 61) When an .aspx page is requested from the web server, the output will be rendered to browser in following format?
  • 62) Select the control which does not have any visible interface.
  • 63) By default, ASP.NET store SessionIDs in ______ .
  • 64) Which of the following is not an ASP.NET page event?
  • 65) Application_Start event is available in _____ _____
  • 66) Properties and Indexer are used to access which type of data members?
  • 67) _______ ensures complete interoperability among applications, regardless of the language used to create the application.
  • 68) What is used to validate complex string patterns like an e-mail address?
  • 69) Attribute must be set on a validator control for the validation to work?
  • 70) We can manage states in asp.net application using?
  • 71) What class does the ASP.NET Web Form class inherit from by default?
  • 72) Which of the following tool is used to manage the GAC?
  • 73) How do we create a FileSystemObject?
  • 74) Which of the following method must be overridden in a custom control?
  • 75) Difference between Response.Write() andResponse.Output.Write()?
  • 76) The first event triggers in an aspx page is?
  • 77) ___ allow to encapsulate discrete units of functionality and provide a graphical representation of that functionality to the user?
  • 78) What is accessibility modifier ?protected internal?
  • 79) Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time?
  • 80) Which of the following object is not an ASP component?
  • 81) Web.config file is used?
  • 82) Choose the form in which Postback occurs?
  • 83) Which type of control inherits from the controls class without graphic representation?
  • 84) _____ represents a drawing surface and provides methods for rendering to that drawing surface?
  • 85) What does the keyword virtual mean in the method definition?
  • 86) What is the .NET collection class that allows an element to be accessed using a unique key?
  • 87) Which of the following is incorrect about System.Text.StringBuilder and System.String?
  • 88) How to kill a user session explicitly?
  • 89) The RangeValidator control supports the following data types?
  • 90) Boxing in .Net allows the user to convert?
  • 91) Difference between Convert.ToString() and ToString()?
  • 92) How many web.config files that can be there an ASP.NET application?
  • 93) int keyword targets to which .Net type?
  • 94) An Event has _____ as default return type?
  • 95) Features of Read only variables?
  • 96) What is the output of the code public class B : A { }?
  • 97) Is there any errors in this -> EmployeeMgmt constructor: Public int EmployeeMgmt { emp_id = 100; }?
  • 98) Two methods with the same name but with different parameters?
  • 99) Feature of a local variable?
  • 100) A variable which is declared inside a method is called a________variable?