Can i have both C# and vb.net code in same assembly?how?
Answers were Sorted based on User's Feedback
Answer / lily antony
Yes you can add C# and VB.Net code in the same asssembly.
For that add a new item to the project.
Give the name of the file as Class1.vb if you want to add a
vb code and Class1.cs if you want to add C# code.
When you compile the project it will compile to a single
assembly.
The language does not matter in the end since everthing
will be compile to MSIL.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / prashanthreddy
Create C# class file and vb class file separately. Compile
them separately as modules and then finally add them to your
assembly.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sanjeev
Yes, as Antony said, we can do the same but VB files will
not be available in any C# application where we are using
that class assembly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / basavraj
Yes We can add same both code one Assembly .Bcoz Shared
Assembly is Same Application
| Is This Answer Correct ? | 1 Yes | 0 No |
Define authentication and authorization.
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Explain the path instructions in xaml?
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
Explain exception filters?
Life cycle of ASP.NET page when a request is made ?
Where the viewstate is stored after the page postback?
What is .net framework and what are the main components of it?
How do you perform validations ?
About writting a query and SP which is better ?
All kind of access specifiers for a class and for methods ?
which is the new version of IIS SERVER
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)