Can we write one page in c# and other in vb in one application ?
Answer Posted / rameshwar
Yes, we have this feature ASP.NET 2.0 by specifying the
directory setting information in application web.config
file.
Means we can execute both type of file in one application.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which operator cannot be overloaded in c sharp?
What is sql transaction in c#?
Can arraylist hold primitive types?
Why do we need nullable types in c#?
Enlist all the components of an ado.net framework?
What is the difference between continue and break statement?
Can I define a type that is an alias of another type (like typedef in c++)?
Explain the types of comments in c#?
What is short in c#?
Why References are stored on heap and variables on stack?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is the namespace for the thread class?
What is a cshtml file?
What is thread in c#?
What is polymorphism and its types in c#?