Explain the difference between the value-type variables and reference-type variables?
Answer / Yogesh Kumar
In .NET, value types (e.g., int, char) store their actual data within the variable itself, while reference types (e.g., objects, arrays) store a reference or memory address to where their data is located.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the advantages of using asp?
Which DLL file is needed to be registered for ASP?
What is ascx cs?
Any one tell me what GOOGLE GEARS and how to use it ?
What is the difference between a namespace and an assembly name?
What are server-side includes?
Explain the difference between server.transfer and response.redirect?
When did classic asp come out?
we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?
How do I print an aspx file?
What is servervariables collection in asp?
Explain the order of precedence for logical operators.