Can we write one page in c# and other in vb in one application ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shyam prabhu
Within ASP.NET application, 1 page can be in vb.net and
another 1 in c#.
Is This Answer Correct ? | 13 Yes | 1 No |
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What are object pooling and connection pooling and difference between them?
write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Can you change the value of a variable while debugging a C# application?
if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj
What are the ways to deploy an assembly?
Are structs value types or reference types?
if a method is marked as protected internal who can access it?
Name some string escape sequences in c#.
What is application c#?
Why delegates are type safe?