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 |
What are remotable objects in .NET Remoting?
Explain what rare the types of jit and what is econo-jit?
Is .net core the future?
Tell us what is json data, and what is one way that .net developers can work with json?
What are channels in .NET Remoting?
What are the security policy levels in .Net
What are three common acronyms used in .net, and what do they stand for?
Explain .net framework overview?
What is the advantage of .net?
Tell us the differences between an interface and an abstract class in .net?
How WSDL is stored ?
Difference b/w dataset.clone and dataset.copy ?