| Other Dot Net Framework Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can two application one using private assembly and other
using Shared assembly be stated as a side-by-side
executables? | | 1 |
| Features in .net framework 1.1 ? | Digital-GlobalSoft | 1 |
| How will you load dynamic assembly? How will create
assemblies at run time? | MGL | 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 | 2 |
| If we not suppress finalize method in dispose what will happen? | Kanbay | 1 |
| What is serialization ? | MMTS | 4 |
| I have interview in accenture.I cleared 1st round in
techniqual.I have interview with project lead.pls help me.
| Accenture | 2 |
| What are the mobile devices supported by .net platform | | 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 |
| If you are using components in your application, how can you
handle exceptions raised in a component ? | Accenture | 3 |
| About namespaces ? | MMTS | 2 |
| Difference between <connectionstring> and <appsettings> | | 3 |
| give the feature of .net2.0 over .net1.1 | | 5 |
| Where does web.config info stored? Will this be stored in
the registry ? | Accenture | 1 |
| What platforms does the .NET Framework run on? | | 1 |
| What is shared and private assembly ? | Accenture | 2 |
| what is Thread Priority? | | 1 |
| How .net assemblies are registred as private and shared
assembly ? | MMTS | 1 |
| 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 |
| About Assembly in .NET, types of assemblies, their
difference, How to register into GAC. How to generate the
strong names & its use ? | MMTS | 2 |
| |
| For more Dot Net Framework Interview Questions Click Here |