.NET Programming Fundamentals

Introduction to .NET programming covering C# fundamentals, ASP.NET web development, data types, access modifiers, and web services

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following types of data types consists of a set of public properties encapsulated in a nameless reference type?

  1. Anonymous type
  2. Built-in numeric type
  3. Value type
  4. Static modifier
  5. FTP service
Question 2 Multiple Choice (Single Answer)

Which of the following data types include classes, interfaces, arrays and delegates?

  1. Internal
  2. Static modifier
  3. Reference types
  4. Value types
  5. Built-in types
Question 3 Multiple Choice (Single Answer)

Which of the following classes has a signature and it can hold references only to methods that match its signature?

  1. Protected
  2. Delegate
  3. Event
  4. RemoteStackFrame class
  5. Abstract class
Question 4 Multiple Choice (Single Answer)

When a variable of a value type is converted to object, it is said to be

  1. Execution support
  2. Value type
  3. SSL box
  4. Unboxed
  5. Boxed
Question 5 Multiple Choice (Single Answer)

Which of the following methods is called to update a cache with content returned in the response?

  1. UPDATE
  2. CacheDuration
  3. Application_ AcquireRequest state
  4. Application_ UpdateRequest cache
  5. Application_ResolveRequest cache
Question 6 Multiple Choice (Single Answer)

Which of the following WebMethod's attributes specifies the web method's name?

  1. MessageName
  2. Application_ PostRequestHandler execute
  3. Naming
  4. Assembly name
  5. Bandwidth throttling
Question 7 Multiple Choice (Single Answer)

An assembly with which of the following assembly manifest content's information is automatically assumed to be a satellite assembly?

  1. SMTP service
  2. Culture
  3. Assembly name
  4. Version number
  5. The execution support
Question 8 Multiple Choice (Single Answer)

Which of the following files is used to contain web forms?

  1. BufferResponse
  2. Archive file
  3. ASPX file
  4. ASCX file
  5. DLLs file
Question 9 Multiple Choice (Single Answer)

Which of the following features enables controlling the amount of central processing unit resources that an application pool consumes in a configured amount of time?

  1. IP address restriction
  2. FTP service
  3. Process affinity
  4. CPU limiting
  5. Automated debugging
Question 10 Multiple Choice (Single Answer)

If an application can be accessed over a network using a combination of protocols like HTTP, XML, etc., then it is a ___________.

  1. Web form
  2. Windows form
  3. XML
  4. TransactionOption
  5. Web service
Question 11 Multiple Choice (Single Answer)

By using which of the following access modifiers is access not restricted at all?

  1. Strong name information
  2. Static modifier
  3. Public
  4. Protected
  5. Internal
Question 12 Multiple Choice (Single Answer)

Which of the following resembles a method whose return type is void?

  1. POST
  2. Set accessor
  3. Get accessorn
  4. Static modifier
  5. Internal
Question 13 Multiple Choice (Single Answer)

The most common use for _________________ classes are with collections like linked lists, hash tables, stacks, etc.

  1. generic
  2. meta
  3. abstract
  4. RemoteStackFrame
  5. ProtectedData
Question 14 Multiple Choice (Single Answer)

By using which of the following access modifiers is access limited to the containing type?

  1. ProtectedMemory
  2. Private
  3. Protected
  4. Internal
  5. Static modifier
Question 15 Multiple Choice (Single Answer)

Which of the following statements passes control to the next iteration of the enclosing iteration statement in which it appears?

  1. Continue statement
  2. Return statement
  3. Break statement
  4. PreparedStatement
  5. ProtectedData