| Other Dot Net Framework Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the contents of assembly? | | 2 |
| Why are there five tracing levels in
System.Diagnostics.TraceSwitcher? | | 1 |
| about triggers? | CSC | 1 |
| What is the difference between managed and unmanaged code? | IBM | 5 |
| How does assembly versioning work? | | 1 |
| What is the difference b/w constant & read only variable? | IMI-Soft-Engineering | 3 |
| can we call the garbage collector to run explicicitly? | Kanbay | 5 |
| What does assert() method do? | | 1 |
|
Requirement is:
try
{
\\SQL Query
}
catch(Exception i)
{
print a
}
catch(SQLQueryException e)
{
\\SQL Query
}
Qu)I Got Exception in "try" block. Which "catch" statement
(i.e. 1st catch or 2nd catch ) catches the exception and
Why??? | 3i-Infotech | 3 |
| What is gacutil.exe. Where do we store assemblies ? | Accenture | 2 |
| What are Satellite Assemblies? How you will create this? | | 3 |
| What is CLR and how it generates native code ? | Digital-GlobalSoft | 1 |
| In which circumstances you used delegates? | HP | 3 |
| if u add an import stmt to an application
u can do the same by adding reference to the apllication
then what is the diff bet these two ? | | 1 |
| What is boxing and unboxing? | Kanbay | 2 |
| What is shared and private assembly ? | Accenture | 2 |
| What does assemblyinfo.cs file consists of ? | Accenture | 1 |
| please tell me the best book of asp.net in the markit.
which explain in simple and detail. | | 2 |
| what is the diff b/w asp.net 2.0 & 3.5 | | 2 |
| What are the different authentication modes in the .NET
environment? | | 2 |
| |
| For more Dot Net Framework Interview Questions Click Here |