C# Exclusive Interview Questions and Answers (453) - Page 18

  • A joint initiative from DotNetFunda.Com and Questpond.
  • A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
  • You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.

453 records found.

Get 650+ Questpond's Interview videos on discount

Will the windows service continue to execute, if the login session is changed by the user of the system

NOTE: This is objective type question, Please click question title for correct answer.
To a windows service in the form of custom command a number can be submitted which must be in the range of ____________

NOTE: This is objective type question, Please click question title for correct answer.
Before any action is submitted to the windows service, service controller must be _________

NOTE: This is objective type question, Please click question title for correct answer.
By using the __________ keyword, it is possible to define an unsafe context in which pointers can be used.

NOTE: This is objective type question, Please click question title for correct answer.
In the CLR, unsafe code is referred to as ____________ code

NOTE: This is objective type question, Please click question title for correct answer.
We can use the unsafe modifier in the declaration of a ___________

NOTE: This is objective type question, Please click question title for correct answer.
In .net we can initialize a pointer only with the address of an existing __________ of variable

NOTE: This is objective type question, Please click question title for correct answer.
Unmanaged code is code of ___________

NOTE: This is objective type question, Please click question title for correct answer.
A structure with reference type as its member is treated as ____________ type

NOTE: This is objective type question, Please click question title for correct answer.
All operator overloaded methods are _____________ methods of the class.

NOTE: This is objective type question, Please click question title for correct answer.
The name of method must be __________________ followed by the operator being overloaded.

NOTE: This is objective type question, Please click question title for correct answer.
Rule for overloading. The method must be _______________

NOTE: This is objective type question, Please click question title for correct answer.
Individual applications app.config file if required can _____________ the settings in the machine.config

NOTE: This is objective type question, Please click question title for correct answer.
The configuration settings present in ______________ are global to all .net applications running on that machine.

NOTE: This is objective type question, Please click question title for correct answer.
If we overload the equality operator, we must overload the ____________________ as well.

NOTE: This is objective type question, Please click question title for correct answer.
Why is NGen used. Please Explain.

NGenerator (NGen) is used to compile the code which is in MSIL format. NGen is also called Pre JIT.
What is the difference between CLS and CTS

CTS
When different languages are integrated and want to communicate, it is
certain that the languages have their own data types and different
declaration styles. CTS define how these different variables are
declared and used in run time. E.g. VB offers an Integer data type while
C++ offers long data type. Using CTS, these data types are converted to
System32 which itself a data type of CLS.

CLS

Any language(s) that intend to use the Common Language Infrastructure
needs to communicate with other CLS-Compliant language. This
communication is based on set of rules laid by CLS. These rules define a
subset of CTS.

More C# Interview Questions & Answers here

Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Exclusive Interview Questions and Answers Categories