| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is RCW (Run time Callable Wrappers)? | | 1 |
| Types of JIT and what is econo-JIT ? | TCS | 2 |
| What are the new features of Framework 1.1 ? | | 1 |
| DateTime[] dt = new DateTime[10]
for(i=0; i<10; i++)
{
dt[i] = DateTime(2008, 1, i+1)
}
How many heap object will be created for the above array.
Choose the correct answer below.
Ans: 1, 10, 11, 12 | | 3 |
| What?s typical about a Windows process in regards to memory
allocation? | | 1 |
| What is view state? | TCS | 4 |
| What is UDDI and how to register a web service ? | TCS | 2 |
| How do you turn off cookies for one page in your site? | | 1 |
| What are channels in .NET Remoting? | | 2 |
| What?s a Windows process? | | 1 |
| What are the providers available with VS.NET ? | TCS | 2 |
| What is different between User Control and Web Control and
Custom Control? | | 1 |
| Explain constructor. | Wipro | 1 |
| Which Security Algorithm used to encrypt the data?
a) DES b)RC2 c)Triple DES d)All the above | Value-Labs | 1 |
| What is the raise event used for? | Wipro | 4 |
| What is Active Directory? What is the namespace used to
access the Microsoft Active Directories? What are ADSI
Directories? | TCS | 1 |
| Why MVC programming model preferred? | | 1 |
| What are the benefits of Model-View-Controller Architecture? | | 1 |
| What is MSIL, IL, CTS? | | 2 |
| Without UDDI, is it possible to access a remote web service ? | TCS | 1 |
| |
| For more Dot Net General Interview Questions Click Here |