Preguntas y respuestas de entrevista mas solicitadas y pruebas en linea
Plataforma educativa para preparacion de entrevistas, pruebas en linea, tutoriales y practica en vivo

Desarrolla tus habilidades con rutas de aprendizaje enfocadas, examenes de practica y contenido listo para entrevistas.

WithoutBook reune preguntas de entrevista por tema, pruebas practicas en linea, tutoriales y guias comparativas en un espacio de aprendizaje responsivo.

Preparar entrevista

Microsoft .NET preguntas y respuestas de entrevista

Test your skills through the online practice test: Microsoft .NET Quiz Online Practice Test

Pregunta 56. In terms of references, how do == and != (not overridden) work?

They check to see if the references both point to the same object.

Es util? Agregar comentario Ver comentarios
 

Pregunta 57. What is a struct?

Unlike in C++ a struct is not a class – it is a value type with certain restrictions. It is
usually best to use a struct to represent simple entities with a few variables. Like a Point
for example which contains variables x and y.

Es util? Agregar comentario Ver comentarios
 

Pregunta 58. Describe 5 numeric value types ranges.

sbyte -128 to 127, byte 0 – 255, short -32,768 to 32,767, int -2,147,483,648 to
2,147,483,647, ulong 0 to 18,446,744,073,709,551,615

Es util? Agregar comentario Ver comentarios
 

Pregunta 59. What is the default value for a bool?

False

Es util? Agregar comentario Ver comentarios
 

Pregunta 60. Write code for an enumeration.

public enum animals {Dog=1,Cat,Bear};

Es util? Agregar comentario Ver comentarios
 

Lo mas util segun los usuarios:

Copyright © 2026, WithoutBook.