| Other Dot Net Framework Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to identify the Code which Complies corresponding
Compiler in .NET?
Means Suppose, i am taking One project A.. in which code is
implemented using C# langugge. And Another Project B..in
Which Code is implemented using VB.NET.
Suppose I am creating Project C. i am adding Reference of
Project A and B to Project C. So, in Project C, how to
identify Project A is Complied through CSCompliler? And
Project B is Compiled VBCompiler at Runtime? | | 1 |
| Types of assemblies that can be created in dotnet ? | MMTS | 1 |
| Difference between <connectionstring> and <appsettings> | | 3 |
| Where does web.config info stored? Will this be stored in
the registry ? | Accenture | 1 |
| can we call the garbage collector to run explicicitly? | Kanbay | 5 |
|
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 | 2 |
| 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 |
| If we want to construct our own Garbage collector what are
the steps things we have to do? | Honeywell | 3 |
| Can we look at the IL for an assembly? | | 2 |
| will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
| Kanbay | 7 |
| What is the difference b/w constant & read only variable? | IMI-Soft-Engineering | 3 |
| How to add 'ASPNET.mdf' file into server explorer in visual
studio 2005? | | 2 |
| If you change something in web.config file.Do u need to
compile again? | SMNetserv | 2 |
| What is serialization in .NET? What are the ways to control
serialization? | | 2 |
| Tell me the best web-sites for Learning the ASP DOT NET.
| | 1 |
| About namespaces ? | MMTS | 2 |
| If you are using components in your application, how can you
handle exceptions raised in a component ? | Accenture | 3 |
| How will you load dynamic assembly? How will create
assemblies at run time? | MGL | 2 |
| exe abrevatiom | IBM | 4 |
| How could we achieve Langauge Interoperability
through "CLS"?? Please Expalin in detail with Example..
Thanks for the Help!!!!! | HCL | 2 |
| |
| For more Dot Net Framework Interview Questions Click Here |