Answer Posted / sajid
Dim t As String = "5"
Dim s As Integer = CType(t, Integer)
Dim t As String = "5"
Dim w As String = DirectCast(t, String)
Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is SOAP? How you will do windows and forms authentication?
What is STA in .NET?
What is a metadata in .net?
What is difference between .net core and .net standard?
Explain the difference between public and static modifiers?
How will you load an assembly which is not referenced by current assembly?
What is garbage collection and how it works ?
What is close method? How its different from finalize and dispose?
What is interface and abstract class in .net?
Explain about the Common Language Runtime?
Difference between class and interface in .net?
What is the concept of inheritance and how it works in .net?
What is meant by globalization and localization?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?