| Other Dot Net Framework Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Define .NET architecture ? | TCS | 1 |
| will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
| Kanbay | 7 |
| What is the necessity for singning an assembly with a
strong name? | L&T | 1 |
| what are partial classes? | HP | 11 |
| How do you do role based security ? | Accenture | 1 |
| How to add 'ASPNET.mdf' file into server explorer in visual
studio 2005? | | 2 |
| In which circumstances you used delegates? | HP | 3 |
| Is .NET a runtime service or a development platform? | | 1 |
| What are the different authentication modes in the .NET
environment? | | 2 |
| If foreground completes its processing will it wait for
background threads? | Kanbay | 1 |
| What are the features that are new in .net 2.0 | Emphasis | 2 |
| Have you designed any components? | HP | 1 |
| What is the use of trace utility ? | | 1 |
| 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 does assemblyinfo.cs file consists of ? | Accenture | 1 |
| What are the ways to show data grid inside a data grid for
a master details type of tables?
| | 1 |
| What is MSIL, IL, CTS? | | 3 |
| If we not suppress finalize method in dispose what will happen? | Kanbay | 1 |
| Can you draw and explain the .NET Farmework? | Bosch | 2 |
|
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 |
| |
| For more Dot Net Framework Interview Questions Click Here |