| Other Dot Net Framework Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How can Bitwise OR operator reresents in .Net??
To which alias name a variable points to if it is declared
as "int" variable?? | | 1 |
| If foreground completes its processing will it wait for
background threads? | Kanbay | 1 |
| what are the different stepts to create shared assemblies? | | 1 |
| How do assemblies find each other? | | 1 |
| What are Satellite Assemblies? How you will create this? | | 3 |
| Can u tell me differences which are introduced in .Net 1.1
and 2.0 and 3.0 and also in 3.5 ? by detailed? | ABC | 1 |
| How does assembly versioning work? | | 1 |
| What is a serverside technology?
what is a clientside technology?
what is a clientserver technology?
what is a internet based application?
what is a intranet based application?
what is a windows application?
what is a console application?
Difference between console application and windows application?
| IBM | 3 |
| What is CLR? How it will work? | | 1 |
| What is the difference between managed and unmanaged code? | IBM | 5 |
| About DTS package ? | Accenture | 1 |
| exe abrevatiom | IBM | 4 |
| Difference between <connectionstring> and <appsettings> | | 3 |
| what is Framework? | | 2 |
| WHICH IS MORE SECURED AMONG JAVA AND .NET? | | 7 |
| Does the .NET Framework have in-built support for
serialization? | | 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 are the properties of Thread class? | | 1 |
| How to ensure the credentials for WebService using Windows
authentication
| Proteans | 1 |
| What is Global Assembly Cache (GAC) and what is the purpose
of it? | | 2 |
| |
| For more Dot Net Framework Interview Questions Click Here |