Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed
on the same system?
Answers were Sorted based on User's Feedback
Answer / venkatesh.araveeti
.net has assemblys its not hav com components so every
vertion hav different vertion id. so those above can not
override so we can install in same system.
| Is This Answer Correct ? | 1 Yes | 2 No |
Explain boxing and unboxing in .net.
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
How many types of generations are there in a garbage collector?
Difference between value type & reference types ?
What is the difference between function and stored procedure?
What's typical about a windows process in regards to memory allocation in .net?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
How server form post-back works?
What is different between User Control and Web Control and Custom Control?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Explain what do the terms “boxing” and “unboxing” mean?
How do I spawn a thread?