Preguntas de entrevista de Net manager
20
Preguntas de entrevista para Net Manager compartidas por los candidatosPrincipales preguntas de entrevista

Where is GAC located?
3 respuestas↳
I didn't know.
↳
It's located at path C:\Windows\
↳
C:\Windows\Assembly\GAC_MSIL

What is the difference between passing by ref or by value.
1 respuestas↳
Use Tuples. Out variables are old school.

What's the difference between a static class and a Singleton?
1 respuestas↳
I made up an answer. The answer is that a singleton class can be passed around.

What different ways are states tracked in ASP.NET?
1 respuestas↳
Viewstate, session state, etc. Describe them...



How would you code a SP that returned some 700k+ rows.
1 respuestas↳
Why on earth would you need to see so much data? Use a BI tool (data warehouse) to handle these types of requests. No user can absorb that amount of data. Menos


Knowledge Assessment given on paper with scenario questions on coverage's. Typical test with trick and reverse questions.
1 respuestas↳
Answered all questions. Staff admittedly reviewed while we interviewed and said they went over questions and couldn't answer 1/2 of them themselves. This apparently is a new question/answer test. Menos

What is a DataReader?
1 respuestas↳
No idea. I last used ADO.NET several years ago and am now using EF.Net. Need to google old tech to refresh what this old tech is. Menos