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 the code behind wors and contrast that using the inline style.
Write an StoredProcedure to get the values of a column within a date range.
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What are three common acronyms used in .net, and what do they stand for?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Where does the gac exist ?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Difference between machine.config and web.config?
Tell us what is the native image generator?
Can "this" be used within a static method?
What is the difference between a namespace and assembly name in .net?
How do I use the thread pool?