| 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 |
| What are the contents of assembly? | | 2 |
| How Garbage Collector identifies the objects which are not
in use? | Honeywell | 5 |
| can we call the garbage collector to run explicicitly? | Kanbay | 5 |
| Can we look at the IL for an assembly? | | 2 |
| give the feature of .net2.0 over .net1.1 | | 5 |
| If we write return statement in finally block will it works
fine or throws any error? | Kanbay | 5 |
| 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 serialization in .NET? What are the ways to control
serialization? | | 2 |
| Diffence between .net framework 1.0 and 2.0? | DataPoint | 2 |
| About .NET Framework ? | MMTS | 4 |
| If you are using components in your application, how can you
handle exceptions raised in a component ? | Accenture | 3 |
| what is the diff b/w asp.net 2.0 & 3.5 | | 2 |
| what is VSS? Where we are using? | TCS | 2 |
| I am confusing about reflection.can any one tell about
REFLECTION with example? | TCS | 1 |
| What are the ways to deploy an assembly? | | 1 |
| What are the ways to show data grid inside a data grid for
a master details type of tables?
| | 1 |
| Can you draw and explain the .NET Farmework? | Bosch | 2 |
| More on CLR ? | MMTS | 2 |
| will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
| Kanbay | 7 |
| |
| For more Dot Net Framework Interview Questions Click Here |