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
What is a verbatim string literal and why do we use it?
What is Dependency of Injection?
Which is faster iqueryable or ienumerable?
What are satellite assemblies?
What are logical operators in c#?
How many digits are in an integer?
What is sealed class in c#?
Explain About remoting and web services. Difference between them
What is anonymous method in c#?
What do you use c# for?
What is icollection in c#?
What is polymorphism and its types in c#?
What are the string functions in c#?
What is state c#?
Is comparable a functional interface?