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
Name the classes that are introduced in the system.numerics namespace.
What is Ajax? How it is related to your project?
What is msil, il?
How to customize the trace output?
What are an object and a class?
What is stored procedure ? how we use it in .NET ?
How inheritance works in .net?
What is the difference between asp.net and asp?
How server form post-back works?
Explain when should you use .net web forms over asp.net mvc?
Using activex control in .net?
What is the purpose of IClonable interface in .NET?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Show different types of collection in .NET?