Explain the two different types of typecasting?
Implicit: Defines the storing of values from smaller data types into larger data types, performed by the compiler only.
Explicit: Defines the storing of values from larger data types into smaller data types that may result in information loss.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain can 2 different applications use the same dll in gac at the same time?
Can "this" be used within a static method?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
What does mean by .net framework?
Should I implement finalize on my class? Should I implement idisposable?
What is concurrency? How will you avoid concurrency when dealing with dataset?
How to implement CAS in .Net?
What are the two kinds of properties.
What is different between Web User Control and Web Custom Control?
Explain what are possible implementations of distributed applications in .net?
What are the two main parts of the .net framework?
Explain the different types of proxy patterns?