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
In C#, explain the difference between overloading and overriding.
Can a method be sealed in c#?
Explain how to implement an object pool in c#.net
What is _viewstart cshtml?
What is the advantage of singleton class?
Why is it not a good idea to use empty destructors?
What is an abstract class c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is polymorphism c# example?
how to print invert pyramid in c#
What are generations and how are they used by the garbage collector?
Why delegates are type safe?
Enlist all the components of an ado.net framework?
What does executescalar return in c#?
What is the use of system.environment class in c#.net?